Home
last modified time | relevance | path

Searched defs:work_func (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dstruct_ops.c179 typedef int (*work_func)(int fd, const struct bpf_map_info *info, void *data, typedef
/openbmc/linux/fs/btrfs/
H A Draid56.c109 static void start_async_work(struct btrfs_raid_bio *rbio, work_func_t work_func) in start_async_work()