Searched refs:ipc_rcu_sched (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.c474 * - [only if vmalloc]: ipc_rcu_sched.
494 struct ipc_rcu_sched struct
503 #define HDRLEN_VMALLOC (sizeof(struct ipc_rcu_sched) > HDRLEN_KMALLOC ? \
504 sizeof(struct ipc_rcu_sched) : HDRLEN_KMALLOC)
556 vfree(container_of(work, struct ipc_rcu_sched, work));
569 struct ipc_rcu_sched *sched;
572 sched = container_of(&(grace->data[0]), struct ipc_rcu_sched,

Completed in 32 milliseconds