Home
last modified time | relevance | path

Searched refs:target_list (Results 1 – 12 of 12) sorted by relevance

/linux/fs/btrfs/
H A Ddefrag.c935 * @target_list: list of targets file extents
940 bool locked, struct list_head *target_list,
1044 if (list_empty(target_list)) in defrag_collect_targets()
1046 last = list_last_entry(target_list, in defrag_collect_targets()
1052 /* Mergeable, fall through to add it to @target_list. */ in defrag_collect_targets()
1062 if (!list_empty(target_list)) { in defrag_collect_targets()
1065 last = list_last_entry(target_list, in defrag_collect_targets()
1085 list_add_tail(&new->list, target_list); in defrag_collect_targets()
1095 list_for_each_entry_safe(entry, tmp, target_list, list) { in defrag_collect_targets()
1180 LIST_HEAD(target_list); in defrag_one_locked_target()
957 defrag_collect_targets(struct btrfs_inode * inode,u64 start,u64 len,u32 extent_thresh,u64 newer_than,bool do_compress,bool locked,struct list_head * target_list,u64 * last_scanned_ret) defrag_collect_targets() argument
[all...]
/linux/kernel/module/
H A Dsysfs.c243 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links()
256 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()
H A Dmain.c660 INIT_LIST_HEAD(&mod->target_list); in module_unload_init()
700 list_add(&use->target_list, &a->target_list); in add_module_usage()
731 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) { in module_unload_free()
736 list_del(&use->target_list); in module_unload_free()
/linux/drivers/net/
H A Dnetconsole.c84 static LIST_HEAD(target_list);
140 * @list: Links this target into the target_list.
338 * target_list in order to resume it with IRQ enabled. in process_resume_target()
346 * before returning, all while this target was off target_list and
368 list_add(&nt->list, &target_list); in alloc_and_init()
404 * the main target_list. in netconsole_print_banner()
419 /* moved the cleaned target to target_list. Need to hold both
423 list_move(&nt->list, &target_list); in netpoll_parse_ip_addr()
668 list_for_each_entry(nt, &target_list, list) {
1422 list_for_each_entry(nt, &target_list, lis in make_netconsole_target()
[all...]
/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst243 memory accesses. This will be presented in sysfs via the :code:`target_list`
262 The :code:`target_list` parameter is filled by the CFMWS target fields. Targets
290 create_ram_region modalias target_list
312 devtype locked size target_list
571 # cat /sys/bus/cxl/devices/decoder0.0/target_list start size
576 # cat /sys/bus/cxl/devices/decoder0.1/target_list start size
581 # cat /sys/bus/cxl/devices/decoder0.2/target_list start size
596 - :code:`target_list` - the list of downstream ports
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c385 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local
397 target_list = pktlist; in brcmf_sdiod_sglist_rw()
420 target_list = &local_list; in brcmf_sdiod_sglist_rw()
426 target_list->qlen); in brcmf_sdiod_sglist_rw()
448 skb_queue_walk(target_list, pkt_next) { in brcmf_sdiod_sglist_rw()
/linux/drivers/infiniband/ulp/srp/
H A Dib_srp.h127 struct list_head target_list; member
H A Dib_srp.c3153 list_add_tail(&target->list, &host->target_list); in srp_add_target()
3215 list_for_each_entry(t, &host->target_list, list) {
3983 INIT_LIST_HEAD(&host->target_list); in srp_add_port()
4117 list_for_each_entry(target, &host->target_list, list) in srp_remove_one()
/linux/drivers/android/
H A Dbinder.c435 * @target_list: list to add work to
444 struct list_head *target_list) in binder_enqueue_work_ilocked() argument
446 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked()
448 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked()
822 struct list_head *target_list) in binder_inc_node_nilocked() argument
831 if (target_list == NULL && in binder_inc_node_nilocked()
843 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
844 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
847 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked()
854 if (!node->has_weak_ref && target_list in binder_inc_node_nilocked()
861 binder_inc_node(struct binder_node * node,int strong,int internal,struct list_head * target_list) binder_inc_node() argument
1244 binder_inc_ref_olocked(struct binder_ref * ref,int strong,struct list_head * target_list) binder_inc_ref_olocked() argument
1461 binder_inc_ref_for_node(struct binder_proc * proc,struct binder_node * node,bool strong,struct list_head * target_list,struct binder_ref_data * rdata) binder_inc_ref_for_node() argument
2806 binder_find_outdated_transaction_ilocked(struct binder_transaction * t,struct list_head * target_list) binder_find_outdated_transaction_ilocked() argument
[all...]
/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.c587 struct list_head *target_list; in hisi_ptt_update_filters() local
589 target_list = info.is_port ? &hisi_ptt->port_filters : in hisi_ptt_update_filters()
592 list_for_each_entry_safe(filter, tmp, target_list, list) in hisi_ptt_update_filters()
/linux/drivers/cxl/core/
H A Dhdm.c984 } target_list; in init_hdm_decoder() local
1089 target_list.value = (hi << 32) + lo; in init_hdm_decoder()
1091 cxld->target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
H A Dport.c194 static DEVICE_ATTR_RO(target_list);