/linux/drivers/net/plip/ |
A D | plip.c | 302 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/tools/scripts/ |
A D | utilities.mak | 8 # 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/kernel/ |
A D | notifier.c | 25 while ((*nl) != NULL) { in notifier_chain_register() 26 if (unlikely((*nl) == n)) { in notifier_chain_register() 30 if (n->priority > (*nl)->priority) in notifier_chain_register() 32 nl = &((*nl)->next); in notifier_chain_register() 34 n->next = *nl; in notifier_chain_register() 35 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() 47 nl = &((*nl)->next); in notifier_chain_unregister() [all …]
|
/linux/fs/xfs/libxfs/ |
A D | xfs_trans_space.h | 59 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1 argument 60 #define XFS_DIRENTER_SPACE_RES(mp,nl) \ argument 62 XFS_DIRENTER_MAX_SPLIT(mp,nl)) 79 #define XFS_CREATE_SPACE_RES(mp,nl) \ argument 80 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl)) 87 #define XFS_LINK_SPACE_RES(mp,nl) \ argument 88 XFS_DIRENTER_SPACE_RES(mp,nl) 89 #define XFS_MKDIR_SPACE_RES(mp,nl) \ argument 90 (XFS_IALLOC_SPACE_RES(mp) + XFS_DIRENTER_SPACE_RES(mp,nl)) 98 #define XFS_RENAME_SPACE_RES(mp,nl) \ argument [all …]
|
/linux/arch/powerpc/perf/ |
A D | hv-24x7.c | 302 if (nl < 2) { in event_end() 307 if (start + nl > end) { in event_end() 324 __func__, start, nl, dl, start + nl + dl, end); in event_end() 577 int nl, dl; in event_to_desc_attr() local 591 int nl, dl; in event_to_long_desc_attr() local 616 int nl; member 657 result = ev_uniq_ord(name, nl, domain, it->name, it->nl, in event_uniq_add() 679 .nl = nl, in event_uniq_add() 894 int nl; in create_events_from_catalog() local 958 int nl; in create_events_from_catalog() local [all …]
|
/linux/tools/testing/selftests/netfilter/ |
A D | nf-queue.c | 211 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/arch/arm/vfp/ |
A D | vfp.h | 50 : "=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/fs/ceph/ |
A D | ioctl.c | 71 struct ceph_ioctl_layout nl; in ceph_ioctl_set_layout() local 82 memset(&nl, 0, sizeof(nl)); in ceph_ioctl_set_layout() 84 nl.stripe_count = l.stripe_count; in ceph_ioctl_set_layout() 88 nl.stripe_unit = l.stripe_unit; in ceph_ioctl_set_layout() 90 nl.stripe_unit = ci->i_layout.stripe_unit; in ceph_ioctl_set_layout() 92 nl.object_size = l.object_size; in ceph_ioctl_set_layout() 94 nl.object_size = ci->i_layout.object_size; in ceph_ioctl_set_layout() 96 nl.data_pool = l.data_pool; in ceph_ioctl_set_layout() 98 nl.data_pool = ci->i_layout.pool_id; in ceph_ioctl_set_layout() 101 nl.preferred_osd = -1; in ceph_ioctl_set_layout() [all …]
|
/linux/net/tipc/ |
A D | bcast.c | 733 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 …]
|
A D | bcast.h | 63 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);
|
A D | node.c | 846 if (!nl || tipc_link_is_up(nl)) in __tipc_node_link_up() 849 tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT); in __tipc_node_link_up() 850 if (!tipc_link_is_up(nl)) in __tipc_node_link_up() 855 n->link_id = tipc_link_id(nl); in __tipc_node_link_up() 858 n->links[bearer_id].mtu = tipc_link_mss(nl); in __tipc_node_link_up() 864 tipc_link_name(nl), tipc_link_plane(nl)); in __tipc_node_link_up() 868 tipc_link_build_state_msg(nl, xmitq); in __tipc_node_link_up() 876 tipc_link_set_active(nl, true); in __tipc_node_link_up() 877 tipc_bcast_add_peer(n->net, nl, xmitq); in __tipc_node_link_up() 886 tipc_link_set_active(nl, true); in __tipc_node_link_up() [all …]
|
/linux/fs/nfsd/ |
A D | fault_inject.c | 54 char *nl; in fault_inject_write() local 61 nl = strchr(write_buf, '\n'); in fault_inject_write() 62 if (nl) { in fault_inject_write() 63 size = nl - write_buf; in fault_inject_write() 64 *nl = '\0'; in fault_inject_write()
|
/linux/samples/bpf/ |
A D | xdp_router_ipv4_user.c | 327 struct nlmsghdr nl; in get_route_table() member 347 req.nl.nlmsg_type = RTM_GETROUTE; in get_route_table() 351 req.nl.nlmsg_pid = 0; in get_route_table() 352 req.nl.nlmsg_seq = ++seq; in get_route_table() 354 iov.iov_base = (void *)&req.nl; in get_route_table() 355 iov.iov_len = req.nl.nlmsg_len; in get_route_table() 477 struct nlmsghdr nl; in get_arp_table() member 500 req.nl.nlmsg_pid = 0; in get_arp_table() 501 req.nl.nlmsg_seq = ++seq; in get_arp_table() 503 iov.iov_base = (void *)&req.nl; in get_arp_table() [all …]
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-bdi | 3 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> 49 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl> 61 Contact: Peter Zijlstra <a.p.zijlstra@chello.nl>
|
/linux/scripts/ |
A D | asn1_compiler.c | 368 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/arch/s390/include/asm/ |
A D | sysinfo.h | 155 unsigned char nl; member 166 unsigned char nl; member 172 unsigned char nl; member
|
/linux/net/ieee802154/ |
A D | Makefile | 6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \
|
/linux/lib/ |
A D | inflate.c | 842 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/tools/thermal/tmon/ |
A D | sysfs.c | 197 static int find_tzone_cdev(struct dirent *nl, char *tz_name, in find_tzone_cdev() argument 206 if (nl->d_type == DT_LNK) { in find_tzone_cdev() 207 syslog(LOG_DEBUG, "TZ%d: cdev: %s cid %d\n", tz_id, nl->d_name, in find_tzone_cdev() 216 snprintf(cdev_name, 256, "%s/%s", tz_name, nl->d_name); in find_tzone_cdev() 229 snprintf(cdev_trip_name, 256, "%s%s", nl->d_name, in find_tzone_cdev()
|
/linux/arch/sh/kernel/cpu/sh2a/ |
A D | fpu.c | 164 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()
|
/linux/drivers/infiniband/ulp/rtrs/ |
A D | rtrs-clt-sysfs.c | 173 const char *nl; in add_path_store() local 179 nl = strchr(buf, '\n'); in add_path_store() 180 if (nl) in add_path_store() 181 len = nl - buf; in add_path_store()
|
/linux/drivers/md/ |
A D | dm-ioctl.c | 578 struct dm_name_list *orig_nl, *nl, *old_nl = NULL; in list_devices() local 601 if (len < needed || len < sizeof(nl->dev)) { in list_devices() 607 nl->dev = 0; /* Flags no data */ in list_devices() 618 old_nl->next = (uint32_t) ((void *) nl - in list_devices() 621 nl->dev = huge_encode_dev(disk_devt(disk)); in list_devices() 622 nl->next = 0; in list_devices() 623 strcpy(nl->name, hc->name); in list_devices() 625 old_nl = nl; in list_devices() 626 event_nr = align_ptr(nl->name + strlen(hc->name) + 1); in list_devices() 639 nl = uuid_ptr; in list_devices() [all …]
|
/linux/lib/mpi/ |
A D | longlong.h | 287 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 292 "0" ((USItype)(nl)), \ 486 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 491 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \ 827 #define sdiv_qrnnd(q, r, nh, nl, d) \ argument 830 : "r" ((SItype)(nh)), "1" ((SItype)(nl)), "r" ((SItype)(d))) 1345 #define udiv_qrnnd(q, r, nh, nl, d) \ argument 1348 (q) = __MPN(udiv_w_sdiv) (&__r, nh, nl, d); \
|
/linux/arch/powerpc/include/asm/ |
A D | eeh.h | 455 int nl) in eeh_readsl() argument 457 _insl(addr, buf, nl); in eeh_readsl() 458 if (EEH_POSSIBLE_ERROR((*(((u32*)buf)+nl-1)), u32)) in eeh_readsl()
|
/linux/Documentation/hwmon/ |
A D | abituguru3.rst | 32 - Hans de Goede <j.w.r.degoede@hhs.nl>, 74 If you encounter any problems please mail me <j.w.r.degoede@hhs.nl> and
|