Searched defs:target_list (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/ulp/srp/
H A Dib_srp.h110 struct list_head target_list; member in struct:srp_host
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dbcmsdh.c509 struct sk_buff_head local_list, *target_list; local
523 target_list = pktlist;
546 target_list = &local_list;
552 target_list->qlen);
553 seg_sz = target_list->qlen;
555 pkt_next = target_list->next;
579 while (pkt_next != (struct sk_buff *)target_list) {
/drivers/staging/android/
H A Dbinder.c924 struct list_head *target_list)
928 if (target_list == NULL &&
939 if (!node->has_strong_ref && target_list) {
941 list_add_tail(&node->work.entry, target_list);
947 if (target_list == NULL) {
952 list_add_tail(&node->work.entry, target_list);
1113 struct list_head *target_list)
1119 ret = binder_inc_node(ref->node, 1, 1, target_list);
1126 ret = binder_inc_node(ref->node, 0, 1, target_list);
1325 struct list_head *target_list; local
923 binder_inc_node(struct binder_node *node, int strong, int internal, struct list_head *target_list) argument
1112 binder_inc_ref(struct binder_ref *ref, int strong, struct list_head *target_list) argument
[all...]

Completed in 362 milliseconds