Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dlowcomms.c121 #define DLM_WQ_REMAIN_BYTES(e) (PAGE_SIZE - e->end) macro
1193 if (DLM_WQ_REMAIN_BYTES(e) >= len) { in new_wq_entry()