Lines Matching defs:when
93 * Slabs are freed when they become empty. Teardown and setup is
104 * when the slab is no longer needed.
180 * issues when checking or reading debug information
188 * disabled when slub_debug=O is used and a cache's min order increases with
214 unsigned long when; /* When did the operation occur */
257 * example, when __free_slub() iterates over objects in a cache, it
596 p->when = jiffies;
617 s, (void *)t->addr, pr_time - t->when, t->cpu, t->pid);
1263 * @slabs: return start of list of slabs, or NULL when there's no list
2475 * Use the cpu notifier to insure that the cpu slabs are flushed when
2664 * Version of __slab_alloc to use when we know that interrupts are
2706 * information when the page leaves the per-cpu allocator
2832 * as we end up on the original cpu again when doing the cmpxchg.
3264 /* Note that interrupts must be enabled when calling this function. */
3283 /* Note that interrupts must be enabled when calling this function. */
3522 * when allocating for the kmem_cache_node. This is used for bootstrapping
3629 * per node list when we reach the limit.
3631 * per node list when we run out of per cpu objects. We only fetch
4648 unsigned long age = jiffies - track->when;
4668 if (track->when) {