Home
last modified time | relevance | path

Searched refs:cand (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/arch/s390/numa/
Dtoptree.c56 static void toptree_remove(struct toptree *cand) in toptree_remove() argument
60 list_del_init(&cand->sibling); in toptree_remove()
61 oldparent = cand->parent; in toptree_remove()
62 cand->parent = NULL; in toptree_remove()
74 void __ref toptree_free(struct toptree *cand) in toptree_free() argument
78 if (cand->parent) in toptree_free()
79 toptree_remove(cand); in toptree_free()
80 toptree_for_each_child_safe(child, tmp, cand) in toptree_free()
83 kfree(cand); in toptree_free()
85 memblock_free_early((unsigned long)cand, sizeof(*cand)); in toptree_free()
[all …]
Dtoptree.h25 void toptree_free(struct toptree *cand);
26 void toptree_update_mask(struct toptree *cand);
27 void toptree_unify(struct toptree *cand);
28 struct toptree *toptree_get_child(struct toptree *cand, int id);
29 void toptree_move(struct toptree *cand, struct toptree *target);
/Linux-v4.19/arch/unicore32/mm/
Dtlb-ucv2.S37 cand.a r2, #VM_EXEC @ Executable area ?
50 cand.a r2, #VM_EXEC @ Executable area ?
Dcache-ucv2.S110 102: cand.a r0, r9
164 102: cand.a r0, r9
Dproc-ucv2.S76 2: cand.a r0, r9
Dproc-macros.S104 cand.a \pa, #4 @ test exist bit
/Linux-v4.19/net/batman-adv/
Drouting.c561 struct batadv_orig_ifinfo *cand, *first_candidate = NULL; in batadv_find_router() local
593 hlist_for_each_entry_rcu(cand, &orig_node->ifinfo_list, list) { in batadv_find_router()
595 if (!kref_get_unless_zero(&cand->refcount)) in batadv_find_router()
598 cand_router = rcu_dereference(cand->router); in batadv_find_router()
611 cand->if_outgoing, router, in batadv_find_router()
622 kref_get(&cand->refcount); in batadv_find_router()
623 first_candidate = cand; in batadv_find_router()
632 next_candidate = cand; in batadv_find_router()
637 if (last_candidate == cand) in batadv_find_router()
645 batadv_orig_ifinfo_put(cand); in batadv_find_router()
Ddistributed-arp-table.c646 struct batadv_dat_candidate *cand; in batadv_dat_send_data() local
648 cand = batadv_dat_select_candidates(bat_priv, ip, vid); in batadv_dat_send_data()
649 if (!cand) in batadv_dat_send_data()
655 if (cand[i].type == BATADV_DAT_CANDIDATE_NOT_FOUND) in batadv_dat_send_data()
658 neigh_node = batadv_orig_router_get(cand[i].orig_node, in batadv_dat_send_data()
665 cand[i].orig_node, in batadv_dat_send_data()
691 batadv_orig_node_put(cand[i].orig_node); in batadv_dat_send_data()
695 kfree(cand); in batadv_dat_send_data()
/Linux-v4.19/arch/unicore32/lib/
Dclear_user.S42 2: cand.a r1, #2 @ 1x 1x 0x 0x 1x 1x 0x
44 cand.a r1, #1 @ x1 x0 x1 x0 x1 x0 x1
Dbacktrace.S129 cand.a instr, r3 << reg
142 cand.a instr, #0x40 @ if H is 1, high 16 regs
/Linux-v4.19/tools/perf/util/
Dbuild-id.c511 struct str_node *nd, *cand = NULL; in build_id_cache__complement() local
526 if (cand) { /* Error: There are more than 2 candidates. */ in build_id_cache__complement()
527 cand = NULL; in build_id_cache__complement()
530 cand = nd; in build_id_cache__complement()
532 if (cand) in build_id_cache__complement()
533 sbuild_id = strdup(cand->s); in build_id_cache__complement()
/Linux-v4.19/arch/unicore32/kernel/
Dentry.S260 cand.a r3, #PSR_I_BIT
330 cand.a r3, #PSR_I_BIT
369 cand.a ip, #0x08000000 @ FPU execption traps?
533 cand.a r1, #_TIF_WORK_MASK
545 cand.a r1, #_TIF_NEED_RESCHED
549 cand.a r1, #_TIF_SIGPENDING @ delivering a signal?
564 cand.a r1, #_TIF_WORK_MASK
625 cand.a ip, #_TIF_SYSCALL_TRACE @ are we tracing syscalls?
Ddebug-macro.S19 cand.a \rx, #2
/Linux-v4.19/net/ipv4/
Dip_tunnel.c102 struct ip_tunnel *t, *cand = NULL; in ip_tunnel_lookup() local
120 cand = t; in ip_tunnel_lookup()
134 else if (!cand) in ip_tunnel_lookup()
135 cand = t; in ip_tunnel_lookup()
154 else if (!cand) in ip_tunnel_lookup()
155 cand = t; in ip_tunnel_lookup()
170 else if (!cand) in ip_tunnel_lookup()
171 cand = t; in ip_tunnel_lookup()
175 if (cand) in ip_tunnel_lookup()
176 return cand; in ip_tunnel_lookup()
/Linux-v4.19/arch/unicore32/boot/compressed/
Dhead.S16 #define cand cmpand macro
180 cand.a r2, #2
/Linux-v4.19/mm/
Dmemblock.c171 phys_addr_t this_start, this_end, cand; in __memblock_find_range_bottom_up() local
178 cand = round_up(this_start, align); in __memblock_find_range_bottom_up()
179 if (cand < this_end && this_end - cand >= size) in __memblock_find_range_bottom_up()
180 return cand; in __memblock_find_range_bottom_up()
206 phys_addr_t this_start, this_end, cand; in __memblock_find_range_top_down() local
217 cand = round_down(this_end - size, align); in __memblock_find_range_top_down()
218 if (cand >= this_start) in __memblock_find_range_top_down()
219 return cand; in __memblock_find_range_top_down()
/Linux-v4.19/arch/unicore32/include/asm/
Dassembler.h36 #define cand cmpand macro
/Linux-v4.19/net/ipv6/
Dip6_gre.c128 struct ip6_tnl *t, *cand = NULL; in ip6gre_tunnel_lookup() local
156 cand = t; in ip6gre_tunnel_lookup()
180 cand = t; in ip6gre_tunnel_lookup()
206 cand = t; in ip6gre_tunnel_lookup()
229 cand = t; in ip6gre_tunnel_lookup()
234 if (cand) in ip6gre_tunnel_lookup()
235 return cand; in ip6gre_tunnel_lookup()
/Linux-v4.19/drivers/net/wireless/
Drndis_wlan.c3014 struct ndis_80211_pmkid_candidate *cand = in rndis_wlan_pmkid_cand_list_indication() local
3016 bool preauth = !!(cand->flags & NDIS_80211_PMKID_CAND_PREAUTH); in rndis_wlan_pmkid_cand_list_indication()
3019 i, le32_to_cpu(cand->flags), preauth, cand->bssid); in rndis_wlan_pmkid_cand_list_indication()
3021 cfg80211_pmksa_candidate_notify(usbdev->net, i, cand->bssid, in rndis_wlan_pmkid_cand_list_indication()