Searched refs:list (Results 1 – 13 of 13) sorted by relevance
| /samples/kmemleak/ |
| A D | kmemleak-test.c | 24 struct list_head list; member 72 INIT_LIST_HEAD(&elem->list); in kmemleak_test_init() 73 list_add_tail(&elem->list, &test_list); in kmemleak_test_init() 96 list_for_each_entry_safe(elem, tmp, &test_list, list) in kmemleak_test_exit() 97 list_del(&elem->list); in kmemleak_test_exit()
|
| /samples/livepatch/ |
| A D | livepatch-shadow-mod.c | 91 struct list_head list; member 151 list_add(&d->list, &dummy_list); in alloc_work_func() 175 list_for_each_entry_safe(d, tmp, &dummy_list, list) { in cleanup_work_func() 179 list_del(&d->list); in cleanup_work_func() 205 list_for_each_entry_safe(d, tmp, &dummy_list, list) { in livepatch_shadow_mod_exit() 206 list_del(&d->list); in livepatch_shadow_mod_exit()
|
| A D | livepatch-shadow-fix2.c | 37 struct list_head list; member
|
| A D | livepatch-shadow-fix1.c | 43 struct list_head list; member
|
| /samples/trace_events/ |
| A D | trace-events-sample.h | 256 static inline int __length_of(const int *list) in __length_of() argument 260 if (!list) in __length_of() 263 for (i = 0; list[i]; i++) in __length_of() 302 __dynamic_array(int, list, __length_of(lst)) 313 memcpy(__get_dynamic_array(list), lst, 364 __print_array(__get_dynamic_array(list), 365 __get_dynamic_array_len(list) / sizeof(int), 370 __print_dynamic_array(list, sizeof(int)),
|
| /samples/bpf/ |
| A D | test_lru_dist.c | 41 list->next = list; in INIT_LIST_HEAD() 42 list->prev = list; in INIT_LIST_HEAD() 73 __list_del_entry(list); in list_move() 74 list_add(list, head); in list_move() 84 struct list_head list; member 89 struct list_head list; member 111 INIT_LIST_HEAD(&lru->list); in pfect_lru_init() 132 list_move(&node->list, &lru->list); in pfect_lru_lookup_or_insert() 140 INIT_LIST_HEAD(&node->list); in pfect_lru_lookup_or_insert() 146 list); in pfect_lru_lookup_or_insert() [all …]
|
| A D | xdp2skb_meta.sh | 82 --long verbose,flush,help,list,dev:,dry-run -- "$@") 112 --list )
|
| A D | README.rst | 23 'llc' must support target 'bpf', list version and supported targets with
|
| /samples/vfs/ |
| A D | test-list-all-mounts.c | 59 __u64 list[], size_t num, unsigned int flags) in sys_listmount() argument 68 return syscall(__NR_listmount, &req, list, num, flags); in sys_listmount() 74 __u64 list[LISTMNT_BUFFER], last_mnt_id = 0; in main() local 96 info.mnt_ns_id, list, LISTMNT_BUFFER, in main() 122 last_mnt_id = list[cur]; in main()
|
| A D | Makefile | 2 userprogs-always-y += test-fsmount test-statx mountinfo test-list-all-mounts
|
| A D | .gitignore | 3 /test-list-all-mounts
|
| A D | mountinfo.c | 55 __u64 list[], size_t num, unsigned int flags) in listmount() argument 68 return syscall(__NR_listmount, &req, list, num, flags); in listmount()
|
| /samples/v4l/ |
| A D | v4l2-pci-skeleton.c | 73 struct list_head list; member 129 list_del(&new_buf->list); in skeleton_irq() 211 list_add_tail(&buf->list, &skel->buf_list); in buffer_queue() 225 list_for_each_entry_safe(buf, node, &skel->buf_list, list) { in return_all_buffers() 227 list_del(&buf->list); in return_all_buffers()
|
Completed in 21 milliseconds