Home
last modified time | relevance | path

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

/linux-6.12.1/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.h154 WQ_FLAG_BLOCK_ON_FAULT, enumerator
Ddevice.c964 test_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags) && in idxd_wq_config_write()