Home
last modified time | relevance | path

Searched refs:onstack (Results 1 – 4 of 4) sorted by relevance

/linux/arch/um/kernel/
H A Dtime.c422 (tmp->time == e->time && tmp->onstack && e->onstack)) { in __time_travel_add_event()
534 .onstack = true, in time_travel_update_time()
556 if (e->onstack) in time_travel_update_time()
/linux/arch/um/include/linux/
H A Dtime-internal.h21 bool pending, onstack; member
/linux/lib/
H A Ddebugobjects.c652 static void debug_object_is_on_stack(void *addr, int onstack) in debug_object_is_on_stack() argument
661 if (is_on_stack == onstack) in debug_object_is_on_stack()
677 bool onstack, bool alloc_ifstatic) in lookup_object_or_alloc() argument
705 debug_object_is_on_stack(addr, onstack); in lookup_object_or_alloc()
748 __debug_object_init(void *addr, const struct debug_obj_descr *descr, int onstack) in __debug_object_init() argument
760 obj = lookup_object_or_alloc(addr, db, descr, onstack, false); in __debug_object_init()
/linux/kernel/
H A Dworkqueue.c690 void __init_work(struct work_struct *work, int onstack) in __init_work() argument
692 if (onstack) in __init_work()