Searched refs:onstack (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/lib/ |
D | debugobjects.c | 410 static void debug_object_is_on_stack(void *addr, int onstack) in debug_object_is_on_stack() argument 419 if (is_on_stack == onstack) in debug_object_is_on_stack() 435 bool onstack, bool alloc_ifstatic) in lookup_object_or_alloc() argument 463 debug_object_is_on_stack(addr, onstack); in lookup_object_or_alloc() 483 __debug_object_init(void *addr, struct debug_obj_descr *descr, int onstack) in __debug_object_init() argument 496 obj = lookup_object_or_alloc(addr, db, descr, onstack, false); in __debug_object_init()
|
/linux-4.19.296/include/linux/ |
D | workqueue.h | 208 extern void __init_work(struct work_struct *work, int onstack); 216 static inline void __init_work(struct work_struct *work, int onstack) { } in __init_work() argument
|