Searched refs:__REQ_F_LAST_BIT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | io_uring_types.h | 424 __REQ_F_LAST_BIT, enumerator |
/openbmc/linux/io_uring/ | ||
H A D | io_uring.c | 4697 BUILD_BUG_ON(__REQ_F_LAST_BIT > 8 * sizeof(int)); in io_uring_init() |