Searched refs:onstack (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/um/kernel/ |
H A D | time.c | 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()
|
/openbmc/linux/arch/um/include/linux/ |
H A D | time-internal.h | 21 bool pending, onstack; member
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | signal.c | 236 int onstack = sas_ss_flags(new_sp); in setup_frame() local 238 if (onstack == 0) { in setup_frame() 249 } else if (onstack == SS_ONSTACK) { in setup_frame()
|
/openbmc/linux/lib/ |
H A D | debugobjects.c | 538 static void debug_object_is_on_stack(void *addr, int onstack) in debug_object_is_on_stack() argument 547 if (is_on_stack == onstack) in debug_object_is_on_stack() 563 bool onstack, bool alloc_ifstatic) in lookup_object_or_alloc() argument 591 debug_object_is_on_stack(addr, onstack); in lookup_object_or_alloc() 622 __debug_object_init(void *addr, const struct debug_obj_descr *descr, int onstack) in __debug_object_init() argument 634 obj = lookup_object_or_alloc(addr, db, descr, onstack, false); in __debug_object_init()
|
/openbmc/linux/include/linux/ |
H A D | workqueue.h | 255 extern void __init_work(struct work_struct *work, int onstack); 263 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work() argument
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 558 struct bundle_priv onstack; in ib_uverbs_cmd_verbs() local 583 pbundle = &onstack; in ib_uverbs_cmd_verbs()
|
/openbmc/linux/kernel/ |
H A D | workqueue.c | 580 void __init_work(struct work_struct *work, int onstack) in __init_work() argument 582 if (onstack) in __init_work()
|