Home
last modified time | relevance | path

Searched refs:_l (Results 1 – 43 of 43) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm_flags.h54 #define ldlm_is_lock_changed(_l) LDLM_TEST_FLAG((_l), 1ULL << 0) argument
55 #define ldlm_set_lock_changed(_l) LDLM_SET_FLAG((_l), 1ULL << 0) argument
56 #define ldlm_clear_lock_changed(_l) LDLM_CLEAR_FLAG((_l), 1ULL << 0) argument
62 #define ldlm_is_block_granted(_l) LDLM_TEST_FLAG((_l), 1ULL << 1) argument
63 #define ldlm_set_block_granted(_l) LDLM_SET_FLAG((_l), 1ULL << 1) argument
64 #define ldlm_clear_block_granted(_l) LDLM_CLEAR_FLAG((_l), 1ULL << 1) argument
70 #define ldlm_is_block_conv(_l) LDLM_TEST_FLAG((_l), 1ULL << 2) argument
71 #define ldlm_set_block_conv(_l) LDLM_SET_FLAG((_l), 1ULL << 2) argument
72 #define ldlm_clear_block_conv(_l) LDLM_CLEAR_FLAG((_l), 1ULL << 2) argument
78 #define ldlm_is_block_wait(_l) LDLM_TEST_FLAG((_l), 1ULL << 3) argument
[all …]
/linux-4.4.14/arch/microblaze/include/asm/
Dprocessor.h53 # define current_text_addr() ({ __label__ _l; _l: &&_l; })
107 # define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/hexagon/include/asm/
Dprocessor.h31 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/openrisc/include/asm/
Dprocessor.h37 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/nios2/include/asm/
Dprocessor.h45 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/unicore32/include/asm/
Dprocessor.h20 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/arc/include/asm/
Dprocessor.h95 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/frv/include/asm/
Dprocessor.h22 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.4.14/arch/score/include/asm/
Dprocessor.h24 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/m32r/include/asm/
Dprocessor.h24 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/h8300/include/asm/
Dprocessor.h18 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/arm/include/asm/
Dprocessor.h18 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.4.14/arch/blackfin/include/asm/
Dprocessor.h14 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.4.14/arch/m68k/include/asm/
Dprocessor.h14 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.4.14/arch/arm64/include/asm/
Dprocessor.h26 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.4.14/drivers/isdn/capi/
Dcapiutil.c288 unsigned _l = cmsg->l; in pars_2_message() local
293 _ls = cmsg->l - _l - 1; in pars_2_message()
295 (cmsg->m + _l)[0] = (u8) _ls; in pars_2_message()
297 structTLcpyovl(cmsg->m + _l + 3, cmsg->m + _l + 1, _ls); in pars_2_message()
298 (cmsg->m + _l)[0] = 0xff; in pars_2_message()
299 wordTLcpy(cmsg->m + _l + 1, &_ls); in pars_2_message()
368 unsigned _l = cmsg->l; in message_2_pars() local
370 cmsg->l = (cmsg->m + _l)[0] == 255 ? cmsg->l + 3 : cmsg->l + 1; in message_2_pars()
700 unsigned _l = cmsg->l; in protocol_message_2_pars() local
702 cmsg->l = (cmsg->m + _l)[0] == 255 ? cmsg->l + 3 : cmsg->l + 1; in protocol_message_2_pars()
/linux-4.4.14/arch/metag/include/asm/
Dprocessor.h18 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.4.14/arch/xtensa/include/asm/
Dprocessor.h149 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.4.14/arch/mips/include/asm/
Dprocessor.h26 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.4.14/arch/ia64/include/asm/
Dsal.h437 ({ sal_log_processor_info_t *_l = (l); \
439 ((char *) _l->info + ((_l->valid.num_cache_check + _l->valid.num_tlb_check \
440 + _l->valid.num_bus_check + _l->valid.num_reg_file_check \
441 + _l->valid.num_ms_check) * sizeof(sal_log_mod_error_info_t) \
/linux-4.4.14/arch/x86/include/asm/
Dparavirt.h146 u64 _l = paravirt_read_msr(msr, &_err); \
147 val1 = (u32)_l; \
148 val2 = _l >> 32; \
173 u64 _l = paravirt_read_msr(msr, &_err); \
174 (*a) = (u32)_l; \
175 (*b) = _l >> 32; \
208 u64 _l = paravirt_read_pmc(counter); \
209 low = (u32)_l; \
210 high = _l >> 32; \
Dmsr.h222 u64 _l = native_read_pmc((counter)); \
223 (low) = (u32)_l; \
224 (high) = (u32)(_l >> 32); \
/linux-4.4.14/fs/ocfs2/
Ddlmglue.c2866 # define lock_num_prmode(_l) ((_l)->l_lock_prmode.ls_gets) in ocfs2_dlm_seq_show() argument
2867 # define lock_num_exmode(_l) ((_l)->l_lock_exmode.ls_gets) in ocfs2_dlm_seq_show() argument
2868 # define lock_num_prmode_failed(_l) ((_l)->l_lock_prmode.ls_fail) in ocfs2_dlm_seq_show() argument
2869 # define lock_num_exmode_failed(_l) ((_l)->l_lock_exmode.ls_fail) in ocfs2_dlm_seq_show() argument
2870 # define lock_total_prmode(_l) ((_l)->l_lock_prmode.ls_total) in ocfs2_dlm_seq_show() argument
2871 # define lock_total_exmode(_l) ((_l)->l_lock_exmode.ls_total) in ocfs2_dlm_seq_show() argument
2872 # define lock_max_prmode(_l) ((_l)->l_lock_prmode.ls_max) in ocfs2_dlm_seq_show() argument
2873 # define lock_max_exmode(_l) ((_l)->l_lock_exmode.ls_max) in ocfs2_dlm_seq_show() argument
2874 # define lock_refresh(_l) ((_l)->l_lock_refresh) in ocfs2_dlm_seq_show() argument
2876 # define lock_num_prmode(_l) (0) in ocfs2_dlm_seq_show() argument
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dprocessor.h75 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.4.14/net/tipc/
Dnode.c406 struct tipc_link *l, *_l, *tnl; in __tipc_node_link_down() local
425 _l = n->links[i].link; in __tipc_node_link_down()
426 if (!_l || !tipc_link_is_up(_l)) in __tipc_node_link_down()
428 if (_l == l) in __tipc_node_link_down()
430 if (_l->priority < highest) in __tipc_node_link_down()
432 if (_l->priority > highest) { in __tipc_node_link_down()
433 highest = _l->priority; in __tipc_node_link_down()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dath9k.h85 #define INCR(_l, _sz) do { \ argument
86 (_l)++; \
87 (_l) &= ((_sz) - 1); \
663 #define TSF_TO_TU(_h,_l) \ argument
664 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
Dhtc.h42 #define TSF_TO_TU(_h, _l) \ argument
43 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
/linux-4.4.14/arch/mips/include/asm/sn/
Dklconfig.h653 #define GET_SNUM_COMP(_l) ((klmod_serial_num_t *)\ argument
654 KLCF_COMP(_l, _l->brd_numcompts))
Daddrs.h48 #define NASID_MAKE(_m, _l) (((_m) << NASID_LOCAL_BITS) | (_l)) argument
/linux-4.4.14/net/rxrpc/
Dar-key.c1139 u32 _l = (l); \ in rxrpc_read()
1141 if (copy_to_user(xdr, (s), _l) != 0) \ in rxrpc_read()
1143 if (_l & 3 && \ in rxrpc_read()
1144 copy_to_user((u8 __user *)xdr + _l, &zero, 4 - (_l & 3)) != 0) \ in rxrpc_read()
1146 xdr += (_l + 3) >> 2; \ in rxrpc_read()
/linux-4.4.14/arch/x86/crypto/
Daes-i586-asm_32.S75 #define _l(reg) reg##l macro
76 #define l(reg) _l(reg)
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_fcbuild.h35 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
Dbfa_svc.h34 #define BFA_SGPG_ROUNDUP(_l) (((_l) + (sizeof(struct bfi_sgpg_s) - 1)) \ argument
Dbfa_ioc.h170 #define BFA_ROUNDUP(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
/linux-4.4.14/drivers/media/usb/airspy/
Dairspy.c160 #define airspy_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
168 _l & 0xff, _l >> 8, _direction, _l, _b); \
/linux-4.4.14/tools/perf/config/
Dutilities.mak144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh)))
145 _l-sh = $(call shell-sq,command -v $(shell-sq) | $(call shell-escape-nl,))
/linux-4.4.14/drivers/media/usb/msi2500/
Dmsi2500.c661 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
669 _l & 0xff, _l >> 8, _direction, _l, _b); \
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h702 #define CLF_GET_BITS(_b, _h, _l) (((_b << (CLF_HSM_LAST - _h)) & 0xFFFF) \ argument
703 >> (CLF_HSM_LAST - _h + _l))
/linux-4.4.14/drivers/media/usb/hackrf/
Dhackrf.c179 #define hackrf_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
187 _i >> 8, _l & 0xff, _l >> 8, _direction, _l, _b); \
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmcommon.h50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l) argument
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c56 #define PT_CAP(_n, _l, _r, _m) \ argument
57 [PT_CAP_ ## _n] = { .name = __stringify(_n), .leaf = _l, \
/linux-4.4.14/drivers/clk/qcom/
Dgcc-ipq806x.c143 #define NSS_PLL_RATE(f, _l, _m, _n, i) \ argument
146 .l = _l, \
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt1334 44..2255.. ooddyy__llooookkuupp