Searched refs:nd (Results 76 - 100 of 137) sorted by relevance

123456

/linux-master/drivers/clk/baikal-t1/
H A Dccu-div.c80 unsigned long nd; local
85 nd = ccu_div_lock_delay_ns(parent_rate, divider);
101 ndelay(nd);
/linux-master/arch/x86/mm/
H A Dnuma.c202 void *nd; local
215 nd = __va(nd_pa);
224 node_data[nid] = nd;
/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-cipher.c139 int nd = sg_nents_for_len(areq->dst, areq->cryptlen); local
229 nr_sgd = dma_map_sg(ce->dev, areq->dst, nd, DMA_FROM_DEVICE);
278 dma_unmap_sg(ce->dev, areq->dst, nd, DMA_FROM_DEVICE);
/linux-master/tools/perf/util/
H A Ddso.c1473 struct rb_node *nd; local
1481 for (nd = rb_first_cached(&dso->symbols); nd; nd = rb_next(nd)) {
1482 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);
H A Dstat-shadow.c627 mexp = list_first_entry(&me->head, typeof(*mexp), nd);
629 list_for_each_entry_from(mexp, &me->head, nd) {
/linux-master/drivers/block/aoe/
H A Daoedev.c505 if (!ifp->nd)
507 dev_put(ifp->nd);
/linux-master/net/ncsi/
H A Dncsi-cmd.c280 struct ncsi_dev *nd = &ndp->ndev; local
281 struct net_device *dev = nd->dev;
H A Dncsi-netlink.c38 struct ncsi_dev *nd; local
50 nd = ncsi_find_dev(dev);
51 ndp = nd ? TO_NCSI_DEV_PRIV(nd) : NULL;
H A Dncsi-rsp.c1176 struct ncsi_dev *nd; local
1184 nd = ncsi_find_dev(orig_dev);
1185 ndp = nd ? TO_NCSI_DEV_PRIV(nd) : NULL;
1207 netdev_err(nd->dev, "Received unrecognized packet (0x%x)\n",
/linux-master/arch/arm/boot/compressed/
H A Dhead-sharpsl.S51 mov r6, #0x30 @ Load 2nd Magic Init value
/linux-master/net/openvswitch/
H A Dflow.h147 } nd; member in union:sw_flow_key::__anon4685::__anon4691::__anon4693
/linux-master/drivers/nvdimm/
H A Dnd-core.h11 #include <linux/nd.h>
12 #include "nd.h"
H A Dnd_perf.c12 #include <linux/nd.h>
/linux-master/tools/perf/tests/
H A Dparse-metric.c58 list_for_each_entry (mexp, &me->head, nd) {
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S56 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall)
/linux-master/include/linux/
H A Dmempolicy.h116 struct rb_node nd; member in struct:sp_node
/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/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h235 long spufs_create(const struct path *nd, struct dentry *dentry, unsigned int flags,
/linux-master/net/dsa/
H A Ddsa.c1394 struct net_device *nd; local
1396 nd = to_net_dev(d);
1397 dev_hold(nd);
1400 return nd;
/linux-master/arch/powerpc/mm/
H A Dnuma.c1088 void *nd; local
1096 nd = __va(nd_pa);
1105 node_data[nid] = nd;
/linux-master/drivers/net/ethernet/amd/
H A Dsunlance.c1400 struct device_node *nd; local
1405 nd = of_find_node_by_path("/options");
1406 if (!nd)
1409 prop = of_get_property(nd, "tpe-link-test?", NULL);
1421 of_node_put(nd);
/linux-master/tools/perf/
H A Dbuiltin-c2c.c2474 struct rb_node *nd; local
2501 nd = rb_first_cached(&c2c.hists.hists.entries);
2503 for (; nd; nd = rb_next(nd)) {
2504 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
2568 struct rb_node *nd = rb_first_cached(&hb->hists->entries); local
2570 while (nd) {
2571 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
2576 nd
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c113 struct net_device *nd = vsi->netdev; local
116 nd->name, nd->state, nd->flags);
118 (unsigned long int)nd->features);
120 (unsigned long int)nd->hw_features);
122 (unsigned long int)nd->vlan_features);
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S81 # 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-master/drivers/cxl/
H A Dpmem.c10 #include <linux/nd.h>

Completed in 278 milliseconds

123456