Searched refs:nd (Results 51 - 75 of 137) sorted by relevance

123456

/linux-master/tools/perf/util/
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...]
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 Dprobe-file.c1076 struct str_node *nd; local
1087 strlist__for_each_entry(nd, bidlist) {
1088 pcache = probe_cache__new(nd->s, NULL);
1092 buf = build_id_cache__origname(nd->s);
1093 printf("%s (%s):\n", buf, nd->s);
/linux-master/mm/
H A Dmemory-tiers.c304 struct demotion_nodes *nd; local
310 nd = &node_demotion[node];
332 target = node_random(&nd->preferred);
390 struct demotion_nodes *nd; local
404 nd = &node_demotion[node];
435 node_set(target, nd->preferred);
H A Dmempolicy.c2644 struct sp_node *p = rb_entry(n, struct sp_node, nd);
2660 w = rb_entry(prev, struct sp_node, nd);
2665 return rb_entry(n, struct sp_node, nd);
2676 struct sp_node *nd; local
2680 nd = rb_entry(parent, struct sp_node, nd);
2681 if (new->start < nd->start)
2683 else if (new->end > nd->end)
2688 rb_link_node(&new->nd, parent, p);
2689 rb_insert_color(&new->nd,
[all...]
/linux-master/drivers/base/
H A Darch_numa.c223 void *nd; local
234 nd = __va(nd_pa);
243 node_data[nid] = nd;
/linux-master/net/ncsi/
H A Dinternal.h368 #define TO_NCSI_DEV_PRIV(nd) \
369 container_of(nd, struct ncsi_dev_priv, ndev)
378 int ncsi_reset_dev(struct ncsi_dev *nd);
/linux-master/tools/perf/
H A Dbuiltin-buildid-cache.c337 struct str_node *nd; local
345 strlist__for_each_entry(nd, bidlist) {
346 buf = build_id_cache__origname(nd->s);
347 fprintf(stdout, "%s %s\n", nd->s, buf);
H A Dbuiltin-probe.c419 struct str_node *nd; local
429 strlist__for_each_entry(nd, bidlist) {
430 cache = probe_cache__new(nd->s, NULL);
435 pr_warning("Failed to remove entries for %s\n", nd->s);
/linux-master/include/linux/
H A Dnubus.h162 unsigned char *nubus_dirptr(const struct nubus_dirent *nd);
/linux-master/arch/alpha/lib/
H A Dev6-csum_ipv6_magic.S91 or $1,$5,$1 # E : 2nd src word complete
102 or $3,$23,$3 # E : U L U L : 2nd dst word complete
/linux-master/arch/s390/include/asm/
H A Dap.h111 unsigned int nd : 8; /* nr of domains */
234 unsigned char nd; /* max # of Domains - 1 */ member in struct:ap_tapq_hwinfo::__anon27::__anon29::ap_config_info
/linux-master/drivers/scsi/
H A Daha1740.h118 nd:1, /* No Disconnect */ member in struct:ecb
/linux-master/drivers/block/aoe/
H A Daoe.h133 struct net_device *nd; member in struct:aoeif
/linux-master/drivers/nvdimm/
H A Dregion.c9 #include <linux/nd.h>
10 #include "nd-core.h"
11 #include "nd.h"
/linux-master/drivers/nfc/fdp/
H A Dfdp.c123 u32 nd, num, delta; local
126 nd = (24 * fc) / clock_freq;
127 delta = 24 * fc - nd * clock_freq;
138 data[7] = nd;
/linux-master/arch/x86/kernel/
H A Dftrace_32.S135 movl 21*4(%esp), %edx # 2nd argument: parent ip
/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/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c722 u8 nd, no_a, no_b, no_d; local
726 nd = inno_read(inno, 0xe2) & RK3228_PRE_PLL_PRE_DIV_MASK;
732 do_div(vco, nd * 5);
742 do_div(vco, (nd * (no_a == 1 ? no_b : no_a) * no_d * 2));
873 u8 nd, no_a, no_b, no_d; local
877 nd = inno_read(inno, 0xa1) & RK3328_PRE_PLL_PRE_DIV_MASK;
890 do_div(vco, nd * 5);
898 do_div(vco, (nd * (no_a == 1 ? no_b : no_a) * no_d * 2));
/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/lib/
H A Dinflate.c843 unsigned nd; /* number of distance codes */ local
870 nd = 1 + ((unsigned)b & 0x1f); /* number of distance codes */
876 if (nl > 288 || nd > 32)
878 if (nl > 286 || nd > 30)
912 n = nl + nd;
990 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/linux-master/tools/perf/ui/stdio/
H A Dhist.c821 struct rb_node *nd; local
852 for (nd = rb_first_cached(&hists->entries); nd;
853 nd = __rb_hierarchy_next(nd, HMD_FORCE_CHILD)) {
854 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S214 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-master/drivers/of/
H A Doverlay.c158 struct of_overlay_notify_data nd; local
166 nd.target = fragment->target;
167 nd.overlay = fragment->overlay;
170 action, &nd);
174 of_overlay_action_name(action), ret, nd.target);

Completed in 274 milliseconds

123456