Searched refs:__INIT_WORK_KEY (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/include/linux/ |
D | workqueue.h | 277 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ macro 286 #define __INIT_WORK_KEY(_work, _func, _onstack, _key) \ macro 299 __INIT_WORK_KEY(_work, _func, _onstack, &__key); \ 309 __INIT_WORK_KEY((_work), (_func), 1, _key)
|