Searched refs:ZERO_SIZE_PTR (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 Dslub_def.h164 * ZERO_SIZE_PTR will be returned for zero sized kmalloc requests.
166 * Dereferencing ZERO_SIZE_PTR will lead to a distinct access fault.
168 * ZERO_SIZE_PTR can be passed to kfree though in the same way that NULL can.
171 #define ZERO_SIZE_PTR ((void *)16) macro
180 return ZERO_SIZE_PTR;
193 return ZERO_SIZE_PTR;
209 return ZERO_SIZE_PTR;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslub.c2247 return ZERO_SIZE_PTR;
2258 return ZERO_SIZE_PTR;
2268 if (object == ZERO_SIZE_PTR)
2309 if ((unsigned long)x <= (unsigned long)ZERO_SIZE_PTR)
2414 if (unlikely(!p || p == ZERO_SIZE_PTR))
2419 return ZERO_SIZE_PTR;
2678 return ZERO_SIZE_PTR;
2689 return ZERO_SIZE_PTR;

Completed in 178 milliseconds