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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dutil.c501 #define HDRLEN_KMALLOC (sizeof(struct ipc_rcu_grace) > sizeof(struct ipc_rcu_hdr) ? \ macro
503 #define HDRLEN_VMALLOC (sizeof(struct ipc_rcu_sched) > HDRLEN_KMALLOC ? \
504 sizeof(struct ipc_rcu_sched) : HDRLEN_KMALLOC)
509 if (HDRLEN_KMALLOC + size > PAGE_SIZE)
538 out = kmalloc(HDRLEN_KMALLOC + size, GFP_KERNEL);
540 out += HDRLEN_KMALLOC;

Completed in 37 milliseconds