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

/linux-master/fs/btrfs/
H A Ddefrag.c965 * @target_list: list of targets file extents
970 bool locked, struct list_head *target_list,
1074 if (list_empty(target_list))
1076 last = list_entry(target_list->prev,
1082 /* Mergeable, fall through to add it to @target_list. */
1092 if (!list_empty(target_list)) {
1095 last = list_entry(target_list->prev,
1115 list_add_tail(&new->list, target_list);
1125 list_for_each_entry_safe(entry, tmp, target_list, list) {
1207 LIST_HEAD(target_list);
967 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) argument
[all...]
/linux-master/drivers/net/
H A Dnetconsole.c74 static LIST_HEAD(target_list);
87 * @list: Links this target into the target_list.
848 list_for_each_entry(nt, &target_list, list) {
891 list_add(&nt->list, &target_list);
964 list_for_each_entry(nt, &target_list, list) {
1141 if ((oops_only && !oops_in_progress) || list_empty(&target_list))
1145 list_for_each_entry(nt, &target_list, list)
1161 if (list_empty(&target_list))
1165 list_for_each_entry(nt, &target_list, list) {
1277 list_add(&nt->list, &target_list);
[all...]
/linux-master/kernel/module/
H A Dsysfs.c249 list_for_each_entry(use, &mod->target_list, target_list)
262 list_for_each_entry(use, &mod->target_list, target_list) {
H A Dmain.c554 INIT_LIST_HEAD(&mod->target_list);
594 list_add(&use->target_list, &a->target_list);
625 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) {
630 list_del(&use->target_list);
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.h120 * @target_list: List of connected target ports (struct srp_target_port).
121 * @target_lock: Protects @target_list.
127 struct list_head target_list; member in struct:srp_host
H A Dib_srp.c3133 list_add_tail(&target->list, &host->target_list);
3195 list_for_each_entry(t, &host->target_list, list) {
3963 INIT_LIST_HEAD(&host->target_list);
4098 list_for_each_entry(target, &host->target_list, list)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c385 struct sk_buff_head local_list, *target_list; local
397 target_list = pktlist;
420 target_list = &local_list;
426 target_list->qlen);
448 skb_queue_walk(target_list, pkt_next) {
/linux-master/drivers/android/
H A Dbinder.c430 * @target_list: list to add work to
439 struct list_head *target_list)
441 BUG_ON(target_list == NULL);
443 list_add_tail(&work->entry, target_list);
819 struct list_head *target_list)
828 if (target_list == NULL &&
840 if (!node->has_strong_ref && target_list) {
841 struct binder_thread *thread = container_of(target_list,
844 BUG_ON(&thread->todo != target_list);
852 if (target_list
438 binder_enqueue_work_ilocked(struct binder_work *work, struct list_head *target_list) argument
817 binder_inc_node_nilocked(struct binder_node *node, int strong, int internal, struct list_head *target_list) argument
866 binder_inc_node(struct binder_node *node, int strong, int internal, struct list_head *target_list) argument
1184 binder_inc_ref_olocked(struct binder_ref *ref, int strong, struct list_head *target_list) argument
1377 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) argument
2725 binder_find_outdated_transaction_ilocked(struct binder_transaction *t, struct list_head *target_list) argument
[all...]
/linux-master/include/linux/
H A Dmodule.h308 struct list_head target_list; member in struct:module_use
567 struct list_head target_list; member in struct:module
/linux-master/drivers/cxl/core/
H A Dhdm.c800 } target_list; local
901 target_list.value = (hi << 32) + lo;
903 target_map[i] = target_list.target_id[i];
H A Dport.c191 static DEVICE_ATTR_RO(target_list);
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c587 struct list_head *target_list; local
589 target_list = info.is_port ? &hisi_ptt->port_filters :
592 list_for_each_entry_safe(filter, tmp, target_list, list)

Completed in 233 milliseconds