Home
last modified time | relevance | path

Searched refs:onstack (Results 1 – 5 of 5) 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()
786 __debug_object_init(void *addr, const struct debug_obj_descr *descr, int onstack) in __debug_object_init()
798 obj = lookup_object_or_alloc(addr, db, descr, onstack, false);
758 __debug_object_init(void * addr,const struct debug_obj_descr * descr,int onstack) __debug_object_init() argument
/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c40 * precompute that amount and determine if the onstack memory can be used or
472 struct bundle_priv onstack;
498 pbundle = &onstack; in bundle_destroy()
531 struct bundle_priv onstack; ib_uverbs_cmd_verbs() local
/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()