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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmqueue.h39 * - sigev_value.sival_ptr must point to a cookie that is NOTIFY_COOKIE_LEN
51 #define NOTIFY_COOKIE_LEN 32 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c490 ((char*)skb->data)[NOTIFY_COOKIE_LEN-1] = code;
1018 nc = alloc_skb(NOTIFY_COOKIE_LEN, GFP_KERNEL);
1025 NOTIFY_COOKIE_LEN)) {
1030 skb_put(nc, NOTIFY_COOKIE_LEN);

Completed in 91 milliseconds