Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dfiletable.h48 return (slot->file_ptr & ~FFS_MASK) << REQ_F_SUPPORT_NOWAIT_BIT; in io_slot_flags()
66 (io_file_get_flags(file) >> REQ_F_SUPPORT_NOWAIT_BIT); in io_fixed_file_set()
/openbmc/linux/include/linux/
H A Dio_uring_types.h417 REQ_F_SUPPORT_NOWAIT_BIT,
461 REQ_F_SUPPORT_NOWAIT = BIT(REQ_F_SUPPORT_NOWAIT_BIT),
420 REQ_F_SUPPORT_NOWAIT_BIT, global() enumerator