/linux-4.1.27/drivers/hid/ |
D | hid-ntrig.c | 177 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_width() local 179 return sprintf(buf, "%d\n", nd->sensor_physical_width); in show_phys_width() 189 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_phys_height() local 191 return sprintf(buf, "%d\n", nd->sensor_physical_height); in show_phys_height() 201 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_log_width() local 203 return sprintf(buf, "%d\n", nd->sensor_logical_width); in show_log_width() 213 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_log_height() local 215 return sprintf(buf, "%d\n", nd->sensor_logical_height); in show_log_height() 225 struct ntrig_data *nd = hid_get_drvdata(hdev); in show_min_width() local 227 return sprintf(buf, "%d\n", nd->min_width * in show_min_width() [all …]
|
/linux-4.1.27/fs/ |
D | namei.c | 547 static int unlazy_walk(struct nameidata *nd, struct dentry *dentry) in unlazy_walk() argument 550 struct dentry *parent = nd->path.dentry; in unlazy_walk() 552 BUG_ON(!(nd->flags & LOOKUP_RCU)); in unlazy_walk() 562 if (!legitimize_mnt(nd->path.mnt, nd->m_seq)) in unlazy_walk() 564 nd->flags &= ~LOOKUP_RCU; in unlazy_walk() 567 nd->path.dentry = NULL; in unlazy_walk() 583 if (read_seqcount_retry(&parent->d_seq, nd->seq)) in unlazy_walk() 585 BUG_ON(nd->inode != parent->d_inode); in unlazy_walk() 589 if (read_seqcount_retry(&dentry->d_seq, nd->seq)) in unlazy_walk() 597 if (nd->root.mnt && !(nd->flags & LOOKUP_ROOT)) { in unlazy_walk() [all …]
|
D | libfs.c | 1027 void kfree_put_link(struct dentry *dentry, struct nameidata *nd, in kfree_put_link() argument 1030 char *s = nd_get_link(nd); in kfree_put_link()
|
/linux-4.1.27/block/ |
D | noop-iosched.c | 23 struct noop_data *nd = q->elevator->elevator_data; in noop_dispatch() local 25 if (!list_empty(&nd->queue)) { in noop_dispatch() 27 rq = list_entry(nd->queue.next, struct request, queuelist); in noop_dispatch() 37 struct noop_data *nd = q->elevator->elevator_data; in noop_add_request() local 39 list_add_tail(&rq->queuelist, &nd->queue); in noop_add_request() 45 struct noop_data *nd = q->elevator->elevator_data; in noop_former_request() local 47 if (rq->queuelist.prev == &nd->queue) in noop_former_request() 55 struct noop_data *nd = q->elevator->elevator_data; in noop_latter_request() local 57 if (rq->queuelist.next == &nd->queue) in noop_latter_request() 64 struct noop_data *nd; in noop_init_queue() local [all …]
|
/linux-4.1.27/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 24 struct rb_node *nd; in test__vmlinux_matches_kallsyms() local 110 for (nd = rb_first(&vmlinux_map->dso->symbols[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 114 sym = rb_entry(nd, struct symbol, rb_node); in test__vmlinux_matches_kallsyms() 187 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 188 struct map *pos = rb_entry(nd, struct map, rb_node), *pair; in test__vmlinux_matches_kallsyms() 207 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 208 struct map *pos = rb_entry(nd, struct map, rb_node), *pair; in test__vmlinux_matches_kallsyms() 231 for (nd = rb_first(&kallsyms.kmaps.maps[type]); in test__vmlinux_matches_kallsyms() 232 nd; nd = rb_next(nd)) { in test__vmlinux_matches_kallsyms() 233 struct map *pos = rb_entry(nd, struct map, rb_node); in test__vmlinux_matches_kallsyms()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_net.h | 79 static __inline__ isdn_net_local *isdn_net_get_locked_lp(isdn_net_dev *nd) in isdn_net_get_locked_lp() argument 84 spin_lock_irqsave(&nd->queue_lock, flags); in isdn_net_get_locked_lp() 85 lp = nd->queue; /* get lp on top of queue */ in isdn_net_get_locked_lp() 86 while (isdn_net_lp_busy(nd->queue)) { in isdn_net_get_locked_lp() 87 nd->queue = nd->queue->next; in isdn_net_get_locked_lp() 88 if (nd->queue == lp) { /* not found -- should never happen */ in isdn_net_get_locked_lp() 93 lp = nd->queue; in isdn_net_get_locked_lp() 94 nd->queue = nd->queue->next; in isdn_net_get_locked_lp() 95 spin_unlock_irqrestore(&nd->queue_lock, flags); in isdn_net_get_locked_lp() 100 spin_unlock_irqrestore(&nd->queue_lock, flags); in isdn_net_get_locked_lp() [all …]
|
D | isdn_concap.c | 45 isdn_net_dev *nd = ((isdn_net_local *) netdev_priv(ndev))->netdev; in isdn_concap_dl_data_req() local 46 isdn_net_local *lp = isdn_net_get_locked_lp(nd); in isdn_concap_dl_data_req()
|
D | isdn_net.c | 117 isdn_net_dev *nd; in isdn_net_device_busy() local 124 nd = ISDN_MASTER_PRIV(lp)->netdev; in isdn_net_device_busy() 126 nd = lp->netdev; in isdn_net_device_busy() 128 spin_lock_irqsave(&nd->queue_lock, flags); in isdn_net_device_busy() 132 spin_unlock_irqrestore(&nd->queue_lock, flags); in isdn_net_device_busy() 137 spin_unlock_irqrestore(&nd->queue_lock, flags); in isdn_net_device_busy() 490 isdn_net_dev *nd = ISDN_MASTER_PRIV(lp)->netdev; in isdn_net_stat_callback() local 491 isdn_net_add_to_bundle(nd, lp); in isdn_net_stat_callback() 1053 isdn_net_dev *nd; in isdn_net_xmit() local 1070 nd = ((isdn_net_local *) netdev_priv(ndev))->netdev; in isdn_net_xmit() [all …]
|
D | isdn_ppp.c | 1247 isdn_net_dev *nd; in isdn_ppp_xmit() local 1253 nd = mlp->netdev; /* get master lp */ in isdn_ppp_xmit() 1285 lp = isdn_net_get_locked_lp(nd); in isdn_ppp_xmit()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 43 static struct rb_node *hists__filter_entries(struct rb_node *nd, 53 struct rb_node *nd; in hist_browser__get_folding() local 57 for (nd = rb_first(&hists->entries); in hist_browser__get_folding() 58 (nd = hists__filter_entries(nd, browser->min_pcnt)) != NULL; in hist_browser__get_folding() 59 nd = rb_next(nd)) { in hist_browser__get_folding() 61 rb_entry(nd, struct hist_entry, rb_node); in hist_browser__get_folding() 162 struct rb_node *nd; in callchain_node__count_rows_rb_tree() local 164 for (nd = rb_first(&node->rb_root); nd; nd = rb_next(nd)) { in callchain_node__count_rows_rb_tree() 165 struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node); in callchain_node__count_rows_rb_tree() 203 struct rb_node *nd; in callchain__count_rows() local [all …]
|
D | map.c | 21 static void map_browser__write(struct ui_browser *browser, void *nd, int row) in map_browser__write() argument 23 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map_browser__write() 112 struct rb_node *nd; in map__browse() local 116 for (nd = rb_first(mb.b.entries); nd; nd = rb_next(nd)) { in map__browse() 117 struct symbol *pos = rb_entry(nd, struct symbol, rb_node); in map__browse()
|
D | annotate.c | 327 struct rb_node *nd) in annotate_browser__set_rb_top() argument 333 bpos = rb_entry(nd, struct browser_disasm_line, rb_node); in annotate_browser__set_rb_top() 339 browser->curr_hot = nd; in annotate_browser__set_rb_top() 667 struct rb_node *nd = NULL; in annotate_browser__run() local 686 nd = browser->curr_hot; in annotate_browser__run() 698 if (nd != NULL && RB_EMPTY_NODE(nd)) in annotate_browser__run() 699 nd = NULL; in annotate_browser__run() 711 if (nd != NULL) { in annotate_browser__run() 712 nd = rb_prev(nd); in annotate_browser__run() 713 if (nd == NULL) in annotate_browser__run() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | conrpc.c | 92 lstcon_rpc_init(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_init() argument 95 crpc->crp_rpc = sfw_create_rpc(nd->nd_id, service, in lstcon_rpc_init() 102 crpc->crp_node = nd; in lstcon_rpc_init() 117 lstcon_rpc_prep(lstcon_node_t *nd, int service, unsigned feats, in lstcon_rpc_prep() argument 139 rc = lstcon_rpc_init(nd, service, feats, bulk_npg, bulk_len, 0, crpc); in lstcon_rpc_prep() 290 lstcon_node_t *nd; in lstcon_rpc_trans_abort() local 317 nd = crpc->crp_node; in lstcon_rpc_trans_abort() 318 if (cfs_time_after(nd->nd_stamp, crpc->crp_stamp)) in lstcon_rpc_trans_abort() 321 nd->nd_stamp = crpc->crp_stamp; in lstcon_rpc_trans_abort() 322 nd->nd_state = LST_NODE_DOWN; in lstcon_rpc_trans_abort() [all …]
|
D | conrpc.h | 113 int lstcon_sesrpc_prep(struct lstcon_node *nd, int transop, 115 int lstcon_dbgrpc_prep(struct lstcon_node *nd, 117 int lstcon_batrpc_prep(struct lstcon_node *nd, int transop, unsigned version, 119 int lstcon_testrpc_prep(struct lstcon_node *nd, int transop, unsigned version, 121 int lstcon_statrpc_prep(struct lstcon_node *nd, unsigned version,
|
D | console.c | 49 #define LST_NODE_STATE_COUNTER(nd, p) \ argument 51 if ((nd)->nd_state == LST_NODE_ACTIVE) \ 53 else if ((nd)->nd_state == LST_NODE_BUSY) \ 55 else if ((nd)->nd_state == LST_NODE_DOWN) \ 65 lstcon_node_get(lstcon_node_t *nd) in lstcon_node_get() argument 67 LASSERT(nd->nd_ref >= 1); in lstcon_node_get() 69 nd->nd_ref++; in lstcon_node_get() 118 lstcon_node_put(lstcon_node_t *nd) in lstcon_node_put() argument 122 LASSERT(nd->nd_ref > 0); in lstcon_node_put() 124 if (--nd->nd_ref > 0) in lstcon_node_put() [all …]
|
/linux-4.1.27/tools/perf/util/ |
D | build-id.c | 220 struct rb_node *nd; in perf_session__write_buildid_table() local 226 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__write_buildid_table() 227 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table() 258 struct rb_node *nd; in dsos__hit_all() local 265 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in dsos__hit_all() 266 struct machine *pos = rb_entry(nd, struct machine, rb_node); in dsos__hit_all() 500 struct rb_node *nd; in perf_session__cache_build_ids() local 511 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__cache_build_ids() 512 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__cache_build_ids() 529 struct rb_node *nd; in perf_session__read_build_ids() local [all …]
|
D | map.c | 232 struct rb_node *nd = rb_first(symbols); in map__fixup_start() local 233 if (nd != NULL) { in map__fixup_start() 234 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_start() 242 struct rb_node *nd = rb_last(symbols); in map__fixup_end() local 243 if (nd != NULL) { in map__fixup_end() 244 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); in map__fixup_end() 541 struct rb_node *nd; in map_groups__find_symbol_by_name() local 543 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) { in map_groups__find_symbol_by_name() 544 struct map *pos = rb_entry(nd, struct map, rb_node); in map_groups__find_symbol_by_name() 578 struct rb_node *nd; in __map_groups__fprintf_maps() local [all …]
|
D | machine.c | 94 struct rb_node *nd = rb_first(&machine->threads); in machine__delete_threads() local 96 while (nd) { in machine__delete_threads() 97 struct thread *t = rb_entry(nd, struct thread, rb_node); in machine__delete_threads() 99 nd = rb_next(nd); in machine__delete_threads() 168 struct rb_node *nd; in machines__set_symbol_filter() local 173 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_symbol_filter() 174 struct machine *machine = rb_entry(nd, struct machine, rb_node); in machines__set_symbol_filter() 182 struct rb_node *nd; in machines__set_comm_exec() local 186 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_comm_exec() 187 struct machine *machine = rb_entry(nd, struct machine, rb_node); in machines__set_comm_exec() [all …]
|
D | symbol.c | 148 struct rb_node *nd; in symbols__fixup_duplicate() local 151 nd = rb_first(symbols); in symbols__fixup_duplicate() 153 while (nd) { in symbols__fixup_duplicate() 154 curr = rb_entry(nd, struct symbol, rb_node); in symbols__fixup_duplicate() 156 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate() 157 next = rb_entry(nd, struct symbol, rb_node); in symbols__fixup_duplicate() 159 if (!nd) in symbols__fixup_duplicate() 170 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate() 179 struct rb_node *nd, *prevnd = rb_first(symbols); in symbols__fixup_end() local 187 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end() [all …]
|
D | hist.c | 1194 struct rb_node *nd; in hists__filter_by_dso() local 1201 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_dso() 1202 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_dso() 1228 struct rb_node *nd; in hists__filter_by_thread() local 1235 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_thread() 1236 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_thread() 1260 struct rb_node *nd; in hists__filter_by_symbol() local 1267 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_symbol() 1268 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_symbol() 1370 struct rb_node *nd; in hists__match() local [all …]
|
D | symbol.h | 70 #define symbols__for_each_entry(symbols, pos, nd) \ argument 71 for (nd = rb_first(symbols); \ 72 nd && (pos = rb_entry(nd, struct symbol, rb_node)); \ 73 nd = rb_next(nd))
|
D | dso.c | 1113 struct rb_node *nd; in dso__fprintf() local 1122 for (nd = rb_first(&dso->symbols[type]); nd; nd = rb_next(nd)) { in dso__fprintf() 1123 struct symbol *pos = rb_entry(nd, struct symbol, rb_node); in dso__fprintf()
|
D | event.c | 327 struct rb_node *nd; in perf_event__synthesize_modules() local 348 for (nd = rb_first(&kmaps->maps[MAP__FUNCTION]); in perf_event__synthesize_modules() 349 nd; nd = rb_next(nd)) { in perf_event__synthesize_modules() 351 struct map *pos = rb_entry(nd, struct map, rb_node); in perf_event__synthesize_modules()
|
D | probe-event.c | 164 struct rb_node *nd; in kernel_get_module_map() local 174 for (nd = rb_first(&grp->maps[MAP__FUNCTION]); nd; nd = rb_next(nd)) { in kernel_get_module_map() 175 struct map *pos = rb_entry(nd, struct map, rb_node); in kernel_get_module_map()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | devices.c | 33 static int check_cpu_node(phandle nd, int *cur_inst, in check_cpu_node() argument 37 if (!compare(nd, *cur_inst, compare_arg)) { in check_cpu_node() 39 *prom_node = nd; in check_cpu_node() 41 *mid = prom_getintdefault(nd, cpu_mid_prop(), 0); in check_cpu_node() 73 static int cpu_instance_compare(phandle nd, int instance, void *_arg) in cpu_instance_compare() argument 88 static int cpu_mid_compare(phandle nd, int instance, void *_arg) in cpu_mid_compare() argument 93 this_mid = prom_getintdefault(nd, cpu_mid_prop(), 0); in cpu_mid_compare()
|
/linux-4.1.27/fs/dlm/ |
D | config.c | 87 static ssize_t node_nodeid_read(struct dlm_node *nd, char *buf); 88 static ssize_t node_nodeid_write(struct dlm_node *nd, const char *buf, 90 static ssize_t node_weight_read(struct dlm_node *nd, char *buf); 91 static ssize_t node_weight_write(struct dlm_node *nd, const char *buf, 625 struct dlm_node *nd; in make_node() local 627 nd = kzalloc(sizeof(struct dlm_node), GFP_NOFS); in make_node() 628 if (!nd) in make_node() 631 config_item_init_type_name(&nd->item, name, &node_type); in make_node() 632 nd->nodeid = -1; in make_node() 633 nd->weight = 1; /* default weight of 1 if none is set */ in make_node() [all …]
|
/linux-4.1.27/tools/perf/ |
D | builtin-annotate.c | 118 struct rb_node *nd = rb_first(&hists->entries), *next; in hists__find_annotations() local 121 while (nd) { in hists__find_annotations() 122 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() 132 nd = rb_prev(nd); in hists__find_annotations() 134 nd = rb_next(nd); in hists__find_annotations() 156 nd = rb_next(nd); in hists__find_annotations() 165 next = rb_next(nd); in hists__find_annotations() 168 next = rb_prev(nd); in hists__find_annotations() 175 nd = next; in hists__find_annotations() 178 nd = rb_next(nd); in hists__find_annotations()
|
/linux-4.1.27/drivers/block/aoe/ |
D | aoeblk.c | 63 struct net_device *nds[8], **nd, **nnd, **ne; in aoedisk_show_netif() local 69 nd = nds; in aoedisk_show_netif() 70 ne = nd + ARRAY_SIZE(nds); in aoedisk_show_netif() 76 for (; ifp < e && ifp->nd; ifp++) { in aoedisk_show_netif() 77 for (nnd = nds; nnd < nd; nnd++) in aoedisk_show_netif() 78 if (*nnd == ifp->nd) in aoedisk_show_netif() 80 if (nnd == nd && nd != ne) in aoedisk_show_netif() 81 *nd++ = ifp->nd; in aoedisk_show_netif() 85 ne = nd; in aoedisk_show_netif() 86 nd = nds; in aoedisk_show_netif() [all …]
|
D | aoecmd.c | 133 memcpy(h->src, t->ifp->nd->dev_addr, sizeof h->src); in aoehdr_atainit() 163 if (ifp >= &t->ifs[NAOEIFS] || ifp->nd == NULL) in ifrotate() 165 if (ifp->nd == NULL) in ifrotate() 274 && t->ifp->nd) { in newframe() 365 skb->dev = t->ifp->nd; in ata_rw_frameinit() 486 memcpy(h->src, t->ifp->nd->dev_addr, sizeof h->src); in resend() 488 skb->dev = t->ifp->nd; in resend() 544 getif(struct aoetgt *t, struct net_device *nd) in getif() argument 551 if (p->nd == nd) in getif() 560 struct net_device *nd; in ejectif() local [all …]
|
D | aoe.h | 128 struct net_device *nd; member
|
D | aoedev.c | 500 if (!ifp->nd) in freetgt() 502 dev_put(ifp->nd); in freetgt()
|
/linux-4.1.27/fs/ext4/ |
D | symlink.c | 26 static void *ext4_follow_link(struct dentry *dentry, struct nameidata *nd) in ext4_follow_link() argument 39 return page_follow_link_light(dentry, nd); in ext4_follow_link() 83 nd_set_link(nd, paddr); in ext4_follow_link() 100 static void ext4_put_link(struct dentry *dentry, struct nameidata *nd, in ext4_put_link() argument 106 kfree(nd_get_link(nd)); in ext4_put_link() 114 static void *ext4_follow_fast_link(struct dentry *dentry, struct nameidata *nd) in ext4_follow_fast_link() argument 117 nd_set_link(nd, (char *) ei->i_data); in ext4_follow_fast_link()
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | hists.c | 95 struct rb_node *nd; in perf_gtk__add_callchain() local 98 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in perf_gtk__add_callchain() 106 node = rb_entry(nd, struct callchain_node, rb_node); in perf_gtk__add_callchain() 165 struct rb_node *nd; in perf_gtk__show_hists() local 223 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in perf_gtk__show_hists() 224 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in perf_gtk__show_hists()
|
/linux-4.1.27/net/openvswitch/ |
D | flow.c | 368 memset(&key->ipv6.nd, 0, sizeof(key->ipv6.nd)); in parse_icmpv6() 374 struct nd_msg *nd; in parse_icmpv6() local 380 if (unlikely(icmp_len < sizeof(*nd))) in parse_icmpv6() 386 nd = (struct nd_msg *)skb_transport_header(skb); in parse_icmpv6() 387 key->ipv6.nd.target = nd->target; in parse_icmpv6() 389 icmp_len -= sizeof(*nd); in parse_icmpv6() 393 (struct nd_opt_hdr *)(nd->opt + offset); in parse_icmpv6() 405 if (unlikely(!is_zero_ether_addr(key->ipv6.nd.sll))) in parse_icmpv6() 407 ether_addr_copy(key->ipv6.nd.sll, in parse_icmpv6() 408 &nd->opt[offset+sizeof(*nd_opt)]); in parse_icmpv6() [all …]
|
D | flow.h | 176 } nd; member
|
D | flow_netlink.c | 987 SW_FLOW_KEY_MEMCPY(match, ipv6.nd.target, in ovs_key_from_nlattrs() 989 sizeof(match->key->ipv6.nd.target), in ovs_key_from_nlattrs() 991 SW_FLOW_KEY_MEMCPY(match, ipv6.nd.sll, in ovs_key_from_nlattrs() 993 SW_FLOW_KEY_MEMCPY(match, ipv6.nd.tll, in ovs_key_from_nlattrs() 1471 memcpy(nd_key->nd_target, &output->ipv6.nd.target, in __ovs_nla_put_key() 1473 ether_addr_copy(nd_key->nd_sll, output->ipv6.nd.sll); in __ovs_nla_put_key() 1474 ether_addr_copy(nd_key->nd_tll, output->ipv6.nd.tll); in __ovs_nla_put_key()
|
/linux-4.1.27/tools/perf/ui/ |
D | browser.c | 113 struct rb_node *nd; in ui_browser__rb_tree_seek() local 117 nd = rb_first(root); in ui_browser__rb_tree_seek() 120 nd = browser->top; in ui_browser__rb_tree_seek() 123 nd = rb_last(root); in ui_browser__rb_tree_seek() 131 nd = rb_next(nd); in ui_browser__rb_tree_seek() 134 nd = rb_prev(nd); in ui_browser__rb_tree_seek() 137 browser->top = nd; in ui_browser__rb_tree_seek() 142 struct rb_node *nd; in ui_browser__rb_tree_refresh() local 148 nd = browser->top; in ui_browser__rb_tree_refresh() 150 while (nd != NULL) { in ui_browser__rb_tree_refresh() [all …]
|
/linux-4.1.27/fs/jffs2/ |
D | symlink.c | 19 static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd); 32 static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd) in jffs2_follow_link() argument 57 nd_set_link(nd, p); in jffs2_follow_link()
|
/linux-4.1.27/fs/nfs/ |
D | symlink.c | 46 static void *nfs_follow_link(struct dentry *dentry, struct nameidata *nd) in nfs_follow_link() argument 61 nd_set_link(nd, kmap(page)); in nfs_follow_link() 65 nd_set_link(nd, err); in nfs_follow_link()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | crash.c | 179 struct ia64_mca_notify_die *nd; in kdump_init_notifier() local 212 nd = (struct ia64_mca_notify_die *)args->err; in kdump_init_notifier() 217 if (kdump_on_init && (nd->sos->rv_rc != 1)) { in kdump_init_notifier() 224 if (kdump_on_init && (nd->sos->rv_rc != 1)) in kdump_init_notifier() 229 if (kdump_on_fatal_mca && !(*(nd->data))) { in kdump_init_notifier()
|
D | mca.c | 780 struct ia64_mca_notify_die nd = in ia64_mca_rendez_int_handler() local 786 NOTIFY_MCA(DIE_MCA_RENDZVOUS_ENTER, get_irq_regs(), (long)&nd, 1); in ia64_mca_rendez_int_handler() 794 NOTIFY_MCA(DIE_MCA_RENDZVOUS_PROCESS, get_irq_regs(), (long)&nd, 1); in ia64_mca_rendez_int_handler() 800 NOTIFY_MCA(DIE_MCA_RENDZVOUS_LEAVE, get_irq_regs(), (long)&nd, 1); in ia64_mca_rendez_int_handler() 1287 struct ia64_mca_notify_die nd = in ia64_mca_handler() local 1304 NOTIFY_MCA(DIE_MCA_MONARCH_ENTER, regs, (long)&nd, 1); in ia64_mca_handler() 1323 NOTIFY_MCA(DIE_MCA_MONARCH_PROCESS, regs, (long)&nd, 1); in ia64_mca_handler() 1349 NOTIFY_MCA(DIE_MCA_MONARCH_LEAVE, regs, (long)&nd, 1); in ia64_mca_handler() 1671 struct ia64_mca_notify_die nd = in ia64_init_handler() local 1674 NOTIFY_INIT(DIE_INIT_ENTER, regs, (long)&nd, 0); in ia64_init_handler() [all …]
|
/linux-4.1.27/arch/unicore32/mm/ |
D | proc-macros.S | 110 930: @ ---- handle 2nd page table 111 and \pa, \pa, \msk @ pa <- phys addr of 2nd pt 115 mov \off, \off >> #2 @ off <- index of 2nd pt 116 adr \tbl, 920f @ tbl <- table of 2nd pt 124 920: @ 2nd level page table
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | firmware.c | 185 struct device_node *nd; in exynos_firmware_init() local 188 nd = of_find_compatible_node(NULL, NULL, in exynos_firmware_init() 190 if (!nd) in exynos_firmware_init() 193 addr = of_get_address(nd, 0, NULL, NULL); in exynos_firmware_init()
|
/linux-4.1.27/fs/kernfs/ |
D | symlink.c | 115 static void *kernfs_iop_follow_link(struct dentry *dentry, struct nameidata *nd) in kernfs_iop_follow_link() argument 124 nd_set_link(nd, error ? ERR_PTR(error) : (char *)page); in kernfs_iop_follow_link() 128 static void kernfs_iop_put_link(struct dentry *dentry, struct nameidata *nd, in kernfs_iop_put_link() argument 131 char *page = nd_get_link(nd); in kernfs_iop_put_link()
|
/linux-4.1.27/include/linux/ |
D | namei.h | 73 extern void nd_jump_link(struct nameidata *nd, struct path *path); 74 extern void nd_set_link(struct nameidata *nd, char *path); 75 extern char *nd_get_link(struct nameidata *nd);
|
D | mempolicy.h | 118 struct rb_node nd; member
|
D | security.h | 1556 int (*inode_follow_link) (struct dentry *dentry, struct nameidata *nd); 1842 int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd); 2245 struct nameidata *nd) in security_inode_follow_link() argument
|
/linux-4.1.27/fs/hpfs/ |
D | dnode.c | 238 struct dnode *d, *ad, *rd, *nd = NULL; in hpfs_add_to_dnode() local 255 kfree(nd); in hpfs_add_to_dnode() 260 kfree(nd); in hpfs_add_to_dnode() 268 kfree(nd); in hpfs_add_to_dnode() 281 kfree(nd); in hpfs_add_to_dnode() 285 if (!nd) if (!(nd = kmalloc(0x924, GFP_NOFS))) { in hpfs_add_to_dnode() 296 memcpy(nd, d, le32_to_cpu(d->first_free)); in hpfs_add_to_dnode() 297 copy_de(de = hpfs_add_de(i->i_sb, nd, name, namelen, down_ptr), new_de); in hpfs_add_to_dnode() 298 for_all_poss(i, hpfs_pos_ins, get_pos(nd, de), 1); in hpfs_add_to_dnode() 299 h = ((char *)dnode_last_de(nd) - (char *)nd) / 2 + 10; in hpfs_add_to_dnode() [all …]
|
/linux-4.1.27/fs/sysv/ |
D | symlink.c | 11 static void *sysv_follow_link(struct dentry *dentry, struct nameidata *nd) in sysv_follow_link() argument 13 nd_set_link(nd, (char *)SYSV_I(d_inode(dentry))->i_data); in sysv_follow_link()
|
/linux-4.1.27/fs/exofs/ |
D | symlink.c | 38 static void *exofs_follow_link(struct dentry *dentry, struct nameidata *nd) in exofs_follow_link() argument 42 nd_set_link(nd, (char *)oi->i_data); in exofs_follow_link()
|
/linux-4.1.27/fs/autofs4/ |
D | symlink.c | 15 static void *autofs4_follow_link(struct dentry *dentry, struct nameidata *nd) in autofs4_follow_link() argument 21 nd_set_link(nd, d_inode(dentry)->i_private); in autofs4_follow_link()
|
/linux-4.1.27/fs/ufs/ |
D | symlink.c | 35 static void *ufs_follow_link(struct dentry *dentry, struct nameidata *nd) in ufs_follow_link() argument 38 nd_set_link(nd, (char*)p->i_u1.i_symlink); in ufs_follow_link()
|
/linux-4.1.27/fs/jfs/ |
D | symlink.c | 25 static void *jfs_follow_link(struct dentry *dentry, struct nameidata *nd) in jfs_follow_link() argument 28 nd_set_link(nd, s); in jfs_follow_link()
|
D | jfs_dtree.c | 4079 int xssi, ns, nd; in dtMoveEntry() local 4100 ns = nd = 0; in dtMoveEntry() 4169 nd++; in dtMoveEntry() 4207 nd++; in dtMoveEntry() 4239 dlv->length = nd; in dtMoveEntry() 4245 sp->header.freecnt += nd; in dtMoveEntry() 4251 dp->header.freecnt -= nd; in dtMoveEntry()
|
/linux-4.1.27/fs/ext2/ |
D | symlink.c | 24 static void *ext2_follow_link(struct dentry *dentry, struct nameidata *nd) in ext2_follow_link() argument 27 nd_set_link(nd, (char *)ei->i_data); in ext2_follow_link()
|
/linux-4.1.27/fs/ext3/ |
D | symlink.c | 24 static void * ext3_follow_link(struct dentry *dentry, struct nameidata *nd) in ext3_follow_link() argument 27 nd_set_link(nd, (char*)ei->i_data); in ext3_follow_link()
|
/linux-4.1.27/drivers/nubus/ |
D | nubus.c | 165 static unsigned char *nubus_dirptr(const struct nubus_dirent *nd) in nubus_dirptr() argument 167 unsigned char *p = nd->base; in nubus_dirptr() 170 nubus_move(&p, nubus_expand32(nd->data), nd->mask); in nubus_dirptr() 256 int nubus_readdir(struct nubus_dir *nd, struct nubus_dirent *ent) in nubus_readdir() argument 259 if (nd->done) in nubus_readdir() 263 ent->base = nd->ptr; in nubus_readdir() 266 resid = nubus_get_rom(&nd->ptr, 4, nd->mask); in nubus_readdir() 272 nd->done = 1; in nubus_readdir() 280 ent->mask = nd->mask; in nubus_readdir()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | pci.c | 1029 struct device_node* nd; in pmac_pcibios_after_init() local 1031 for_each_node_by_name(nd, "firewire") { in pmac_pcibios_after_init() 1032 if (nd->parent && (of_device_is_compatible(nd, "pci106b,18") || in pmac_pcibios_after_init() 1033 of_device_is_compatible(nd, "pci106b,30") || in pmac_pcibios_after_init() 1034 of_device_is_compatible(nd, "pci11c1,5811")) in pmac_pcibios_after_init() 1035 && of_device_is_compatible(nd->parent, "uni-north")) { in pmac_pcibios_after_init() 1036 pmac_call_feature(PMAC_FTR_1394_ENABLE, nd, 0, 0); in pmac_pcibios_after_init() 1037 pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, nd, 0, 0); in pmac_pcibios_after_init() 1040 for_each_node_by_name(nd, "ethernet") { in pmac_pcibios_after_init() 1041 if (nd->parent && of_device_is_compatible(nd, "gmac") in pmac_pcibios_after_init() [all …]
|
/linux-4.1.27/drivers/staging/netlogic/ |
D | xlr_net.c | 94 stnid = priv->nd->rfr_station; in send_to_rfr_fifo() 322 if (priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII || in xlr_hw_set_mac_addr() 323 priv->nd->phy_interface == PHY_INTERFACE_MODE_SGMII) in xlr_hw_set_mac_addr() 504 for (i = 0; i < hweight32(priv->nd->cpu_mask); i++) in xlr_config_pde() 530 struct xlr_fmn_info *gmac = priv->nd->gmac_fmn_info; in xlr_config_common() 533 int *bucket_size = priv->nd->bucket_size; in xlr_config_common() 578 cpu_mask = priv->nd->cpu_mask; in xlr_config_translate_table() 842 &xlr_gmac_link_adjust, priv->nd->phy_interface); in xlr_mii_probe() 917 priv->nd->phy_interface == PHY_INTERFACE_MODE_RGMII) in xlr_port_enable() 1037 priv->nd = (struct xlr_net_data *)pdev->dev.platform_data; in xlr_net_probe() [all …]
|
D | xlr_net.h | 1095 struct xlr_net_data *nd; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | symlink.c | 121 static void *ll_follow_link(struct dentry *dentry, struct nameidata *nd) in ll_follow_link() argument 147 nd_set_link(nd, symname); in ll_follow_link() 154 static void ll_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) in ll_put_link() argument
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | Kconfig | 29 bool "Build the kernel to be used as a 2nd kernel on the same chip" 33 address and use the 2nd uart for output. This allows a kernel built 65 bool "Lock the 2nd level interrupt handler in L2" 69 Lock the 2nd level interrupt handler in L2.
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7120-l2-intc.txt | 13 or if they will output an interrupt signal at this 2nd level interrupt 24 2nd level interrupt line Outputs for the parent controller (e.g: ARM GIC) 64 are wired to this 2nd level interrupt controller, and how they match their 75 respective interrupt outputs bypass this 2nd level interrupt controller
|
D | brcm,bcm2835-armctrl-ic.txt | 20 The 2nd cell contains the interrupt number within the bank. Valid values
|
/linux-4.1.27/fs/configfs/ |
D | symlink.c | 282 static void *configfs_follow_link(struct dentry *dentry, struct nameidata *nd) in configfs_follow_link() argument 290 nd_set_link(nd, (char *)page); in configfs_follow_link() 295 nd_set_link(nd, ERR_PTR(error)); in configfs_follow_link() 299 static void configfs_put_link(struct dentry *dentry, struct nameidata *nd, in configfs_put_link() argument
|
/linux-4.1.27/scripts/dtc/ |
D | data.c | 41 struct data nd; in data_grow_for() local 47 nd = d; in data_grow_for() 54 nd.val = xrealloc(d.val, newsize); in data_grow_for() 56 return nd; in data_grow_for()
|
/linux-4.1.27/fs/overlayfs/ |
D | inode.c | 158 static void *ovl_follow_link(struct dentry *dentry, struct nameidata *nd) in ovl_follow_link() argument 170 ret = realinode->i_op->follow_link(realdentry, nd); in ovl_follow_link() 179 realinode->i_op->put_link(realdentry, nd, ret); in ovl_follow_link() 191 static void ovl_put_link(struct dentry *dentry, struct nameidata *nd, void *c) in ovl_put_link() argument 200 realinode->i_op->put_link(data->realdentry, nd, data->cookie); in ovl_put_link()
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 377 struct rb_node *nd; in hists__fprintf() local 461 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__fprintf() 462 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__fprintf()
|
/linux-4.1.27/drivers/sbus/char/ |
D | openprom.c | 525 phandle nd; in opiocgetnext() local 529 if (copy_from_user(&nd, argp, sizeof(phandle))) in opiocgetnext() 532 if (nd == 0) { in opiocgetnext() 537 dp = of_find_node_by_phandle(nd); in opiocgetnext() 538 nd = 0; in opiocgetnext() 547 nd = dp->phandle; in opiocgetnext() 548 if (copy_to_user(argp, &nd, sizeof(phandle))) in opiocgetnext()
|
/linux-4.1.27/fs/proc/ |
D | self.c | 22 static void *proc_self_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_self_follow_link() argument 35 nd_set_link(nd, name); in proc_self_follow_link()
|
D | thread_self.c | 23 static void *proc_thread_self_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_thread_self_follow_link() argument 36 nd_set_link(nd, name); in proc_thread_self_follow_link()
|
D | namespaces.c | 33 static void *proc_ns_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_ns_follow_link() argument 48 nd_jump_link(nd, &ns_path); in proc_ns_follow_link()
|
D | inode.c | 397 static void *proc_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_follow_link() argument 402 nd_set_link(nd, pde->data); in proc_follow_link() 406 static void proc_put_link(struct dentry *dentry, struct nameidata *nd, void *p) in proc_put_link() argument
|
D | base.c | 1381 static void *proc_pid_follow_link(struct dentry *dentry, struct nameidata *nd) in proc_pid_follow_link() argument 1395 nd_jump_link(nd, &path); in proc_pid_follow_link()
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | sirfsoc-dma.txt | 27 channel request line is 9 of the 2nd dma controller, while write channel uses 28 4 of the 2nd dma controller; spi1 read channel request line is 12 of the 1st
|
D | fsl-edma.txt | 14 The 2nd and the 3rd regions are programmable channel multiplexing 25 The 2nd cell specifies the request source(slot) ID. 62 and the 2nd specifies the request source.
|
D | apm-xgene-dma.txt | 12 2nd - Descriptor ring control and status register address space. 16 DMA error reporting interrupt. 2nd, 3rd, 4th and 5th interrupts
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | cm.c | 418 struct rb_node *nd; in mlx4_ib_cm_paravirt_clean() local 450 nd = rb_first(sl_id_map); in mlx4_ib_cm_paravirt_clean() 451 while (nd) { in mlx4_ib_cm_paravirt_clean() 453 rb_entry(nd, struct id_map_entry, node); in mlx4_ib_cm_paravirt_clean() 454 nd = rb_next(nd); in mlx4_ib_cm_paravirt_clean()
|
/linux-4.1.27/mm/ |
D | mempolicy.c | 1651 int nd) in policy_zonelist() argument 1656 nd = policy->v.preferred_node; in policy_zonelist() 1666 unlikely(!node_isset(nd, policy->v.nodes))) in policy_zonelist() 1667 nd = first_node(policy->v.nodes); in policy_zonelist() 1672 return node_zonelist(nd, gfp); in policy_zonelist() 2160 struct sp_node *p = rb_entry(n, struct sp_node, nd); in sp_lookup() 2176 w = rb_entry(prev, struct sp_node, nd); in sp_lookup() 2181 return rb_entry(n, struct sp_node, nd); in sp_lookup() 2190 struct sp_node *nd; in sp_insert() local 2194 nd = rb_entry(parent, struct sp_node, nd); in sp_insert() [all …]
|
D | mmap.c | 380 struct rb_node *nd, *pn = NULL; in browse_rb() local 383 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in browse_rb() 385 vma = rb_entry(nd, struct vm_area_struct, vm_rb); in browse_rb() 408 pn = nd; in browse_rb() 413 for (nd = pn; nd; nd = rb_prev(nd)) in browse_rb() 424 struct rb_node *nd; in validate_mm_rb() local 426 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in validate_mm_rb() 428 vma = rb_entry(nd, struct vm_area_struct, vm_rb); in validate_mm_rb()
|
D | memory-failure.c | 273 struct list_head nd; member 323 list_add_tail(&tk->nd, to_kill); in add_to_kill() 340 list_for_each_entry_safe (tk, next, to_kill, nd) { in kill_procs()
|
D | shmem.c | 2477 static void *shmem_follow_short_symlink(struct dentry *dentry, struct nameidata *nd) in shmem_follow_short_symlink() argument 2479 nd_set_link(nd, SHMEM_I(d_inode(dentry))->symlink); in shmem_follow_short_symlink() 2483 static void *shmem_follow_link(struct dentry *dentry, struct nameidata *nd) in shmem_follow_link() argument 2487 nd_set_link(nd, error ? ERR_PTR(error) : kmap(page)); in shmem_follow_link() 2493 static void shmem_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) in shmem_put_link() argument 2495 if (!IS_ERR(nd_get_link(nd))) { in shmem_put_link()
|
/linux-4.1.27/arch/powerpc/platforms/8xx/ |
D | Kconfig | 76 Enable FEC2 to serve as 2-nd Ethernet channel. Note that SMC2 77 (often 2-nd UART) will not work if this is enabled. 83 Enable SCC3 to serve as 2-nd Ethernet channel. Note that SMC1 84 (often 1-nd UART) will not work if this is enabled.
|
/linux-4.1.27/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 50 or $1,$22,$1 # .. e1 : 2nd src word complete 63 or $3,$24,$3 # .. e1 : 2nd dst word complete
|
D | ev6-csum_ipv6_magic.S | 89 or $1,$5,$1 # E : 2nd src word complete 100 or $3,$23,$3 # E : U L U L : 2nd dst word complete
|
D | ev6-copy_user.S | 67 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall)
|
/linux-4.1.27/lib/ |
D | inflate.c | 842 unsigned nd; /* number of distance codes */ in inflate_dynamic() local 869 nd = 1 + ((unsigned)b & 0x1f); /* number of distance codes */ in inflate_dynamic() 875 if (nl > 288 || nd > 32) in inflate_dynamic() 877 if (nl > 286 || nd > 30) in inflate_dynamic() 911 n = nl + nd; in inflate_dynamic() 989 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
D | lustre_compat25.h | 91 #define cfs_path_put(nd) path_put(&(nd)->path) argument
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | calxeda-xgmac.txt | 7 The 2nd is pwr mgt interrupt. The 3rd is low power state interrupt.
|
D | stmmac.txt | 18 The 2nd cell is reset pulse in micro seconds.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | gic.txt | 30 The 2nd cell contains the interrupt number for the interrupt type. 49 first region is the GIC distributor register base and size. The 2nd region is 83 virtual interface control register base and size. The 2nd additional
|
D | gic-v3.txt | 18 The 2nd cell contains the interrupt number for the interrupt type.
|
/linux-4.1.27/Documentation/networking/ |
D | tcp-thin.txt | 47 http://simula.no/research/nd/publications/Simula.nd.477/simula_pdf_file
|
D | policy-routing.txt | 107 249 intra-area routes for 2nd area 117 iproute addrule to a-prefix-for-2nd-area class 249
|
D | filter.txt | 245 The next table shows addressing formats from the 2nd column:
|
/linux-4.1.27/drivers/sfi/ |
D | Kconfig | 12 based on the 2nd generation Intel Atom processor platform,
|
/linux-4.1.27/Documentation/video4linux/ |
D | 4CCs.txt | 24 2nd character: pixel order
|
/linux-4.1.27/drivers/clk/st/ |
D | clkgen-fsyn.c | 498 unsigned long nd = fs->ndiv + 16; /* ndiv value */ in clk_fs660c32_vco_get_rate() local 500 *rate = input * nd; in clk_fs660c32_vco_get_rate() 801 unsigned long nd = 8; /* ndiv stuck at 0 => val = 8 */ in clk_fs216c65_get_rate() local 811 *rate = div64_u64(P15 * nd * input * 32, res); in clk_fs216c65_get_rate() 820 unsigned long nd = 16; /* ndiv value; stuck at 0 (30Mhz input) */ in clk_fs432c65_get_rate() local 831 *rate = div64_u64(P15 * nd * input * 32, res); in clk_fs432c65_get_rate()
|
/linux-4.1.27/arch/sparc/mm/ |
D | srmmu.c | 1013 phandle nd; in init_vac_layout() local 1022 nd = prom_getchild(prom_root_node); in init_vac_layout() 1023 while ((nd = prom_getsibling(nd)) != 0) { in init_vac_layout() 1024 prom_getstring(nd, "device_type", node_str, sizeof(node_str)); in init_vac_layout() 1026 vac_line_size = prom_getint(nd, "cache-line-size"); in init_vac_layout() 1031 cache_lines = prom_getint(nd, "cache-nlines"); in init_vac_layout() 1052 if (nd == 0) { in init_vac_layout()
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | img-ir-rev1.txt | 17 2nd: System side (fast) clock.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | bugfix.S | 214 bfextu CMDREG2B(%a6){#6:#3},%d1 |get 2nd dest 215 cmpb %d0,%d1 |cmp 1st dest with 2nd dest 218 cmpb %d0,%d1 |cmp 1st src with 2nd dest 364 bfextu CMDREG2B(%a6){#6:#3},%d1 |get 2nd dest 365 cmpb %d0,%d1 |cmp 1st dest with 2nd dest
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.h | 453 static inline struct brcmf_cfg80211_profile *ndev_to_prof(struct net_device *nd) in ndev_to_prof() argument 455 struct brcmf_if *ifp = netdev_priv(nd); in ndev_to_prof()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | ultrasound | 12 dma16 2nd DMA channel, only needed for full duplex operation
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-39x-pinctrl.txt | 58 mpp41 41 gpio, ua1(rxd), ua0(cts), spi1(cs3), dev(burstn), nd(rbn0), ge(rxctl) 60 mpp43 43 gpio, pcie0(clkreq), m(vtt), m(decc), spi1(cs2), dev(clkout), nd(rbn1)
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 645 static void *hppfs_follow_link(struct dentry *dentry, struct nameidata *nd) in hppfs_follow_link() argument 649 return d_inode(proc_dentry)->i_op->follow_link(proc_dentry, nd); in hppfs_follow_link() 652 static void hppfs_put_link(struct dentry *dentry, struct nameidata *nd, in hppfs_put_link() argument 658 d_inode(proc_dentry)->i_op->put_link(proc_dentry, nd, cookie); in hppfs_put_link()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 471 befs_follow_link(struct dentry *dentry, struct nameidata *nd) in befs_follow_link() argument 496 nd_set_link(nd, link); in befs_follow_link() 502 befs_fast_follow_link(struct dentry *dentry, struct nameidata *nd) in befs_fast_follow_link() argument 506 nd_set_link(nd, befs_ino->i_data.symlink); in befs_fast_follow_link()
|
/linux-4.1.27/net/dsa/ |
D | dsa.c | 501 struct net_device *nd; in dev_to_net_device() local 503 nd = to_net_dev(d); in dev_to_net_device() 504 dev_hold(nd); in dev_to_net_device() 507 return nd; in dev_to_net_device()
|
/linux-4.1.27/fs/f2fs/ |
D | namei.c | 299 static void *f2fs_follow_link(struct dentry *dentry, struct nameidata *nd) in f2fs_follow_link() argument 301 struct page *page = page_follow_link_light(dentry, nd); in f2fs_follow_link() 307 if (*nd_get_link(nd) == 0) { in f2fs_follow_link() 308 page_put_link(dentry, nd, page); in f2fs_follow_link()
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | sodaville.txt | 15 - <2nd cell>: The level-sense information, encoded as follows:
|
/linux-4.1.27/fs/9p/ |
D | v9fs.h | 152 extern void v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd,
|
D | vfs_inode.c | 1280 static void *v9fs_vfs_follow_link(struct dentry *dentry, struct nameidata *nd) in v9fs_vfs_follow_link() argument 1298 nd_set_link(nd, link); in v9fs_vfs_follow_link() 1312 v9fs_vfs_put_link(struct dentry *dentry, struct nameidata *nd, void *p) in v9fs_vfs_put_link() argument 1314 char *s = nd_get_link(nd); in v9fs_vfs_put_link()
|
D | vfs_inode_dotl.c | 912 v9fs_vfs_follow_link_dotl(struct dentry *dentry, struct nameidata *nd) in v9fs_vfs_follow_link_dotl() argument 940 nd_set_link(nd, link); in v9fs_vfs_follow_link_dotl()
|
/linux-4.1.27/drivers/scsi/ |
D | aha1740.h | 117 nd:1, /* No Disconnect */ member
|
/linux-4.1.27/arch/x86/mm/ |
D | numa.c | 193 void *nd; in alloc_node_data() local 210 nd = __va(nd_pa); in alloc_node_data() 219 node_data[nid] = nd; in alloc_node_data()
|
/linux-4.1.27/fs/cifs/ |
D | cifsfs.h | 119 extern void *cifs_follow_link(struct dentry *direntry, struct nameidata *nd);
|
D | link.c | 630 cifs_follow_link(struct dentry *direntry, struct nameidata *nd) in cifs_follow_link() argument 682 nd_set_link(nd, target_path); in cifs_follow_link()
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 224 255 = /dev/ttyS191 192nd UART serial port 561 31 = /dev/ttyC31 32nd Cyclades port 724 31 = /dev/fb31 32nd frame buffer 1008 248 = /dev/rd/c0d31 32nd disk, whole disk 1024 248 = /dev/rd/c1d31 32nd disk, whole disk 1034 248 = /dev/rd/c2d31 32nd disk, whole disk 1044 248 = /dev/rd/c3d31 32nd disk, whole disk 1058 248 = /dev/rd/c4d31 32nd disk, whole disk 1080 248 = /dev/rd/c5d31 32nd disk, whole disk 1097 248 = /dev/rd/c6d31 32nd disk, whole disk [all …]
|
D | serial-console.txt | 37 console and the 2nd serial port (ttyS1 or COM2) at 9600 baud.
|
D | kprobes.txt | 256 (*)Please imagine that the 2nd instruction is interrupted and then 257 the optimizer replaces the 2nd instruction with the jump *address* 603 ins2: 2nd Instruction
|
D | this_cpu_ops.txt | 332 Pranith Kumar, Aug 2nd, 2014
|
D | kernel-docs.txt | 65 * Title: "Linux Device Drivers, 2nd Edition" 531 * Title: "Linux Device Drivers, 2nd Edition"
|
D | CodingStyle | 509 (column (c-langelem-2nd-pos c-syntactic-element))
|
D | memory-barriers.txt | 1120 prior to the storage of B ---->| A->1 |------>| 2nd | 1146 | A->1 |------>| 2nd |
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_kern.c | 893 static void *hostfs_follow_link(struct dentry *dentry, struct nameidata *nd) in hostfs_follow_link() argument 913 nd_set_link(nd, link); in hostfs_follow_link() 917 static void hostfs_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) in hostfs_put_link() argument 919 char *s = nd_get_link(nd); in hostfs_put_link()
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | pcm030.dts | 93 0xc800 0 0 1 &mpc5200_pic 1 1 3 // 2nd slot
|
D | media5200.dts | 93 0xc800 0 0 1 &media5200_fpga 0 3 // 2nd slot
|
D | lite5200b.dts | 116 0xc800 0 0 1 &mpc5200_pic 1 1 3 // 2nd slot
|
D | pcm032.dts | 92 0xc800 0 0 1 &mpc5200_pic 1 1 3 // 2nd slot
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-flakey.txt | 50 - replaces the 32nd byte of READ bios with the value 1
|
/linux-4.1.27/drivers/firmware/efi/ |
D | Kconfig | 46 mapping the 2nd kernel, but can also be used for debugging purposes.
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | qcom-pm8xxx.txt | 38 number. The 2nd cell is the trigger type and level flags
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmci.c | 644 struct mmci_host_next *nd = &host->next_data; in mmci_dma_prep_next() local 645 return __mmci_dma_prep_data(host, data, &nd->dma_chan, &nd->dma_desc); in mmci_dma_prep_next() 700 struct mmci_host_next *nd = &host->next_data; in mmci_pre_request() local 711 data->host_cookie = ++nd->cookie < 0 ? 1 : nd->cookie; in mmci_pre_request()
|
/linux-4.1.27/Documentation/devicetree/bindings/metag/ |
D | meta-intc.txt | 34 - <2nd-cell>: The Linux interrupt flags containing level-sense information,
|
D | pdc-intc.txt | 38 - <2nd-cell>: The level-sense information, encoded using the Linux interrupt
|
/linux-4.1.27/Documentation/dvb/ |
D | technisat.txt | 69 8.) AirStar ATSC card 2nd generation:
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-upload.txt | 14 - The 2nd 32-bit word of both images is 0xaa55bb66
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | head-sharpsl.S | 50 mov r6, #0x30 @ Load 2nd Magic Init value
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | bcm2835.dtsi | 71 * Since the BCM2835 only has 2 banks, the 2nd bank
|
D | imx28-tx28.dts | 249 /* 2nd TX-Std UART - (A)UART1 */
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 46 static void *debugfs_follow_link(struct dentry *dentry, struct nameidata *nd) in debugfs_follow_link() argument 48 nd_set_link(nd, d_inode(dentry)->i_private); in debugfs_follow_link()
|
/linux-4.1.27/Documentation/filesystems/ |
D | isofs.txt | 46 Quoting from the PDF "This 2nd Edition of Standard ECMA-119 is technically
|
D | coda.txt | 420 …ccttuurreess sshhaarreedd bbyy tthhee kkeerrnneell aanndd VVeennuuss 1355 44..2266.. ooddyy__eexxppaanndd 1426 55.. TThhee mmiinniiccaacchhee aanndd ddoowwnnccaallllss 1595 66.. IInniittiiaalliizzaattiioonn aanndd cclleeaannuupp
|
D | porting | 378 may now be called in rcu-walk mode (nd->flags & LOOKUP_RCU). -ECHILD should be
|
D | path-lookup.txt | 291 * LOOKUP_RCU is set in nd->flags, which distinguishes rcu-walk from ref-walk.
|
D | ntfs.txt | 326 # Offset Size Raid Number Chunk 1st Start 2nd Start
|
/linux-4.1.27/Documentation/hwmon/ |
D | thmc50 | 64 temp3 -- 2nd remote only for ADM1022
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | open-pic.txt | 44 - <2nd-cell>: The level-sense information, encoded as follows:
|
/linux-4.1.27/arch/powerpc/mm/ |
D | numa.c | 920 void *nd; in setup_node_data() local 931 nd = __va(nd_pa); in setup_node_data() 940 node_data[nid] = nd; in setup_node_data()
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.c | 1175 int i, nd, max_domain_id = -1; in ap_max_domain_id_show() local 1187 nd = (int)((fbits & 0x00FF0000UL)>>16); in ap_max_domain_id_show() 1188 if (nd > 0) in ap_max_domain_id_show() 1189 max_domain_id = nd; in ap_max_domain_id_show()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | sunlance.c | 1411 struct device_node *nd; in sparc_lance_probe_one() local 1416 nd = of_find_node_by_path("/options"); in sparc_lance_probe_one() 1417 if (!nd) in sparc_lance_probe_one() 1420 prop = of_get_property(nd, "tpe-link-test?", NULL); in sparc_lance_probe_one()
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 51 3 = 8-15Gbps (2nd tuple default)
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | ppc-pv.txt | 41 r4 2nd parameter 1st output value 42 r5 3rd parameter 2nd output value
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 81 # remainder is in first longword, quotient is in 2nd. # 312 mov.w %d5, %d1 # 2nd quotient 'digit' 413 swap %d3 # aligned with 2nd word of dividend 429 # add 2nd word to quotient, get the remainder.
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 420 struct nameidata *nd) in xfs_vn_follow_link() argument 433 nd_set_link(nd, link); in xfs_vn_follow_link() 439 nd_set_link(nd, ERR_PTR(error)); in xfs_vn_follow_link()
|
/linux-4.1.27/Documentation/mn10300/ |
D | ABI.txt | 142 D1 2nd syscall argument Saved
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 251 long spufs_create(struct path *nd, struct dentry *dentry, unsigned int flags,
|
/linux-4.1.27/Documentation/input/ |
D | joystick-api.txt | 72 2nd Axis X 2 73 2nd Axis Y 3
|
D | sentelic.txt | 379 the 2nd finger is up. On the other hand, if both fingers are up, the device 811 bit7 0 RW EN_PS2_F2: PS/2 gesture mode 2nd
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | switchto.S | 132 ld.l r4, 4, r9 ! next->thread_info (2nd element of next task_struct)
|
/linux-4.1.27/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 36 unlike kdump, fadump doesn't need a 2nd reboot to get back 213 dump and continue without 2nd reboot.
|
D | transactional_memory.txt | 196 handler route. Furthermore, the transactional 2nd register state will be
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1417 struct net_device *nd = adap->port[i].dev; in restart_tx_queues() local 1419 if (test_and_clear_bit(nd->if_port, &sge->stopped_tx_queues) && in restart_tx_queues() 1420 netif_running(nd)) { in restart_tx_queues() 1422 netif_wake_queue(nd); in restart_tx_queues()
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 175 2nd board ttyM8 - ttyM15 cum8 - cum15 296 | +------------ 2nd ISA board 334 0x280 and 0x180 as 1st and 2nd board. Just to change
|
/linux-4.1.27/fs/fuse/ |
D | dir.c | 1403 static void *fuse_follow_link(struct dentry *dentry, struct nameidata *nd) in fuse_follow_link() argument 1405 nd_set_link(nd, read_link(dentry)); in fuse_follow_link() 1409 static void fuse_put_link(struct dentry *dentry, struct nameidata *nd, void *c) in fuse_put_link() argument 1411 free_link(nd_get_link(nd)); in fuse_put_link()
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 96 <2nd-cell> level-sense information, encoded as follows:
|
/linux-4.1.27/fs/ecryptfs/ |
D | inode.c | 678 static void *ecryptfs_follow_link(struct dentry *dentry, struct nameidata *nd) in ecryptfs_follow_link() argument 688 nd_set_link(nd, buf); in ecryptfs_follow_link()
|
/linux-4.1.27/fs/gfs2/ |
D | inode.c | 1551 static void *gfs2_follow_link(struct dentry *dentry, struct nameidata *nd) in gfs2_follow_link() argument 1564 nd_set_link(nd, ERR_PTR(error)); in gfs2_follow_link() 1589 nd_set_link(nd, buf); in gfs2_follow_link()
|
/linux-4.1.27/arch/frv/kernel/ |
D | head-mmu-fr451.S | 44 # GR11 - displacement of 2nd SDRAM addr reg from GR14
|
D | head-uc-fr401.S | 43 # GR11 - displacement of 2nd SDRAM addr reg from GR14
|
D | head-uc-fr555.S | 42 # GR11 - displacement of 2nd SDRAM addr reg from GR14
|
/linux-4.1.27/fs/ubifs/ |
D | file.c | 1303 static void *ubifs_follow_link(struct dentry *dentry, struct nameidata *nd) in ubifs_follow_link() argument 1307 nd_set_link(nd, ui->data); in ubifs_follow_link()
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 117 shadow Allocate a 2nd framebuffer to shadow what's currently across
|
D | framebuffer.txt | 34 31 = /dev/fb31 32nd frame buffer
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | inst.h | 827 __BITFIELD_FIELD(unsigned int nd : 1,
|
/linux-4.1.27/security/ |
D | security.c | 584 int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd) in security_inode_follow_link() argument 588 return security_ops->inode_follow_link(dentry, nd); in security_inode_follow_link()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 213 macbook-pro Intel Mac Book Pro 2nd generation (eq. type 3)
|
D | CMIPCI.txt | 55 routes, i.e. the 2nd DAC is output from front output.
|
D | ALSA-Configuration.txt | 1302 dma2 - 2nd dma # (0,1) 1744 dma2 - 2nd DMA # (PnP setup, -1 to disable)
|
/linux-4.1.27/arch/mips/kernel/ |
D | branch.c | 377 if (inst.rr.nd) in __MIPS16e_compute_return_epc()
|
/linux-4.1.27/Documentation/s390/ |
D | monreader.txt | 47 2nd option:
|
/linux-4.1.27/drivers/macintosh/ |
D | Kconfig | 179 This provides generic support for emulating the 2nd and 3rd mouse
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | at91-clock.txt | 294 * 1st and 2nd cells represent the frequency range (min-max).
|
/linux-4.1.27/fs/ceph/ |
D | inode.c | 1694 static void *ceph_sym_follow_link(struct dentry *dentry, struct nameidata *nd) in ceph_sym_follow_link() argument 1697 nd_set_link(nd, ci->i_symlink); in ceph_sym_follow_link()
|
/linux-4.1.27/arch/x86/crypto/ |
D | sha256-avx-asm.S | 99 INP = %rsi # 2nd arg
|
D | sha256-ssse3-asm.S | 91 INP = %rsi # 2nd arg
|
D | sha256-avx2-asm.S | 94 INP = %rsi # 2nd arg
|
D | sha512-avx2-asm.S | 74 # 2nd arg
|
/linux-4.1.27/Documentation/scsi/ |
D | arcmsr_spec.txt | 119 ** (B) 2nd byte : command block length (high byte)
|
D | sym53c8xx_2.txt | 275 2nd method: apply "setverbose 0" control command to the proc fs entry 846 04 00 03 00 00 10 00 58 00 00 01 00 00 63 2nd controller
|
D | aic79xx.txt | 90 1.3.9 (May 22nd, 2003)
|
D | ncr53c8xx.txt | 304 2nd method: apply "setverbose 0" control command to the proc fs entry 1599 04 00 03 00 00 10 00 58 00 00 01 00 00 63 2nd controller
|
/linux-4.1.27/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 18 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 23 ntlmv2. Fix 2nd mount to same server but with different port to 25 user explicitly overrides the port on the 2nd mount. 233 (fixes FC problem). Return error in rename 2nd attempt retry (ie report
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 791 struct vxlan_rdst *rd, *nd; in vxlan_fdb_free() local 793 list_for_each_entry_safe(rd, nd, &f->remotes, list) in vxlan_fdb_free()
|
/linux-4.1.27/net/wireless/ |
D | nl80211.c | 8830 struct nlattr *nd, *freqs, *matches, *match; in nl80211_send_wowlan_nd() local 8836 nd = nla_nest_start(msg, NL80211_WOWLAN_TRIG_NET_DETECT); in nl80211_send_wowlan_nd() 8837 if (!nd) in nl80211_send_wowlan_nd() 8867 nla_nest_end(msg, nd); in nl80211_send_wowlan_nd() 12560 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; in cfg80211_net_detect_results() local 12569 for (i = 0; i < nd->n_matches; i++) { in cfg80211_net_detect_results() 12570 struct cfg80211_wowlan_nd_match *match = nd->matches[i]; in cfg80211_net_detect_results()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | Kconfig | 115 Left 102nd key (the key to the right of Left Shift)
|
/linux-4.1.27/Documentation/isdn/ |
D | README.HiSax | 258 pb_1 = 2nd parameter ( " " " " " " " )
|
/linux-4.1.27/Documentation/RCU/ |
D | RTFP.txt | 310 ,Booktitle="{2\textsuperscript{nd} Symposium on Architectural Support 2392 ,booktitle = {MICRO 42: Proceedings of the 42nd Annual IEEE/ACM International Symposium on Microarc…
|
/linux-4.1.27/ |
D | CREDITS | 217 E: axb@cse.nd.edu 1893 D: Slackware and Debian, vote-taker for 2nd comp.os.linux reorganization
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1663 bool "Allocate 2nd-level pagetables from highmem"
|