Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dworkqueue.h534 #define from_work(var, callback_work, work_fieldname) \
535 container_of(callback_work, typeof(*var), work_fieldname)
526 from_work(var,callback_work,work_fieldname) global() argument