Searched refs:last_func (Results 1 – 4 of 4) sorted by relevance
134 struct func_node *func, *last_func; in cfg_partition_funcs() local150 last_func = cfg_last_func(cfg); in cfg_partition_funcs()151 last_func->end = end - 1; in cfg_partition_funcs()153 list_for_each_entry_from(func, &last_func->l, l) { in cfg_partition_funcs()
40 work_func_t last_func; /* K: last work's fn */ member
1536 return worker->last_func; in wq_worker_last_func()3274 worker->last_func = worker->current_func; in process_one_work()
1612 int (*last_func)(struct sk_buff *, unsigned int, in broadcast_state_change() local1618 ({ if (last_func) \ in broadcast_state_change()1619 last_func(NULL, 0, last_arg, type); \ in broadcast_state_change()1623 last_func = func; \ in broadcast_state_change()