Lines Matching refs:list
64 /* Linked list of all configured targets */
78 * @list: Links this target into the target_list.
97 struct list_head list;
642 list_add(&nt->list, &target_list);
655 list_del(&nt->list);
705 list_for_each_entry(nt, &target_list, list) {
829 list_for_each_entry(nt, &target_list, list)
849 list_for_each_entry(nt, &target_list, list) {
904 list_add(&nt->list, &target_list);
932 * from the boot/module option exist here). Skipping the list
935 list_for_each_entry_safe(nt, tmp, &target_list, list) {
936 list_del(&nt->list);
957 * destroy them. Skipping the list lock is safe here, and
960 list_for_each_entry_safe(nt, tmp, &target_list, list) {
961 list_del(&nt->list);