Searched defs:func (Results 1 – 4 of 4) sorted by relevance
6 void rust_helper_init_work_with_key(struct work_struct *work, work_func_t func, in rust_helper_init_work_with_key()
19 task_work_func_t func) in rust_helper_init_task_work()
231 func: Option<T>, field
1285 let mut func = KVec::with_capacity(10, GFP_KERNEL).unwrap(); in test_kvec_retain() localVariable