Searched refs:hint (Results 1 – 2 of 2) sorted by relevance
108 unsigned int hint, bool wrap) in __sbitmap_get_word() argument110 unsigned int orig_hint = hint; in __sbitmap_get_word()114 nr = find_next_zero_bit(word, depth, hint); in __sbitmap_get_word()121 if (orig_hint && hint && wrap) { in __sbitmap_get_word()122 hint = orig_hint = 0; in __sbitmap_get_word()131 hint = nr + 1; in __sbitmap_get_word()132 if (hint >= depth - 1) in __sbitmap_get_word()133 hint = 0; in __sbitmap_get_word()440 unsigned int hint, depth; in __sbitmap_queue_get() local443 hint = this_cpu_read(*sbq->alloc_hint); in __sbitmap_queue_get()[all …]
478 void *hint = descr->debug_hint ? in debug_print_object() local484 descr->name, hint); in debug_print_object()