Home
last modified time | relevance | path

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

/linux-2.6.39/ipc/
Dutil.c504 #define HDRLEN_KMALLOC (sizeof(struct ipc_rcu_grace) > sizeof(struct ipc_rcu_hdr) ? \ macro
506 #define HDRLEN_VMALLOC (sizeof(struct ipc_rcu_sched) > HDRLEN_KMALLOC ? \
507 sizeof(struct ipc_rcu_sched) : HDRLEN_KMALLOC)
512 if (HDRLEN_KMALLOC + size > PAGE_SIZE) in rcu_use_vmalloc()
541 out = kmalloc(HDRLEN_KMALLOC + size, GFP_KERNEL); in ipc_rcu_alloc()
543 out += HDRLEN_KMALLOC; in ipc_rcu_alloc()