Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcfg.c134 struct func_node *func, *last_func; in cfg_partition_funcs() local
150 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()
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue_internal.h59 work_func_t last_func; member
H A Dworkqueue.c953 return worker->last_func; in wq_worker_last_func()
2341 worker->last_func = worker->current_func; in process_one_work()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbuilder.py726 last_func = None
732 last_func = line
737 if last_func:
739 last_func, board)
743 if last_func:
745 last_func, board)
749 last_func = None
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_state.c1605 int (*last_func)(struct sk_buff *, unsigned int, void *, in broadcast_state_change() local
1611 ({ if (last_func) \ in broadcast_state_change()
1612 last_func(NULL, 0, last_arg, type); \ in broadcast_state_change()
1616 last_func = (typeof(last_func))func; \ in broadcast_state_change()