Searched refs:nl (Results 26 - 40 of 40) sorted by last modified time

12

/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/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...]
/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); \
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); \
/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/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/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/net/bridge/
H A Dbr_sysfs_if.c217 char *nl = strchr(buf, '\n'); local
219 if (nl)
220 *nl = '\0';
/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/fs/xfs/libxfs/
H A Dxfs_trans_space.h63 #define XFS_DIRENTER_MAX_SPLIT(mp,nl) 1
64 #define XFS_DIRENTER_SPACE_RES(mp,nl) \
66 XFS_DIRENTER_MAX_SPLIT(mp,nl))
/linux-master/net/tipc/
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...]
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-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)

Completed in 220 milliseconds

12