Home
last modified time | relevance | path

Searched refs:nl (Results 1 – 25 of 140) sorted by relevance

123456

/linux-6.15/drivers/net/plip/
H A Dplip.c302 nl->port_owner = 0; in plip_init_netdev()
327 if (nl->is_deferred) in plip_kick_bh()
374 nl->is_deferred = 0; in plip_bh()
376 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK && in plip_bh()
377 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) { in plip_bh()
778 cx = nl->trigger; in plip_send_packet()
886 nl->should_relinquish = nl->port_owner = 0; in plip_connection_close()
1092 nl->rcv_data.state = nl->snd_data.state = PLIP_PK_DONE; in plip_open()
1093 nl->rcv_data.skb = nl->snd_data.skb = NULL; in plip_open()
1296 nl->dev = dev; in plip_attach()
[all …]
/linux-6.15/tools/testing/selftests/drivers/net/
H A Dqueues.py20 def nl_get_queues(cfg, nl, qtype='rx'): argument
21 queues = nl.queue_get({'ifindex': cfg.ifindex}, dump=True)
27 def check_xsk(cfg, nl, xdp_queue_id=0) -> None: argument
61 def get_queues(cfg, nl) -> None: argument
73 def addremove_queues(cfg, nl) -> None: argument
74 queues = nl_get_queues(cfg, nl)
90 queues = nl_get_queues(cfg, nl)
95 queues = nl_get_queues(cfg, nl)
100 def check_down(cfg, nl) -> None: argument
102 napis = nl.napi_get({'ifindex': cfg.ifindex}, dump=True)
[all …]
/linux-6.15/kernel/
H A Dnotifier.c21 while ((*nl) != NULL) { in notifier_chain_register()
22 if (unlikely((*nl) == n)) { in notifier_chain_register()
27 if (n->priority > (*nl)->priority) in notifier_chain_register()
31 nl = &((*nl)->next); in notifier_chain_register()
33 n->next = *nl; in notifier_chain_register()
34 rcu_assign_pointer(*nl, n); in notifier_chain_register()
42 while ((*nl) != NULL) { in notifier_chain_unregister()
43 if ((*nl) == n) { in notifier_chain_unregister()
44 rcu_assign_pointer(*nl, n->next); in notifier_chain_unregister()
48 nl = &((*nl)->next); in notifier_chain_unregister()
[all …]
/linux-6.15/tools/scripts/
H A Dutilities.mak8 # nl-escape
18 # escape-nl
30 # $(call unescape-nl...)
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
34 # unescape-nl
38 # See escape-nl.
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
42 # shell-escape-nl
54 define shell-escape-nl
58 # shell-unescape-nl
[all …]
/linux-6.15/Documentation/netlink/specs/
H A Ddevlink.yaml1238 pre: devlink-nl-pre-doit
1303 pre: devlink-nl-pre-doit
1364 pre: devlink-nl-pre-doit
1386 pre: devlink-nl-pre-doit
1410 pre: devlink-nl-pre-doit
1515 pre: devlink-nl-pre-doit
1531 pre: devlink-nl-pre-doit
1546 pre: devlink-nl-pre-doit
1566 pre: devlink-nl-pre-doit
1577 pre: devlink-nl-pre-doit
[all …]
H A Dnet_shaper.yaml213 pre: net-shaper-nl-pre-doit
214 post: net-shaper-nl-post-doit
232 pre: net-shaper-nl-pre-dumpit
233 post: net-shaper-nl-post-dumpit
249 pre: net-shaper-nl-pre-doit
250 post: net-shaper-nl-post-doit
280 pre: net-shaper-nl-pre-doit
281 post: net-shaper-nl-post-doit
311 pre: net-shaper-nl-pre-doit
312 post: net-shaper-nl-post-doit
[all …]
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dnf_queue.c211 struct mnl_socket *nl; in open_queue() local
216 nl = mnl_socket_open(NETLINK_NETFILTER); in open_queue()
217 if (nl == NULL) { in open_queue()
222 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) { in open_queue()
230 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) { in open_queue()
256 return nl; in open_queue()
273 struct mnl_socket *nl; in mainloop() local
285 nl = open_queue(); in mainloop()
286 portid = mnl_socket_get_portid(nl); in mainloop()
291 ret = mnl_socket_recvfrom(nl, buf, buflen); in mainloop()
[all …]
/linux-6.15/arch/arm/vfp/
H A Dvfp.h50 : "=r" (nl), "=r" (nh) in add128()
51 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in add128()
54 *resl = nl; in add128()
63 : "=r" (nl), "=r" (nh) in sub128()
64 : "0" (nl), "1" (nh), "r" (ml), "r" (mh) in sub128()
67 *resl = nl; in sub128()
72 u32 nh, nl, mh, ml; in mul64to128() local
75 nl = n; in mul64to128()
77 rl = (u64)nl * ml; in mul64to128()
83 rmb = (u64)nl * mh; in mul64to128()
[all …]
/linux-6.15/arch/powerpc/perf/
H A Dhv-24x7.c289 if (nl < 2) { in event_end()
294 if (start + nl > end) { in event_end()
311 __func__, start, nl, dl, start + nl + dl, end); in event_end()
554 int nl, dl; in event_to_desc_attr() local
568 int nl, dl; in event_to_long_desc_attr() local
593 int nl; member
634 result = ev_uniq_ord(name, nl, domain, it->name, it->nl, in event_uniq_add()
656 .nl = nl, in event_uniq_add()
871 int nl; in create_events_from_catalog() local
935 int nl; in create_events_from_catalog() local
[all …]
/linux-6.15/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1599 cw.nl()
1605 cw.nl()
1620 cw.nl()
1643 cw.nl()
1659 cw.nl()
2243 cw.nl()
2316 cw.nl()
2332 cw.nl()
2347 cw.nl()
2431 cw.nl()
[all …]
/linux-6.15/fs/ceph/
H A Dioctl.c72 struct ceph_ioctl_layout nl; in ceph_ioctl_set_layout() local
83 memset(&nl, 0, sizeof(nl)); in ceph_ioctl_set_layout()
85 nl.stripe_count = l.stripe_count; in ceph_ioctl_set_layout()
89 nl.stripe_unit = l.stripe_unit; in ceph_ioctl_set_layout()
91 nl.stripe_unit = ci->i_layout.stripe_unit; in ceph_ioctl_set_layout()
93 nl.object_size = l.object_size; in ceph_ioctl_set_layout()
95 nl.object_size = ci->i_layout.object_size; in ceph_ioctl_set_layout()
97 nl.data_pool = l.data_pool; in ceph_ioctl_set_layout()
99 nl.data_pool = ci->i_layout.pool_id; in ceph_ioctl_set_layout()
102 nl.preferred_osd = -1; in ceph_ioctl_set_layout()
[all …]
/linux-6.15/net/tipc/
H A Dbcast.c733 memset(nl, 0, sizeof(*nl)); in tipc_nlist_init()
734 INIT_LIST_HEAD(&nl->list); in tipc_nlist_init()
735 nl->self = self; in tipc_nlist_init()
740 if (node == nl->self) in tipc_nlist_add()
741 nl->local = true; in tipc_nlist_add()
743 nl->remote++; in tipc_nlist_add()
748 if (node == nl->self) in tipc_nlist_del()
749 nl->local = false; in tipc_nlist_del()
751 nl->remote--; in tipc_nlist_del()
757 nl->remote = 0; in tipc_nlist_purge()
[all …]
H A Dbcast.h63 void tipc_nlist_init(struct tipc_nlist *nl, u32 self);
64 void tipc_nlist_purge(struct tipc_nlist *nl);
65 void tipc_nlist_add(struct tipc_nlist *nl, u32 node);
66 void tipc_nlist_del(struct tipc_nlist *nl, u32 node);
/linux-6.15/fs/xfs/scrub/
H A Dnlinks.c125 struct xchk_nlink nl; in xchk_nlinks_update_incore() local
138 careful_add(&nl.parents, parents_delta); in xchk_nlinks_update_incore()
139 careful_add(&nl.backrefs, backrefs_delta); in xchk_nlinks_update_incore()
140 careful_add(&nl.children, children_delta); in xchk_nlinks_update_incore()
142 nl.flags |= XCHK_NLINK_WRITTEN; in xchk_nlinks_update_incore()
143 error = xfarray_store(xnc->nlinks, ino, &nl); in xchk_nlinks_update_incore()
609 struct xchk_nlink nl; in xchk_nlinks_comparison_read() local
633 obs->parents = nl.parents; in xchk_nlinks_comparison_read()
634 obs->backrefs = nl.backrefs; in xchk_nlinks_comparison_read()
635 obs->children = nl.children; in xchk_nlinks_comparison_read()
[all …]
/linux-6.15/tools/perf/arch/loongarch/util/
H A Dheader.c29 char *line2, *nl; in _get_field() local
36 nl = strrchr(line, '\n'); in _get_field()
37 if (!nl) in _get_field()
40 return strndup(line2, nl - line2); in _get_field()
/linux-6.15/samples/bpf/
H A Dxdp_router_ipv4_user.c262 struct nlmsghdr nl; in get_route_table() member
282 req.nl.nlmsg_type = RTM_GETROUTE; in get_route_table()
286 req.nl.nlmsg_pid = 0; in get_route_table()
287 req.nl.nlmsg_seq = ++seq; in get_route_table()
289 iov.iov_base = (void *)&req.nl; in get_route_table()
290 iov.iov_len = req.nl.nlmsg_len; in get_route_table()
398 struct nlmsghdr nl; in get_arp_table() member
421 req.nl.nlmsg_pid = 0; in get_arp_table()
422 req.nl.nlmsg_seq = ++seq; in get_arp_table()
424 iov.iov_base = (void *)&req.nl; in get_arp_table()
[all …]
/linux-6.15/tools/perf/arch/riscv/util/
H A Dheader.c22 char *line2, *nl; in _get_field() local
29 nl = strrchr(line, '\n'); in _get_field()
30 if (!nl) in _get_field()
33 return strndup(line2, nl - line2); in _get_field()
/linux-6.15/net/ieee802154/
H A DMakefile6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
/linux-6.15/arch/s390/include/asm/
H A Dsysinfo.h185 unsigned char nl; member
196 unsigned char nl; member
202 unsigned char nl; member
/linux-6.15/scripts/
H A Dasn1_compiler.c368 if (!nl) { in tokenise()
369 buffer = nl = end; in tokenise()
371 buffer = nl + 1; in tokenise()
372 *nl = '\0'; in tokenise()
386 memmove(p, q, nl - q); in tokenise()
392 nl = p; in tokenise()
400 while (p < nl) { in tokenise()
404 if (p >= nl) in tokenise()
474 if (nl - p >= 3) { in tokenise()
484 if (nl - p >= 2) { in tokenise()
[all …]
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_trans_space.h76 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1 argument
77 #define XFS_DIRENTER_SPACE_RES(mp,nl) \ argument
79 XFS_DIRENTER_MAX_SPLIT(mp,nl))
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-bdi3 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
28 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
35 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
64 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
129 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
/linux-6.15/lib/
H A Dinflate.c842 unsigned nl; /* number of literal/length codes */ in inflate_dynamic() local
867 nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */ in inflate_dynamic()
876 if (nl > 288 || nd > 32) in inflate_dynamic()
878 if (nl > 286 || nd > 30) in inflate_dynamic()
912 n = nl + nd; in inflate_dynamic()
978 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0) in inflate_dynamic()
990 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0) in inflate_dynamic()
/linux-6.15/tools/thermal/tmon/
H A Dsysfs.c198 static int find_tzone_cdev(struct dirent *nl, char *tz_name, in find_tzone_cdev() argument
207 if (nl->d_type == DT_LNK) { in find_tzone_cdev()
208 syslog(LOG_DEBUG, "TZ%d: cdev: %s cid %d\n", tz_id, nl->d_name, in find_tzone_cdev()
218 tz_name, nl->d_name); in find_tzone_cdev()
232 "%s%s", nl->d_name, "_trip_point"); in find_tzone_cdev()
/linux-6.15/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c164 unsigned long long mh, ml, nh, nl; in denormal_muld() local
177 nl = ml; in denormal_muld()
183 while (nl) { nl >>= 1; w++;} in denormal_muld()

123456