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.c563 xas.xa_index = cache->msg_id_next; in cachefiles_ondemand_send_req()
567 xas_find_marked(&xas, cache->msg_id_next - 1, XA_FREE_MARK); in cachefiles_ondemand_send_req()
574 cache->msg_id_next = xas.xa_index + 1; in cachefiles_ondemand_send_req()
H A Dinternal.h131 u32 msg_id_next; member