Searched refs:first (Results 1 – 8 of 8) sorted by relevance
/lib/ |
D | llist.c | 42 struct llist_node *first; in llist_add_batch() local 45 new_last->next = first = ACCESS_ONCE(head->first); in llist_add_batch() 46 } while (cmpxchg(&head->first, first, new_first) != first); in llist_add_batch() 48 return !first; in llist_add_batch() 70 entry = head->first; in llist_del_first() 76 entry = cmpxchg(&head->first, old_entry, next); in llist_del_first()
|
D | extable.c | 72 search_extable(const struct exception_table_entry *first, in search_extable() argument 76 while (first <= last) { in search_extable() 79 mid = ((last - first) >> 1) + first; in search_extable() 85 first = mid + 1; in search_extable()
|
D | plist.c | 77 struct plist_node *first, *iter, *prev = NULL; in plist_add() local 87 first = iter = plist_first(head); in plist_add() 98 } while (iter != first); in plist_add() 186 struct plist_node *first, *prio_pos, *node_pos; in plist_test_check() local 193 prio_pos = first = plist_first(&test_head); in plist_test_check() 197 if (node_pos == first) in plist_test_check() 210 BUG_ON(prio_pos->prio_list.next != &first->prio_list); in plist_test_check()
|
D | debugobjects.c | 139 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() 1054 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
|
D | dynamic_debug.c | 341 char *first = words[i+1]; in ddebug_parse_query() local 342 char *last = strchr(first, '-'); in ddebug_parse_query() 349 if (parse_lineno(first, &query->first_lineno) < 0) in ddebug_parse_query()
|
D | Kconfig.kmemcheck | 47 In one-shot mode, only the first error detected is reported before
|
D | Kconfig.kgdb | 92 CONFIG_KDB_CONTINUE_CATASTROPHIC == 0 (default). The first time
|
D | Kconfig.debug | 43 I.e., processors other than the first one may not boot up. 70 filesystem must first be mounted before making use of this feature. 1208 bool "RCU debugging: don't disable PROVE_RCU on first splat" 1213 first warning (or "splat"). This feature prevents such
|