/linux/include/linux/ |
A D | klist.h | 18 struct klist { struct 32 struct klist _name = KLIST_INIT(_name, _get, _put) argument 34 extern void klist_init(struct klist *k, void (*get)(struct klist_node *), 43 extern void klist_add_tail(struct klist_node *n, struct klist *k); 44 extern void klist_add_head(struct klist_node *n, struct klist *k); 55 struct klist *i_klist; 60 extern void klist_iter_init(struct klist *k, struct klist_iter *i); 61 extern void klist_iter_init_node(struct klist *k, struct klist_iter *i,
|
A D | btf.h | 258 bool bpf_check_mod_kfunc_call(struct kfunc_btf_id_list *klist, u32 kfunc_id, 272 static inline bool bpf_check_mod_kfunc_call(struct kfunc_btf_id_list *klist, in bpf_check_mod_kfunc_call() argument
|
A D | attribute_container.h | 18 struct klist containers;
|
/linux/lib/ |
A D | klist.c | 47 static struct klist *knode_klist(struct klist_node *knode) in knode_klist() 49 return (struct klist *) in knode_klist() 58 static void knode_set_klist(struct klist_node *knode, struct klist *klist) in knode_set_klist() argument 60 knode->n_klist = klist; in knode_set_klist() 94 static void add_head(struct klist *k, struct klist_node *n) in add_head() 101 static void add_tail(struct klist *k, struct klist_node *n) in add_tail() 122 void klist_add_head(struct klist_node *n, struct klist *k) in klist_add_head() 134 void klist_add_tail(struct klist_node *n, struct klist *k) in klist_add_tail() 148 struct klist *k = knode_klist(pos); in klist_add_behind() 164 struct klist *k = knode_klist(pos); in klist_add_before() [all …]
|
A D | .klist.o.cmd | 1 …klist.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aa… 3 source_lib/klist.o := lib/klist.c 5 deps_lib/klist.o := \ 22 include/linux/klist.h \ 633 lib/klist.o: $(deps_lib/klist.o) 635 $(deps_lib/klist.o):
|
A D | .lib.a.cmd | 1 …/flex_proportions.o lib/idr.o lib/irq_regs.o lib/is_single_threaded.o lib/klist.o lib/kobject.o li…
|
A D | lib.a | 35 klist.o/
|
A D | Makefile | 42 lib-y += kobject.o klist.o
|
/linux/drivers/base/ |
A D | base.h | 47 struct klist klist_devices; 48 struct klist klist_drivers; 60 struct klist klist_devices; 89 struct klist klist_children;
|
A D | bus.c | 898 struct klist *bus_get_device_klist(struct bus_type *bus) in bus_get_device_klist() 939 struct klist *device_klist; in bus_sort_breadthfirst()
|
A D | .auxiliary.o.cmd | 757 include/linux/klist.h \
|
A D | .bus.o.cmd | 758 include/linux/klist.h \
|
A D | .driver.o.cmd | 731 include/linux/klist.h \
|
A D | .firmware.o.cmd | 904 include/linux/klist.h \
|
A D | .hypervisor.o.cmd | 757 include/linux/klist.h \
|
A D | .init.o.cmd | 757 include/linux/klist.h \
|
A D | .module.o.cmd | 757 include/linux/klist.h \
|
/linux/tools/perf/ |
A D | builtin-probe.c | 428 struct strlist *klist = NULL, *ulist = NULL; in perf_del_probe_events() local 444 klist = strlist__new(NULL, NULL); in perf_del_probe_events() 446 if (!klist || !ulist) { in perf_del_probe_events() 451 ret = probe_file__get_events(kfd, filter, klist); in perf_del_probe_events() 453 strlist__for_each_entry(ent, klist) in perf_del_probe_events() 456 ret = probe_file__del_strlist(kfd, klist); in perf_del_probe_events() 484 strlist__delete(klist); in perf_del_probe_events()
|
/linux/scripts/gdb/linux/ |
A D | device.py | 67 def klist_for_each(klist): argument 68 return list_for_each_entry(klist['k_list'],
|
/linux/fs/ |
A D | xattr.c | 737 char *klist = NULL; in listxattr() local 742 klist = kvmalloc(size, GFP_KERNEL); in listxattr() 743 if (!klist) in listxattr() 747 error = vfs_listxattr(d, klist, size); in listxattr() 749 if (size && copy_to_user(list, klist, error)) in listxattr() 757 kvfree(klist); in listxattr()
|
/linux/include/linux/device/ |
A D | bus.h | 287 extern struct klist *bus_get_device_klist(struct bus_type *bus);
|
/linux/kernel/bpf/ |
A D | btf.c | 6369 bool bpf_check_mod_kfunc_call(struct kfunc_btf_id_list *klist, u32 kfunc_id, in bpf_check_mod_kfunc_call() argument 6374 mutex_lock(&klist->mutex); in bpf_check_mod_kfunc_call() 6375 list_for_each_entry(s, &klist->list, list) { in bpf_check_mod_kfunc_call() 6377 mutex_unlock(&klist->mutex); in bpf_check_mod_kfunc_call() 6381 mutex_unlock(&klist->mutex); in bpf_check_mod_kfunc_call()
|
/linux/drivers/crypto/ux500/cryp/ |
A D | cryp_core.c | 58 struct klist device_list;
|
/linux/drivers/crypto/ux500/hash/ |
A D | hash_core.c | 69 struct klist device_list;
|
/linux/drivers/spmi/ |
A D | .spmi.o.cmd | 937 include/linux/klist.h \
|