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

12

/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); \
/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/net/tipc/
H A Dnode.c862 struct tipc_link *nl = n->links[bearer_id].link; local
864 if (!nl || tipc_link_is_up(nl))
867 tipc_link_fsm_evt(nl, LINK_ESTABLISH_EVT);
868 if (!tipc_link_is_up(nl))
873 n->link_id = tipc_link_id(nl);
876 n->links[bearer_id].mtu = tipc_link_mss(nl);
882 tipc_link_name(nl), tipc_link_plane(nl));
886 tipc_link_build_state_msg(nl, xmit
[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/arch/s390/kernel/
H A Dtopology.c174 if (!tle->nl)
190 switch (tle->nl) {
/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/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/tools/perf/util/
H A Dstat-display.c783 new_line_t nl; local
790 nl = config->metric_only ? new_line_metric : new_line_csv;
795 nl = config->metric_only ? new_line_metric : new_line_json;
799 nl = config->metric_only ? new_line_metric : new_line_std;
821 out.new_line = nl;
H A Dsynthetic-events.c115 char *nl; local
118 nl = strchr(name, '\n');
119 if (nl)
120 *nl = '\0';
/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/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/tools/net/ynl/lib/
H A Dynl.py311 self.nl = nl_msg
319 msg = repr(self.nl)
/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/scripts/
H A Dcheckpatch.pl2388 my $nl = $l + $length;
2389 $$lineRef =~ s/\+$o,$l \@\@/\+$no,$nl \@\@/;
5791 # Check for }<nl>else {, these must be at the same

Completed in 239 milliseconds

12