Home
last modified time | relevance | path

Searched refs:WORK_DATA_INIT (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/rust/helpers/
Dworkqueue.c11 work->data = (atomic_long_t)WORK_DATA_INIT(); in rust_helper_init_work_with_key()
/linux-6.12.1/include/linux/
Dworkqueue.h109 #define WORK_DATA_INIT() ATOMIC_LONG_INIT((unsigned long)WORK_STRUCT_NO_POOL) macro
285 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \
294 (_work)->data = (atomic_long_t) WORK_DATA_INIT(); \