Lines Matching defs:same
3122 * same as above but node_match() being false already
3345 * same cpu. We read first the kmem_cache_cpu pointer and use it to read
3347 * two reads, it's OK as the two are still associated with the same cpu
3731 * same slab) possible by specifying head and tail ptr, plus objects
3747 * data is retrieved via this pointer. If we are on the same cpu
3845 * a limited look ahead) and extract objects belonging to the same
3862 size_t same;
3891 same = size;
3900 same--;
3901 if (size != same)
3902 swap(p[size], p[same]);
3911 return same;