Searched refs:__INIT_WORK_KEY (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/include/linux/ |
D | workqueue.h | 282 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ macro 291 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ macro 304 __INIT_WORK_KEY(_work, _func, _onstack, &__key); \ 314 __INIT_WORK_KEY((_work), (_func), 1, _key)
|