Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmqueue.h54 #define NOTIFY_COOKIE_LEN 32 macro
/openbmc/linux/ipc/
H A Dmqueue.c777 ((char *)skb->data)[NOTIFY_COOKIE_LEN-1] = code; in set_cookie()
1342 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL); in do_mq_notify()
1348 NOTIFY_COOKIE_LEN)) { in do_mq_notify()
1354 skb_put(nc, NOTIFY_COOKIE_LEN); in do_mq_notify()