Home
last modified time | relevance | path

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

/openbmc/linux/fs/cachefiles/
H A Dondemand.c543 xas.xa_index = cache->msg_id_next; in cachefiles_ondemand_send_req()
547 xas_find_marked(&xas, cache->msg_id_next - 1, XA_FREE_MARK); in cachefiles_ondemand_send_req()
554 cache->msg_id_next = xas.xa_index + 1; in cachefiles_ondemand_send_req()
H A Dinternal.h132 u32 msg_id_next; member