Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 3 of 3) sorted by relevance

/lib/
Dstring.c786 unsigned int words, prefix; in memchr_inv() local
803 prefix = (unsigned long)start % 8; in memchr_inv()
804 if (prefix) { in memchr_inv()
807 prefix = 8 - prefix; in memchr_inv()
808 r = check_bytes8(start, value, prefix); in memchr_inv()
811 start += prefix; in memchr_inv()
812 bytes -= prefix; in memchr_inv()
Dcpu_rmap.c116 static void debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix) in debug_print_rmap() argument
121 pr_info("cpu_rmap %p, %s:\n", rmap, prefix); in debug_print_rmap()
131 debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix) in debug_print_rmap() argument
Didr.c285 new->prefix = id & idr_layer_prefix_mask(new->layer); in sub_alloc()
327 WARN_ON_ONCE(p->prefix); in idr_get_empty_slot()
349 new->prefix = id & idr_layer_prefix_mask(new->layer); in idr_get_empty_slot()