Home
last modified time | relevance | path

Searched refs:thp (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/trace/events/
Dthp.h3 #define TRACE_SYSTEM thp
/linux-4.19.296/drivers/i2c/busses/
Di2c-octeon-core.c661 int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000; in octeon_i2c_set_clock() local
688 thp = thp_idx; in octeon_i2c_set_clock()
695 octeon_i2c_reg_write(i2c, SW_TWSI_OP_TWSI_CLK, thp); in octeon_i2c_set_clock()
/linux-4.19.296/fs/nfs/
Dpnfs.c3038 struct nfs4_threshold *thp; in pnfs_mdsthreshold_alloc() local
3040 thp = kzalloc(sizeof(*thp), GFP_NOFS); in pnfs_mdsthreshold_alloc()
3041 if (!thp) { in pnfs_mdsthreshold_alloc()
3045 return thp; in pnfs_mdsthreshold_alloc()