Searched refs:onstack (Results 1 – 7 of 7) sorted by relevance
291 (tmp->time == e->time && tmp->onstack && e->onstack)) { in __time_travel_add_event()398 .onstack = true, in time_travel_update_time()420 if (e->onstack) in time_travel_update_time()
21 bool pending, onstack; member
236 int onstack = sas_ss_flags(new_sp); in setup_frame() local238 if (onstack == 0) { in setup_frame()249 } else if (onstack == SS_ONSTACK) { in setup_frame()
202 extern void __init_work(struct work_struct *work, int onstack);210 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work() argument
532 static void debug_object_is_on_stack(void *addr, int onstack) in debug_object_is_on_stack() argument541 if (is_on_stack == onstack) in debug_object_is_on_stack()556 __debug_object_init(void *addr, const struct debug_obj_descr *descr, int onstack) in __debug_object_init() argument611 debug_object_is_on_stack(addr, onstack); in __debug_object_init()
558 struct bundle_priv onstack; in ib_uverbs_cmd_verbs() local583 pbundle = &onstack; in ib_uverbs_cmd_verbs()
518 void __init_work(struct work_struct *work, int onstack) in __init_work() argument520 if (onstack) in __init_work()