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

12

/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++;}
/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/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/arm64/include/asm/
H A Datomic_ll_sc.h318 " st" #rel "xp %w[tmp], %[nl], %[nh], %[v]\n" \
326 [nl] "r" (n.low), [nh] "r" (n.high) \
/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/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/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/arch/s390/kernel/
H A Dtopology.c174 if (!tle->nl)
190 switch (tle->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/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/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/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/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/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/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/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/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/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/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/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/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/lib/crypto/mpi/
H A Dlonglong.h287 #define udiv_qrnnd(q, r, nh, nl, d) \
292 "0" ((USItype)(nl)), \
486 #define udiv_qrnnd(q, r, nh, nl, d) \
491 __nn.__i.__h = (nh); __nn.__i.__l = (nl); \
827 #define sdiv_qrnnd(q, r, nh, nl, d) \
830 : "r" ((SItype)(nh)), "1" ((SItype)(nl)), "r" ((SItype)(d)))
1345 #define udiv_qrnnd(q, r, nh, nl, d) \
1348 (q) = __MPN(udiv_w_sdiv) (&__r, nh, nl, d); \
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/net/bridge/
H A Dbr_sysfs_if.c217 char *nl = strchr(buf, '\n'); local
219 if (nl)
220 *nl = '\0';
/linux-master/net/ieee802154/
H A DMakefile6 ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \

Completed in 599 milliseconds

12