Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm_flags.h63 #define ldlm_is_lock_changed(_l) LDLM_TEST_FLAG(( _l), 1ULL << 0) argument
64 #define ldlm_set_lock_changed(_l) LDLM_SET_FLAG(( _l), 1ULL << 0) argument
65 #define ldlm_clear_lock_changed(_l) LDLM_CLEAR_FLAG((_l), 1ULL << 0) argument
71 #define ldlm_is_block_granted(_l) LDLM_TEST_FLAG(( _l), 1ULL << 1) argument
72 #define ldlm_set_block_granted(_l) LDLM_SET_FLAG(( _l), 1ULL << 1) argument
73 #define ldlm_clear_block_granted(_l) LDLM_CLEAR_FLAG((_l), 1ULL << 1) argument
79 #define ldlm_is_block_conv(_l) LDLM_TEST_FLAG(( _l), 1ULL << 2) argument
80 #define ldlm_set_block_conv(_l) LDLM_SET_FLAG(( _l), 1ULL << 2) argument
81 #define ldlm_clear_block_conv(_l) LDLM_CLEAR_FLAG((_l), 1ULL << 2) argument
87 #define ldlm_is_block_wait(_l) LDLM_TEST_FLAG(( _l), 1ULL << 3) argument
[all …]
/linux-4.1.27/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.1.27/arch/hexagon/include/asm/
Dprocessor.h31 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.1.27/arch/openrisc/include/asm/
Dprocessor.h37 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.1.27/arch/nios2/include/asm/
Dprocessor.h45 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.1.27/arch/unicore32/include/asm/
Dprocessor.h20 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.1.27/arch/frv/include/asm/
Dprocessor.h22 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.1.27/arch/arc/include/asm/
Dprocessor.h99 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.1.27/arch/score/include/asm/
Dprocessor.h24 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.1.27/arch/m32r/include/asm/
Dprocessor.h24 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.1.27/arch/arm/include/asm/
Dprocessor.h18 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.1.27/arch/blackfin/include/asm/
Dprocessor.h14 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.1.27/arch/arm64/include/asm/
Dprocessor.h26 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.1.27/arch/m68k/include/asm/
Dprocessor.h14 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.1.27/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.1.27/arch/xtensa/include/asm/
Dprocessor.h122 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.1.27/arch/metag/include/asm/
Dprocessor.h18 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
/linux-4.1.27/arch/x86/include/asm/
Dparavirt.h140 u64 _l = paravirt_read_msr(msr, &_err); \
141 val1 = (u32)_l; \
142 val2 = _l >> 32; \
163 u64 _l = paravirt_read_msr(msr, &_err); \
164 (*a) = (u32)_l; \
165 (*b) = _l >> 32; \
184 u64 _l = paravirt_read_tsc(); \
185 low = (int)_l; \
211 u64 _l = paravirt_read_pmc(counter); \
212 low = (u32)_l; \
[all …]
Dmsr.h190 u64 _l = native_read_pmc((counter)); \
191 (low) = (u32)_l; \
192 (high) = (u32)(_l >> 32); \
/linux-4.1.27/arch/mips/include/asm/
Dprocessor.h26 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.1.27/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.1.27/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.1.27/arch/powerpc/include/asm/
Dprocessor.h75 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dath9k.h85 #define INCR(_l, _sz) do { \ argument
86 (_l)++; \
87 (_l) &= ((_sz) - 1); \
664 #define TSF_TO_TU(_h,_l) \ argument
665 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
Dhtc.h42 #define TSF_TO_TU(_h, _l) \ argument
43 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
/linux-4.1.27/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.1.27/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.1.27/arch/x86/crypto/
Daes-i586-asm_32.S75 #define _l(reg) reg##l macro
76 #define l(reg) _l(reg)
/linux-4.1.27/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.1.27/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.1.27/drivers/media/usb/airspy/
Dairspy.c158 #define airspy_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
166 _l & 0xff, _l >> 8, _direction, _l, _b); \
/linux-4.1.27/drivers/media/usb/hackrf/
Dhackrf.c145 #define hackrf_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
153 _i >> 8, _l & 0xff, _l >> 8, _direction, _l, _b); \
/linux-4.1.27/drivers/media/usb/msi2500/
Dmsi2500.c655 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
663 _l & 0xff, _l >> 8, _direction, _l, _b); \
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h706 #define CLF_GET_BITS(_b, _h, _l) (((_b << (CLF_HSM_LAST - _h)) & 0xFFFF) \ argument
707 >> (CLF_HSM_LAST - _h + _l))
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmcommon.h50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l) argument
/linux-4.1.27/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.1.27/Documentation/filesystems/
Dcoda.txt1334 44..2255.. ooddyy__llooookkuupp