Home
last modified time | relevance | path

Searched defs:_l (Results 1 – 14 of 14) sorted by relevance

/linux/fs/ocfs2/
H A Ddlmglue.c3199 # define lock_num_prmode(_l) ((_l)->l_lock_prmode.ls_gets) in ocfs2_dlm_seq_show() argument
3200 # define lock_num_exmode(_l) ((_l)->l_lock_exmode.ls_gets) in ocfs2_dlm_seq_show() argument
3201 # define lock_num_prmode_failed(_l) ((_l)->l_lock_prmode.ls_fail) in ocfs2_dlm_seq_show() argument
3202 # define lock_num_exmode_failed(_l) ((_l)->l_lock_exmode.ls_fail) in ocfs2_dlm_seq_show() argument
3203 # define lock_total_prmode(_l) ((_l)->l_lock_prmode.ls_total) in ocfs2_dlm_seq_show() argument
3204 # define lock_total_exmode(_l) ((_l)->l_lock_exmode.ls_total) in ocfs2_dlm_seq_show() argument
3205 # define lock_max_prmode(_l) ((_l)->l_lock_prmode.ls_max) in ocfs2_dlm_seq_show() argument
3206 # define lock_max_exmode(_l) ((_l)->l_lock_exmode.ls_max) in ocfs2_dlm_seq_show() argument
3207 # define lock_refresh(_l) ((_l)->l_lock_refresh) in ocfs2_dlm_seq_show() argument
3208 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show() argument
[all …]
/linux/arch/x86/include/asm/
H A Ddmi.h19 #define dmi_remap(_x, _l) memremap(_x, _l, MEMREMAP_WB) argument
/linux/arch/powerpc/mm/ptdump/
H A Dbats.c58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
/linux/include/linux/
H A Dlwq.h82 #define lwq_for_each_safe(_n, _t1, _t2, _l, _member) \ argument
/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.h28 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
/linux/drivers/isdn/capi/
H A Dcapiutil.c516 unsigned _l = cmsg->l; in protocol_message_2_pars() local
/linux/drivers/clk/qcom/
H A Dgcc-ipq806x.c226 #define NSS_PLL_RATE(f, _l, _m, _n, i) \ argument
/linux/lib/zstd/compress/
H A Dzstd_opt.c1072 #define LL_PRICE(_l) (int)ZSTD_litLengthPrice(_l, optStatePtr, optLevel) argument
1073 #define LL_INCPRICE(_l) (LL_PRICE(_l) - LL_PRICE(_l-1)) argument
/linux/arch/mips/include/asm/sn/
H A Daddrs.h43 #define NASID_MAKE(_m, _l) (((_m) << NASID_LOCAL_BITS) | (_l)) argument
H A Dklconfig.h653 #define GET_SNUM_COMP(_l) ((klmod_serial_num_t *)\ argument
/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h88 #define INCR(_l, _sz) do { \ argument
694 #define TSF_TO_TU(_h,_l) \ argument
H A Dhtc.h42 #define TSF_TO_TU(_h, _l) \ argument
/linux/net/tipc/
H A Dnode.c996 struct tipc_link *l, *_l, *tnl; in __tipc_node_link_down() local
/linux/fs/ocfs2/dlm/
H A Ddlmcommon.h30 #define dlm_lockid_hash(_n, _l) full_name_hash(NULL, _n, _l) argument