/Linux-v4.19/arch/s390/numa/ |
D | toptree.c | 56 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 …]
|
D | toptree.h | 25 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/ |
D | tlb-ucv2.S | 37 cand.a r2, #VM_EXEC @ Executable area ? 50 cand.a r2, #VM_EXEC @ Executable area ?
|
D | cache-ucv2.S | 110 102: cand.a r0, r9 164 102: cand.a r0, r9
|
D | proc-ucv2.S | 76 2: cand.a r0, r9
|
D | proc-macros.S | 104 cand.a \pa, #4 @ test exist bit
|
/Linux-v4.19/net/batman-adv/ |
D | routing.c | 561 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()
|
D | distributed-arp-table.c | 646 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/ |
D | clear_user.S | 42 2: cand.a r1, #2 @ 1x 1x 0x 0x 1x 1x 0x 44 cand.a r1, #1 @ x1 x0 x1 x0 x1 x0 x1
|
D | backtrace.S | 129 cand.a instr, r3 << reg 142 cand.a instr, #0x40 @ if H is 1, high 16 regs
|
/Linux-v4.19/tools/perf/util/ |
D | build-id.c | 511 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/ |
D | entry.S | 260 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?
|
D | debug-macro.S | 19 cand.a \rx, #2
|
/Linux-v4.19/net/ipv4/ |
D | ip_tunnel.c | 102 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/ |
D | head.S | 16 #define cand cmpand macro 180 cand.a r2, #2
|
/Linux-v4.19/mm/ |
D | memblock.c | 171 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/ |
D | assembler.h | 36 #define cand cmpand macro
|
/Linux-v4.19/net/ipv6/ |
D | ip6_gre.c | 128 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/ |
D | rndis_wlan.c | 3014 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()
|