Home
last modified time | relevance | path

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

/drivers/dma/idxd/
Dsysfs.c800 return sysfs_emit(buf, "%u\n", test_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags)); in wq_block_on_fault_show()
829 set_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags); in wq_block_on_fault_store()
831 clear_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags); in wq_block_on_fault_store()
1137 clear_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags); in wq_prs_disable_store()
Didxd.h144 WQ_FLAG_BLOCK_ON_FAULT, enumerator
Ddevice.c959 test_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags) && in idxd_wq_config_write()