Home
last modified time | relevance | path

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

/linux/drivers/dma/idxd/
H A Dsysfs.c1151 u32 occup, offset; in wq_occupancy_show() local
1157 occup = ioread32(idxd->reg_base + offset) & WQCFG_OCCUP_MASK; in wq_occupancy_show()
1159 return sysfs_emit(buf, "%u\n", occup); in wq_occupancy_show()