Searched refs:clear_list (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-log-userspace-base.c | 57 struct list_head clear_list; member 232 INIT_LIST_HEAD(&lc->clear_list); in userspace_ctr() 567 LIST_HEAD(clear_list); in userspace_flush() 575 list_splice_init(&lc->clear_list, &clear_list); in userspace_flush() 579 clear_list_is_empty = list_empty(&clear_list); in userspace_flush() 584 r = flush_by_group(lc, &clear_list, 0); in userspace_flush() 630 list_for_each_entry_safe(fe, tmp_fe, &clear_list, list) { in userspace_flush() 695 list_add(&fe->list, &lc->clear_list); in userspace_clear_region()
|
| /linux/include/linux/usb/ |
| H A D | hcd.h | 583 struct list_head clear_list; /* of usb_tt_clear */ member 588 struct list_head clear_list; member
|
| /linux/drivers/usb/core/ |
| H A D | hub.c | 844 while (!list_empty(&hub->tt.clear_list)) { in hub_tt_work() 851 next = hub->tt.clear_list.next; in hub_tt_work() 852 clear = list_entry(next, struct usb_tt_clear, clear_list); in hub_tt_work() 853 list_del(&clear->clear_list); in hub_tt_work() 955 list_add_tail(&clear->clear_list, &tt->clear_list); in usb_hub_clear_tt_buffer() 1581 INIT_LIST_HEAD(&hub->tt.clear_list); in hub_configure()
|
| /linux/kernel/trace/ |
| H A D | ftrace.c | 7875 static void add_to_clear_hash_list(struct list_head *clear_list, in add_to_clear_hash_list() 7887 list_add(&func->list, clear_list); in ftrace_free_mem() 7872 add_to_clear_hash_list(struct list_head * clear_list,struct dyn_ftrace * rec) add_to_clear_hash_list() argument
|