Searched refs:nl (Results 1 - 25 of 39) sorted by relevance

12

/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/fs/xfs/libxfs/
H A Dxfs_trans_space.h59 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1
60 #define XFS_DIRENTER_SPACE_RES(mp,nl) \
62 XFS_DIRENTER_MAX_SPLIT(mp,nl))
79 #define XFS_CREATE_SPACE_RES(mp,nl) \
80 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
87 #define XFS_LINK_SPACE_RES(mp,nl) \
88 XFS_DIRENTER_SPACE_RES(mp,nl)
89 #define XFS_MKDIR_SPACE_RES(mp,nl) \
90 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl))
98 #define XFS_RENAME_SPACE_RES(mp,nl) \
[all...]
/linux-master/net/ieee802154/
H A DMakefile6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
/linux-master/kernel/
H A Dnotifier.c25 static int notifier_chain_register(struct notifier_block **nl, argument
29 while ((*nl) != NULL) {
30 if (unlikely((*nl) == n)) {
35 if (n->priority > (*nl)->priority)
37 if (n->priority == (*nl)->priority && unique_priority)
39 nl = &((*nl)->next);
41 n->next = *nl;
42 rcu_assign_pointer(*nl, n);
47 static int notifier_chain_unregister(struct notifier_block **nl, argument
73 notifier_call_chain(struct notifier_block **nl, unsigned long val, void *v, int nr_to_call, int *nr_calls) argument
122 notifier_call_chain_robust(struct notifier_block **nl, unsigned long val_up, unsigned long val_down, void *v) argument
[all...]
/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/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/testing/selftests/netfilter/
H A Dnf-queue.c211 struct mnl_socket *nl; local
216 nl = mnl_socket_open(NETLINK_NETFILTER);
217 if (nl == NULL) {
222 if (mnl_socket_bind(nl, 0, MNL_SOCKET_AUTOPID) < 0) {
230 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
242 if (mnl_socket_sendto(nl, nlh, nlh->nlmsg_len) < 0) {
249 if (opts.timeout && setsockopt(mnl_socket_get_fd(nl),
256 return nl;
273 struct mnl_socket *nl; local
285 nl
[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...]
/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/net/tipc/
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);
H A Dbcast.c731 void tipc_nlist_init(struct tipc_nlist *nl, u32 self) argument
733 memset(nl, 0, sizeof(*nl));
734 INIT_LIST_HEAD(&nl->list);
735 nl->self = self;
738 void tipc_nlist_add(struct tipc_nlist *nl, u32 node) argument
740 if (node == nl->self)
741 nl->local = true;
742 else if (tipc_dest_push(&nl->list, node, 0))
743 nl
746 tipc_nlist_del(struct tipc_nlist *nl, u32 node) argument
754 tipc_nlist_purge(struct tipc_nlist *nl) argument
[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/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/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/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/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/scripts/
H A Dasn1_compiler.c349 char *line, *nl, *start, *p, *q; local
367 nl = memchr(line, '\n', end - buffer);
368 if (!nl) {
369 buffer = nl = end;
371 buffer = nl + 1;
372 *nl = '\0';
378 while ((p = memchr(p, '-', nl - p))) {
382 while ((q = memchr(q, '-', nl - q))) {
386 memmove(p, q, nl - q);
392 nl
[all...]
/linux-master/tools/thermal/tmon/
H A Dsysfs.c198 static int find_tzone_cdev(struct dirent *nl, char *tz_name, argument
207 if (nl->d_type == DT_LNK) {
208 syslog(LOG_DEBUG, "TZ%d: cdev: %s cid %d\n", tz_id, nl->d_name,
218 tz_name, nl->d_name);
232 "%s%s", nl->d_name, "_trip_point");
/linux-master/arch/powerpc/include/asm/
H A Deeh.h449 int nl)
451 _insl(addr, buf, nl);
452 if (EEH_POSSIBLE_ERROR((*(((u32*)buf)+nl-1)), u32))
448 eeh_readsl(const volatile void __iomem *addr, void * buf, int nl) argument
/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/lib/crypto/mpi/
H A Dmpi-internal.h115 #define UDIV_QRNND_PREINV(q, r, nh, nl, d, di) \
123 sub_ddmmss(_xh, _r, (nh), (nl), _xh, _xl); \
/linux-master/lib/
H A Dinflate.c842 unsigned nl; /* number of literal/length codes */ local
867 nl = 257 + ((unsigned)b & 0x1f); /* number of literal/length codes */
876 if (nl > 288 || nd > 32)
878 if (nl > 286 || nd > 30)
912 n = nl + nd;
978 if ((i = huft_build(ll, nl, 257, cplens, cplext, &tl, &bl)) != 0)
990 if ((i = huft_build(ll + nl, nd, 0, cpdist, cpdext, &td, &bd)) != 0)
/linux-master/net/bridge/
H A Dbr_sysfs_if.c217 char *nl = strchr(buf, '\n'); local
219 if (nl)
220 *nl = '\0';
/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/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c164 unsigned long long mh, ml, nh, nl; local
177 nl = ml;
183 while (nl) { nl >>= 1; w++;}

Completed in 372 milliseconds

12