Searched refs:nd (Results 26 - 50 of 137) sorted by relevance

123456

/linux-master/tools/perf/util/
H A Dsymbol.h82 * @nd: the 'struct rb_node *' to use as a temporary storage
84 #define symbols__for_each_entry(symbols, pos, nd) \
85 for (nd = rb_first_cached(symbols); \
86 nd && (pos = rb_entry(nd, struct symbol, rb_node)); \
87 nd = rb_next(nd))
H A Dhist.c2180 struct rb_node *nd; local
2187 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) {
2188 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
2204 struct rb_node *nd; local
2225 nd = rb_first_cached(&he->hroot_out);
2226 while (nd) {
2227 struct hist_entry *h = rb_entry(nd, struc
2240 struct rb_node *nd; local
2525 struct rb_node *nd; local
2545 struct rb_node *nd; local
2573 struct rb_node *nd; local
2620 struct rb_node *nd; local
2652 struct rb_node *nd; local
[all...]
H A Dprint-events.c351 struct str_node *nd; local
377 strlist__for_each_entry(nd, evt_name_list) {
378 char *alias = strstr(nd->s, " OR ");
387 nd->s,
H A Dsymbol.c193 struct rb_node *nd; local
199 nd = rb_first_cached(symbols);
201 while (nd) {
202 curr = rb_entry(nd, struct symbol, rb_node);
204 nd = rb_next(&curr->rb_node);
205 if (!nd)
208 next = rb_entry(nd, struct symbol, rb_node);
221 nd = rb_next(&curr->rb_node);
231 struct rb_node *nd, *prevnd = rb_first_cached(symbols); local
239 for (nd
446 struct rb_node *nd; local
2052 struct str_node *nd; local
[all...]
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c292 struct rb_node *nd)
294 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node);
300 browser->curr_hot = nd;
710 struct rb_node *nd = NULL; local
731 nd = browser->curr_hot;
743 if (nd != NULL && RB_EMPTY_NODE(nd))
744 nd = NULL;
759 if (nd != NULL) {
760 nd
291 annotate_browser__set_rb_top(struct annotate_browser *browser, struct rb_node *nd) argument
[all...]
/linux-master/net/openvswitch/
H A Dflow.c564 memset(&key->ipv6.nd, 0, sizeof(key->ipv6.nd));
570 struct nd_msg *nd; local
576 if (unlikely(icmp_len < sizeof(*nd)))
582 nd = (struct nd_msg *)skb_transport_header(skb);
583 key->ipv6.nd.target = nd->target;
585 icmp_len -= sizeof(*nd);
589 (struct nd_opt_hdr *)(nd->opt + offset);
601 if (unlikely(!is_zero_ether_addr(key->ipv6.nd
[all...]
/linux-master/fs/hpfs/
H A Ddnode.c242 struct dnode *d, *ad, *rd, *nd = NULL; local
259 kfree(nd);
264 kfree(nd);
272 kfree(nd);
285 kfree(nd);
289 if (!nd) if (!(nd = kmalloc(0x924, GFP_NOFS))) {
300 memcpy(nd, d, le32_to_cpu(d->first_free));
301 copy_de(de = hpfs_add_de(i->i_sb, nd, name, namelen, down_ptr), new_de);
302 for_all_poss(i, hpfs_pos_ins, get_pos(nd, d
[all...]
/linux-master/arch/alpha/lib/
H A Dcsum_ipv6_magic.S52 or $1,$22,$1 # .. e1 : 2nd src word complete
65 or $3,$24,$3 # .. e1 : 2nd dst word complete
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-core.c336 * @nd in the list. If @nd is NULL, all the components, except the SOURCE are
340 struct coresight_node *nd)
345 if (!nd)
346 nd = list_first_entry(path, struct coresight_node, link);
348 list_for_each_entry_continue(nd, path, link) {
349 csdev = nd->csdev;
376 parent = list_prev_entry(nd, link)->csdev;
377 child = list_next_entry(nd, link)->csdev;
419 struct coresight_node *nd; local
339 coresight_disable_path_from(struct list_head *path, struct coresight_node *nd) argument
718 struct coresight_node *nd, *next; local
[all...]
/linux-master/drivers/nubus/
H A Dnubus.c156 unsigned char *nubus_dirptr(const struct nubus_dirent *nd) argument
158 unsigned char *p = nd->base;
162 nubus_move(&p, nubus_expand32(nd->data), nd->mask);
275 int nubus_readdir(struct nubus_dir *nd, struct nubus_dirent *ent) argument
279 if (nd->done)
283 ent->base = nd->ptr;
285 /* This moves nd->ptr forward */
286 resid = nubus_get_rom(&nd->ptr, 4, nd
[all...]
/linux-master/scripts/dtc/
H A Ddata.c26 struct data nd; local
32 nd = d;
39 nd.val = xrealloc(d.val, newsize);
41 return nd;
/linux-master/drivers/acpi/nfit/
H A Dmce.c9 #include <linux/nd.h>
/linux-master/tools/testing/nvdimm/
H A Dpmem-dax.c9 #include <nd.h>
/linux-master/tools/perf/ui/
H A Dbrowser.c141 struct rb_node *nd; local
145 nd = rb_first(root);
148 nd = browser->top;
151 nd = rb_last(root);
159 nd = rb_next(nd);
162 nd = rb_prev(nd);
165 browser->top = nd;
170 struct rb_node *nd; local
[all...]
/linux-master/drivers/block/aoe/
H A Daoecmd.c132 memcpy(h->src, t->ifp->nd->dev_addr, sizeof h->src);
162 if (ifp >= &t->ifs[NAOEIFS] || ifp->nd == NULL)
164 if (ifp->nd == NULL)
273 && t->ifp->nd) {
364 skb->dev = t->ifp->nd;
484 memcpy(h->src, t->ifp->nd->dev_addr, sizeof h->src);
486 skb->dev = t->ifp->nd;
525 getif(struct aoetgt *t, struct net_device *nd) argument
532 if (p->nd == nd)
541 struct net_device *nd; local
1482 setifbcnt(struct aoetgt *t, struct net_device *nd, int bcnt) argument
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c1036 struct device_node* nd; local
1038 for_each_node_by_name(nd, "firewire") {
1039 if (nd->parent && (of_device_is_compatible(nd, "pci106b,18") ||
1040 of_device_is_compatible(nd, "pci106b,30") ||
1041 of_device_is_compatible(nd, "pci11c1,5811"))
1042 && of_device_is_compatible(nd->parent, "uni-north")) {
1043 pmac_call_feature(PMAC_FTR_1394_ENABLE, nd, 0, 0);
1044 pmac_call_feature(PMAC_FTR_1394_CABLE_POWER, nd, 0, 0);
1047 for_each_node_by_name(nd, "etherne
[all...]
/linux-master/tools/perf/
H A Dbuiltin-annotate.c478 struct rb_node *nd = rb_first_cached(&hists->entries), *next; local
486 while (nd) {
487 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
512 nd = rb_prev(nd);
514 nd = rb_next(nd);
564 nd = rb_next(nd);
575 next = rb_next(nd);
[all...]
H A Dbuiltin-kvm.c518 struct rb_node *nd = rb_first_cached(&hb->hists->entries); local
521 for (; nd; nd = rb_next(nd)) {
522 struct hist_entry *he = rb_entry(nd, struct hist_entry,
703 struct rb_node *nd; local
712 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) {
1116 struct rb_node *nd; local
[all...]
/linux-master/drivers/nvdimm/
H A Ddimm.c12 #include <linux/nd.h>
14 #include "nd.h"
/linux-master/arch/loongarch/kernel/
H A Dnuma.c195 void *nd; local
205 nd = __va(nd_pa);
207 node_data[nid] = nd;
208 memset(nd, 0, sizeof(pg_data_t));
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h291 * @nd: net dectect data.
300 struct cfg80211_wowlan_nd_match *nd; member in struct:brcmf_cfg80211_wowl
421 static inline struct brcmf_cfg80211_profile *ndev_to_prof(struct net_device *nd) argument
423 struct brcmf_if *ifp = netdev_priv(nd);
/linux-master/tools/perf/tests/
H A Dvmlinux-kallsyms.c194 struct rb_node *nd; local
290 map__for_each_symbol(args.vmlinux_map, sym, nd) {
293 sym = rb_entry(nd, struct symbol, rb_node);
/linux-master/drivers/s390/cio/
H A Dchsc.c390 static void format_node_data(char *params, char *id, struct node_descriptor *nd) argument
395 if (nd->validity != ND_VALIDITY_VALID) {
402 snprintf(params, PARAMS_LEN, "%02x,%06x", nd->byte0, nd->params);
404 id = store_ebcdic(id, nd->type, sizeof(nd->type), '/');
405 id = store_ebcdic(id, nd->model, sizeof(nd->model), ',');
406 id = store_ebcdic(id, nd->manufacturer, sizeof(nd
[all...]
/linux-master/drivers/sbus/char/
H A Dopenprom.c498 phandle nd; local
502 if (copy_from_user(&nd, argp, sizeof(phandle)))
505 if (nd == 0) {
510 dp = of_find_node_by_phandle(nd);
511 nd = 0;
520 nd = dp->phandle;
521 if (copy_to_user(argp, &nd, sizeof(phandle)))
/linux-master/drivers/infiniband/hw/mlx4/
H A Dcm.c528 struct rb_node *nd; local
560 nd = rb_first(sl_id_map);
561 while (nd) {
563 rb_entry(nd, struct id_map_entry, node);
564 nd = rb_next(nd);

Completed in 410 milliseconds

123456