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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcpuset.h73 return current->flags & PF_SPREAD_SLAB;
H A Dsched.h1349 #define PF_SPREAD_SLAB 0x02000000 /* Spread some slab caches over cpuset */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c675 tsk->flags |= PF_SPREAD_SLAB;
677 tsk->flags &= ~PF_SPREAD_SLAB;
2530 * If a task is marked PF_SPREAD_PAGE or PF_SPREAD_SLAB (as for
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c3176 * Try allocating on another node if PF_SPREAD_SLAB|PF_MEMPOLICY.
3393 if (unlikely(current->flags & (PF_SPREAD_SLAB | PF_MEMPOLICY))) {

Completed in 72 milliseconds