Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c826 if (test_bit(WQ_FLAG_PRS_DISABLE, &wq->flags)) in wq_block_on_fault_store()
1113 return sysfs_emit(buf, "%u\n", test_bit(WQ_FLAG_PRS_DISABLE, &wq->flags)); in wq_prs_disable_show()
1135 set_bit(WQ_FLAG_PRS_DISABLE, &wq->flags); in wq_prs_disable_store()
1139 clear_bit(WQ_FLAG_PRS_DISABLE, &wq->flags); in wq_prs_disable_store()
H A Didxd.h146 WQ_FLAG_PRS_DISABLE, enumerator
H A Ddevice.c960 !test_bit(WQ_FLAG_PRS_DISABLE, &wq->flags)) in idxd_wq_config_write()
967 wq->wqcfg->wq_prs_disable = test_bit(WQ_FLAG_PRS_DISABLE, &wq->flags); in idxd_wq_config_write()