Lines Matching defs:end
556 * Return offset of the end of info block which is inuse + free pointer if
777 u8 *end;
786 end = start + bytes;
787 while (end > fault && end[-1] == value)
788 end--;
792 fault, end - 1, fault - addr,
796 restore_bytes(s, what, value, fault, end);
840 unsigned long off = get_info_end(s); /* The end of info */
855 /* Check the pad bytes at the end of a slab page */
860 u8 *end;
870 end = start + length;
875 pad = end - remainder;
881 while (end > fault && end[-1] == POISON_INUSE)
882 end--;
885 fault, end - 1, fault - start);
888 restore_bytes(s, "slab padding", POISON_INUSE, fault, end);
1239 /* Reached end of constructed freelist yet? */
1427 char *end, *glob;
1430 end = strchrnul(iter, ',');
1431 if (next_block && next_block < end)
1432 end = next_block - 1;
1434 glob = strnchr(iter, end - iter, '*');
1438 cmplen = max_t(size_t, len, (end - iter));
1445 if (!*end || *end == ';')
1447 iter = end + 1;
2832 * as we end up on the original cpu again when doing the cmpxchg.
3679 * end of the object and the free pointer. If not then add an
4645 long start, end, pos;
4651 end = t->count;
4654 pos = start + (end - start + 1) / 2;
4657 * There is nothing at "end". If we end up there
4658 * we need to add something to before end.
4660 if (pos == end)
4688 end = pos;