Searched refs:nl (Results 1 - 25 of 39) sorted by last modified time

12

/linux-master/tools/perf/arch/riscv/util/
H A Dheader.c22 char *line2, *nl; local
29 nl = strrchr(line, '\n');
30 if (!nl)
33 return strndup(line2, nl - line2);
/linux-master/tools/net/ynl/lib/
H A Dynl.py311 self.nl = nl_msg
319 msg = repr(self.nl)
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py201 ri.cw.nl()
210 ri.cw.nl()
1150 self.nl = cw.nlib
1258 def nl(self): member in class:CodeWriter
1344 self.nl()
1518 cw.nl()
1524 cw.nl()
1539 cw.nl()
1562 cw.nl()
1578 cw.nl()
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_lag.c600 struct ice_lag_netdev_list *nl; local
606 nl = kzalloc(sizeof(*nl), GFP_ATOMIC);
607 if (!nl)
610 nl->netdev = tmp_nd;
611 list_add(&nl->node, &ndlist->node);
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac.c22 static void rtllib_sta_wakeup(struct rtllib_device *ieee, short nl);
1476 static void rtllib_sta_wakeup(struct rtllib_device *ieee, short nl) argument
1479 if (nl) {
1494 if (nl) {
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-sysfs.c174 const char *nl; local
180 nl = strchr(buf, '\n');
181 if (nl)
182 len = nl - buf;
/linux-master/tools/perf/util/
H A Dstat-display.c783 new_line_t nl; local
790 nl = config->metric_only ? new_line_metric : new_line_csv;
795 nl = config->metric_only ? new_line_metric : new_line_json;
799 nl = config->metric_only ? new_line_metric : new_line_std;
821 out.new_line = nl;
H A Dsynthetic-events.c115 char *nl; local
118 nl = strchr(name, '\n');
119 if (nl)
120 *nl = '\0';
/linux-master/fs/xfs/scrub/
H A Dnlinks.c109 struct xchk_nlink nl; local
115 error = xfarray_load_sparse(xnc->nlinks, ino, &nl);
119 trace_xchk_nlinks_update_incore(xnc->sc->mp, ino, &nl, parents_delta,
122 careful_add(&nl.parents, parents_delta);
123 careful_add(&nl.backrefs, backrefs_delta);
124 careful_add(&nl.children, children_delta);
126 nl.flags |= XCHK_NLINK_WRITTEN;
127 error = xfarray_store(xnc->nlinks, ino, &nl);
497 struct xchk_nlink nl; local
500 error = xfarray_load_sparse(xnc->nlinks, ino, &nl);
746 struct xchk_nlink nl; local
[all...]
/linux-master/drivers/md/
H A Ddm-ioctl.c597 struct dm_name_list *orig_nl, *nl, *old_nl = NULL; local
619 nl = orig_nl = get_result_buffer(param, param_size, &len);
620 if (len < needed || len < sizeof(nl->dev)) {
626 nl->dev = 0; /* Flags no data */
638 old_nl->next = (uint32_t) ((void *) nl -
641 nl->dev = huge_encode_dev(disk_devt(disk));
642 nl->next = 0;
643 strcpy(nl->name, hc->name);
645 old_nl = nl;
646 event_nr = align_ptr(nl
[all...]
/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c262 struct nlmsghdr nl; member in struct:__anon3096
280 req.nl.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg));
281 req.nl.nlmsg_flags = NLM_F_REQUEST | NLM_F_DUMP;
282 req.nl.nlmsg_type = RTM_GETROUTE;
286 req.nl.nlmsg_pid = 0;
287 req.nl.nlmsg_seq = ++seq;
289 iov.iov_base = (void *)&req.nl;
290 iov.iov_len = req.nl.nlmsg_len;
398 struct nlmsghdr nl; member in struct:__anon3097
416 req.nl
[all...]
/linux-master/net/tipc/
H A Dnode.c862 struct tipc_link *nl = n->links[bearer_id].link; local
864 if (!nl || tipc_link_is_up(nl))
867 tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT);
868 if (!tipc_link_is_up(nl))
873 n->link_id = tipc_link_id(nl);
876 n->links[bearer_id].mtu = tipc_link_mss(nl);
882 tipc_link_name(nl), tipc_link_plane(nl));
886 tipc_link_build_state_msg(nl, xmit
[all...]
/linux-master/kernel/rcu/
H A Dtree_nocb.h1563 int nl = 0; /* Next GP kthread. */ local
1581 if (rdp->cpu >= nl) {
1584 nl = DIV_ROUND_UP(rdp->cpu + 1, ls) * ls;
/linux-master/drivers/net/plip/
H A Dplip.c291 struct net_local *nl = netdev_priv(dev); local
302 nl->port_owner = 0;
305 nl->trigger = PLIP_TRIGGER_WAIT;
306 nl->nibble = PLIP_NIBBLE_WAIT;
309 INIT_WORK(&nl->immediate, plip_bh);
310 INIT_DELAYED_WORK(&nl->deferred, plip_kick_bh);
313 INIT_DELAYED_WORK(&nl->timer, plip_timer_bh);
315 spin_lock_init(&nl->lock);
324 struct net_local *nl = local
327 if (nl
368 struct net_local *nl = container_of(work, struct net_local, immediate); local
386 struct net_local *nl = local
400 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv, int error) argument
475 plip_none(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
588 plip_receive_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
756 plip_send_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
876 plip_connection_close(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
894 plip_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
922 struct net_local *nl; local
972 struct net_local *nl = netdev_priv(dev); local
1069 struct net_local *nl = netdev_priv(dev); local
1129 struct net_local *nl = netdev_priv(dev); local
1176 struct net_local *nl = netdev_priv(dev); local
1192 struct net_local *nl = netdev_priv(dev); local
1219 struct net_local *nl = netdev_priv(dev); local
1270 struct net_local *nl; local
1371 struct net_local *nl = netdev_priv(dev); local
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl2388 my $nl = $l + $length;
2389 $$lineRef =~ s/\+$o,$l \@\@/\+$no,$nl \@\@/;
5791 # Check for }<nl>else {, these must be at the same
/linux-master/net/ieee802154/
H A DMakefile6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
/linux-master/arch/s390/include/asm/
H A Dsysinfo.h159 unsigned char nl; member in struct:topology_core
170 unsigned char nl; member in struct:topology_container
176 unsigned char nl; member in union:topology_entry
/linux-master/fs/ceph/
H A Dioctl.c72 struct ceph_ioctl_layout nl; local
83 memset(&nl, 0, sizeof(nl));
85 nl.stripe_count = l.stripe_count;
87 nl.stripe_count = ci->i_layout.stripe_count;
89 nl.stripe_unit = l.stripe_unit;
91 nl.stripe_unit = ci->i_layout.stripe_unit;
93 nl.object_size = l.object_size;
95 nl.object_size = ci->i_layout.object_size;
97 nl
[all...]
/linux-master/arch/powerpc/perf/
H A Dhv-24x7.c248 unsigned int nl = be16_to_cpu(ev->event_name_len); local
249 __be16 *desc_len = (__be16 *)(ev->remainder + nl - 2);
252 return (char *)ev->remainder + nl;
257 unsigned int nl = be16_to_cpu(ev->event_name_len); local
258 __be16 *desc_len_ = (__be16 *)(ev->remainder + nl - 2);
260 __be16 *long_desc_len = (__be16 *)(ev->remainder + nl + desc_len - 2);
263 return (char *)ev->remainder + nl + desc_len;
287 unsigned int nl = be16_to_cpu(ev->event_name_len); local
289 if (nl < 2) {
290 pr_debug("%s: name length too short: %d", __func__, nl);
564 int nl, dl; local
578 int nl, dl; local
603 int nl; member in struct:event_uniq
632 event_uniq_add(struct rb_root *root, const char *name, int nl, unsigned int domain) argument
881 int nl; local
945 int nl; local
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.c142 unsigned int nl; local
145 while ((nl = mga_inl(0x3C48) & 0xFFF) >= lastl) {
146 lastl = nl;
/linux-master/arch/s390/kernel/
H A Dtopology.c174 if (!tle->nl)
190 switch (tle->nl) {
/linux-master/kernel/locking/
H A Dlockdep_proc.c412 unsigned long nl, nr; local
414 nl = dl->stats.read_waittime.nr + dl->stats.write_waittime.nr;
417 return nr - nl;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c330 enum nl80211_iftype nl; member in struct:__anon772
343 if (__nl2wmi[i].nl == type)
/linux-master/tools/scripts/
H A Dutilities.mak8 # nl-escape
10 # Usage: escape = $(call nl-escape[,escape])
16 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n)
18 # escape-nl
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
30 # $(call unescape-nl...)
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
34 # unescape-nl
36 # Usage: text = $(call unescape-nl,escape
[all...]
/linux-master/arch/arm/vfp/
H A Dvfp.h44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
50 : "=r" (nl), "=r" (nh)
51 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
54 *resl = nl;
57 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
63 : "=r" (nl), "=r" (nh)
64 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
67 *resl = nl;
72 u32 nh, nl, mh, ml; local
75 nl
110 vfp_estimate_div128to64(u64 nh, u64 nl, u64 m) argument
[all...]

Completed in 328 milliseconds

12