Searched refs:last_func (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/bpf/bpftool/ |
H A D | cfg.c | 134 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()
|
/openbmc/linux/kernel/ |
H A D | workqueue_internal.h | 40 work_func_t last_func; /* K: last work's fn */ member
|
H A D | workqueue.c | 1399 return worker->last_func; in wq_worker_last_func() 2677 worker->last_func = worker->current_func; in process_one_work()
|
/openbmc/u-boot/tools/buildman/ |
H A D | builder.py | 784 last_func = None 790 last_func = line 796 if last_func: 798 last_func, board) 802 if last_func: 804 last_func, board) 808 last_func = None
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_state.c | 1608 int (*last_func)(struct sk_buff *, unsigned int, void *, in broadcast_state_change() local 1614 ({ if (last_func) \ in broadcast_state_change() 1615 last_func(NULL, 0, last_arg, type); \ in broadcast_state_change() 1619 last_func = (typeof(last_func))func; \ in broadcast_state_change()
|