Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dtape.h221 unsigned int bof; member
/linux/Documentation/accel/
H A Dintroduction.rst110 …rs BOF outcomes summary <https://airlied.blogspot.com/2022/09/accelerators-bof-outcomes-summary.ht…
/linux/drivers/dma/idxd/
H A Dsysfs.c809 bool bof; in wq_block_on_fault_store() local
821 rc = kstrtobool(buf, &bof); in wq_block_on_fault_store()
825 if (bof) { in wq_block_on_fault_store()
H A Ddevice.c966 wq->wqcfg->bof = 1; in idxd_wq_config_write()