Lines Matching defs:start
1063 u8 *start, unsigned int value, unsigned int bytes)
1070 fault = memchr_inv(kasan_reset_tag(start), value, bytes);
1075 end = start + bytes;
1157 u8 *start;
1167 start = slab_address(slab);
1169 end = start + length;
1184 fault, end - 1, fault - start);
1505 * @str: start of block
1507 * @slabs: return start of list of slabs, or NULL when there's no list
1510 * returns the start of next block if there's any, or NULL
1930 unsigned long *pos, void *start,
1947 return (char *)start + idx;
1953 void *start;
1965 start = fixup_red_left(s, slab_address(slab));
1968 cur = next_freelist_entry(s, slab, &pos, start, page_limit,
1974 next = next_freelist_entry(s, slab, &pos, start, page_limit,
2001 void *start, *p, *next;
2041 start = slab_address(slab);
2043 setup_slab_debug(s, slab, start);
2048 start = fixup_red_left(s, start);
2049 start = setup_object(s, start);
2050 slab->freelist = start;
2051 for (idx = 0, p = start; idx < slab->objects - 1; idx++) {
2416 * during cmpxchg. The transactions start with the cpu number and are then
4064 * Object placement in a slab is made very easy because we always start at
4109 * requested a higher minimum order then we start with that one instead of
4463 * corrupted if a user writes before the start
5284 long start, end, pos;
5294 start = -1;
5298 pos = start + (end - start + 1) / 2;
5342 start = pos;
6380 .start = slab_debugfs_start,