Searched refs:nd (Results 1 - 25 of 137) sorted by last modified time

123456

/linux-master/drivers/s390/net/
H A Dqeth_core_main.c2106 struct qeth_node_desc *nd = (struct qeth_node_desc *) iob->data; local
2112 if (data_length < sizeof(*nd)) {
2117 card->info.is_vm_nic = nd->nd1.plant[0] == _ascebc['V'] &&
2118 nd->nd1.plant[1] == _ascebc['M'];
2119 tag = (u8 *)&nd->nd1.tag;
2123 tag = (u8 *)&nd->nd2.tag;
2126 card->info.use_v1_blkt = nd->nd3.model[0] == 0xF0 &&
2127 nd->nd3.model[1] == 0xF0 &&
2128 nd->nd3.model[2] >= 0xF1 &&
2129 nd
[all...]
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c923 struct vxlan_rdst *rd, *nd; local
933 list_for_each_entry_safe(rd, nd, &f->remotes, list) {
/linux-master/net/wireless/
H A Dnl80211.c13232 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan; local
13238 nd = nla_nest_start_noflag(msg, NL80211_WOWLAN_TRIG_NET_DETECT);
13239 if (!nd)
13314 nla_nest_end(msg, nd);
19697 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; local
19706 for (i = 0; i < nd->n_matches; i++) {
19707 struct cfg80211_wowlan_nd_match *match = nd->matches[i];
/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/mm/
H A Dmemory-failure.c329 struct list_head nd; member in struct:to_kill
483 list_add_tail(&tk->nd, to_kill);
499 list_for_each_entry_safe(tk, next, to_kill, nd) {
527 list_for_each_entry_safe(tk, next, to_kill, nd) {
551 list_del(&tk->nd);
1717 list_for_each_entry(tk, to_kill, nd)
/linux-master/fs/bcachefs/
H A Dec.c52 static void raid_gen(int nd, int np, size_t size, void **v) argument
55 raid5_recov(nd + np, nd, size, v);
57 raid6_call.gen_syndrome(nd + np, size, v);
61 static void raid_rec(int nr, int *ir, int nd, int np, size_t size, void **v) argument
67 if (ir[0] < nd + 1)
68 raid5_recov(nd + 1, ir[0], size, v);
70 raid6_call.gen_syndrome(nd + np, size, v);
73 if (ir[1] < nd) {
75 raid6_2data_recov(nd
[all...]
/linux-master/fs/
H A Dnamei.c631 static bool nd_alloc_stack(struct nameidata *nd) argument
636 nd->flags & LOOKUP_RCU ? GFP_ATOMIC : GFP_KERNEL);
639 memcpy(p, nd->internal, sizeof(nd->internal));
640 nd->stack = p;
663 static void drop_links(struct nameidata *nd) argument
665 int i = nd->depth;
667 struct saved *last = nd->stack + i;
673 static void leave_rcu(struct nameidata *nd) argument
675 nd
680 terminate_walk(struct nameidata *nd) argument
717 legitimize_path(struct nameidata *nd, struct path *path, unsigned seq) argument
723 legitimize_links(struct nameidata *nd) argument
742 legitimize_root(struct nameidata *nd) argument
773 try_to_unlazy(struct nameidata *nd) argument
809 try_to_unlazy_next(struct nameidata *nd, struct dentry *dentry) argument
876 complete_walk(struct nameidata *nd) argument
931 set_root(struct nameidata *nd) argument
958 nd_jump_root(struct nameidata *nd) argument
997 struct nameidata *nd = current->nameidata; local
1022 put_link(struct nameidata *nd) argument
1100 may_follow_link(struct nameidata *nd, const struct inode *inode) argument
1236 may_create_in_sticky(struct mnt_idmap *idmap, struct nameidata *nd, struct inode *const inode) argument
1482 __follow_mount_rcu(struct nameidata *nd, struct path *path) argument
1526 handle_mounts(struct nameidata *nd, struct dentry *dentry, struct path *path) argument
1616 lookup_fast(struct nameidata *nd) argument
1714 may_lookup(struct mnt_idmap *idmap, struct nameidata *nd) argument
1729 reserve_stack(struct nameidata *nd, struct path *link) argument
1757 pick_link(struct nameidata *nd, struct path *link, struct inode *inode, int flags) argument
1837 step_into(struct nameidata *nd, int flags, struct dentry *dentry) argument
1877 follow_dotdot_rcu(struct nameidata *nd) argument
1917 follow_dotdot(struct nameidata *nd) argument
1949 handle_dots(struct nameidata *nd, int type) argument
1987 walk_component(struct nameidata *nd, int flags) argument
2249 link_path_walk(const char *name, struct nameidata *nd) argument
2352 path_init(struct nameidata *nd, unsigned flags) argument
2456 lookup_last(struct nameidata *nd) argument
2464 handle_lookup_down(struct nameidata *nd) argument
2473 path_lookupat(struct nameidata *nd, unsigned flags, struct path *path) argument
2510 struct nameidata nd; local
2528 path_parentat(struct nameidata *nd, unsigned flags, struct path *parent) argument
2551 struct nameidata nd; local
3347 atomic_open(struct nameidata *nd, struct dentry *dentry, struct file *file, int open_flag, umode_t mode) argument
3402 lookup_open(struct nameidata *nd, struct file *file, const struct open_flags *op, bool got_write) argument
3513 open_last_lookups(struct nameidata *nd, struct file *file, const struct open_flags *op) argument
3598 do_open(struct nameidata *nd, struct file *file, const struct open_flags *op) argument
3744 do_tmpfile(struct nameidata *nd, unsigned flags, const struct open_flags *op, struct file *file) argument
3767 do_o_path(struct nameidata *nd, unsigned flags, struct file *file) argument
3779 path_openat(struct nameidata *nd, const struct open_flags *op, unsigned flags) argument
3821 struct nameidata nd; local
3838 struct nameidata nd; local
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c3233 struct intel_bios_encoder_data *devdata, *nd; local
3236 list_for_each_entry_safe(devdata, nd, &i915->display.vbt.display_devices, node) {
/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/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/of/
H A Dunittest.c2971 struct of_overlay_notify_data *nd = arg; local
2988 of_node_get(nd->overlay);
2993 found = of_find_node_by_name(nd->overlay, "test-unittest16");
3001 found = of_find_node_by_name(nd->overlay, "test-unittest17");
3009 found = of_find_node_by_name(nd->overlay, "test-unittest18");
3017 found = of_find_node_by_name(nd->overlay, "test-unittest19");
3025 of_node_put(nd->overlay);
/linux-master/drivers/nvdimm/
H A Dbus.c21 #include <linux/nd.h>
22 #include "nd-core.h"
23 #include "nd.h"
275 .name = "nd",
309 dev_WARN_ONCE(nd_dev, !dev, "invalid dev, not on nd bus\n");
662 * nd_device_attribute_group - generic attributes for all devices on an nd bus
719 * nd_numa_attribute_group - NUMA attributes for all devices on an nd bus
1323 nd_class = class_create("nd");
/linux-master/arch/sparc/mm/
H A Dsrmmu.c1029 phandle nd; local
1038 nd = prom_getchild(prom_root_node);
1039 while ((nd = prom_getsibling(nd)) != 0) {
1040 prom_getstring(nd, "device_type", node_str, sizeof(node_str));
1042 vac_line_size = prom_getint(nd, "cache-line-size");
1047 cache_lines = prom_getint(nd, "cache-nlines");
1068 if (nd == 0) {
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c16 #include <linux/nd.h>
/linux-master/arch/powerpc/mm/
H A Dnuma.c1088 void *nd; local
1096 nd = __va(nd_pa);
1105 node_data[nid] = nd;
/linux-master/tools/perf/util/
H A Dutil.c235 struct str_node *nd; local
243 strlist__for_each_entry(nd, kcore_dirs) {
244 ret = rm_rf_a_kcore_dir(path, 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...]
H A Dstat-shadow.c627 mexp = list_first_entry(&me->head, typeof(*mexp), nd);
629 list_for_each_entry_from(mexp, &me->head, nd) {
H A Drb_resort.h26 entry->thread = rb_entry(nd, struct thread, rb_node);
37 struct rb_node *nd;
39 resort_rb__for_each_entry(nd, threads) {
60 static void __name##_sorted__init_entry(struct rb_node *nd, \
73 struct __name##_sorted_entry nd[0]; \
94 struct rb_node *nd; \
96 for (nd = rb_first(entries); nd; nd = rb_next(nd)) { \
[all...]
H A Dprobe-event.c3409 struct str_node *nd; local
3423 strlist__for_each_entry(nd, bidlist) {
3424 pathname = build_id_cache__origname(nd->s);
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 Dmetricgroup.c39 struct rb_node *nd; local
49 nd = rblist__find(metric_events, &me);
50 if (nd)
51 return container_of(nd, struct metric_event, nd);
54 nd = rblist__find(metric_events, &me);
55 if (nd)
56 return container_of(nd, struct metric_event, nd);
65 nd);
123 struct list_head nd; member in struct:metric
388 struct rb_node nd; member in struct:mep
423 mep_delete(struct rblist *rl __maybe_unused, struct rb_node *nd) argument
435 struct rb_node *nd; local
1785 struct rb_node *nd; local
[all...]
H A Dmap.c321 struct rb_node *nd = rb_first_cached(symbols); local
323 if (nd != NULL) {
324 struct symbol *sym = rb_entry(nd, struct symbol, rb_node);
334 struct rb_node *nd = rb_last(&symbols->rb_root); local
336 if (nd != NULL) {
337 struct symbol *sym = rb_entry(nd, struct symbol, rb_node);
H A Dmachine.c269 struct rb_node *nd; local
273 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
274 struct machine *machine = rb_entry(nd, struct machine, rb_node);
439 struct rb_node *nd; local
441 for (nd = rb_first_cached(&machines->guests); nd; nd
909 struct rb_node *nd; local
929 struct rb_node *nd; local
3048 struct rb_node *nd; local
[all...]
/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);

Completed in 595 milliseconds

123456