Home
last modified time | relevance | path

Searched refs:first (Results 1 – 11 of 11) sorted by relevance

/lib/
Dllist.c41 struct llist_node *first; in llist_add_batch() local
44 new_last->next = first = ACCESS_ONCE(head->first); in llist_add_batch()
45 } while (cmpxchg(&head->first, first, new_first) != first); in llist_add_batch()
47 return !first; in llist_add_batch()
69 entry = smp_load_acquire(&head->first); in llist_del_first()
75 entry = cmpxchg(&head->first, old_entry, next); in llist_del_first()
Dkasprintf.c16 unsigned int first, second; in kvasprintf() local
21 first = vsnprintf(NULL, 0, fmt, aq); in kvasprintf()
24 p = kmalloc_track_caller(first+1, gfp); in kvasprintf()
28 second = vsnprintf(p, first+1, fmt, ap); in kvasprintf()
29 WARN(first != second, "different return values (%u and %u) from vsnprintf(\"%s\", ...)", in kvasprintf()
30 first, second, fmt); in kvasprintf()
Dextable.c104 search_extable(const struct exception_table_entry *first, in search_extable() argument
108 while (first <= last) { in search_extable()
111 mid = ((last - first) >> 1) + first; in search_extable()
117 first = mid + 1; in search_extable()
Dplist.c76 struct plist_node *first, *iter, *prev = NULL; in plist_add() local
86 first = iter = plist_first(head); in plist_add()
97 } while (iter != first); in plist_add()
185 struct plist_node *first, *prio_pos, *node_pos; in plist_test_check() local
192 prio_pos = first = plist_first(&test_head); in plist_test_check()
196 if (node_pos == first) in plist_test_check()
209 BUG_ON(prio_pos->prio_list.next != &first->prio_list); in plist_test_check()
Dradix-tree.c229 unsigned long first = index | (i << node->shift); in dump_node() local
230 unsigned long last = first | ((1UL << node->shift) - 1); in dump_node()
238 first, last); in dump_node()
241 entry, i, first, last); in dump_node()
243 dump_node(entry_to_node(entry), first); in dump_node()
Ddebugobjects.c139 if (obj_pool.first) { in alloc_object()
140 obj = hlist_entry(obj_pool.first, typeof(*obj), node); in alloc_object()
173 obj = hlist_entry(obj_pool.first, typeof(*obj), node); in free_obj_work()
1079 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
Ddynamic_debug.c348 char *first = words[i+1]; in ddebug_parse_query() local
349 char *last = strchr(first, '-'); in ddebug_parse_query()
356 if (parse_lineno(first, &query->first_lineno) < 0) in ddebug_parse_query()
DKconfig.kmemcheck47 In one-shot mode, only the first error detected is reported before
Dvsprintf.c861 bool first = true; in bitmap_string() local
880 if (!first) { in bitmap_string()
885 first = false; in bitmap_string()
902 bool first = true; in bitmap_list_string() local
914 if (!first) { in bitmap_list_string()
919 first = false; in bitmap_list_string()
DKconfig.kgdb117 CONFIG_KDB_CONTINUE_CATASTROPHIC == 0 (default). The first time
DKconfig.debug43 I.e., processors other than the first one may not boot up.
70 filesystem must first be mounted before making use of this feature.
1287 bool "RCU debugging: don't disable PROVE_RCU on first splat"
1292 first warning (or "splat"). This feature prevents such