/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm_flags.h | 54 #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/ |
D | processor.h | 53 # 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/ |
D | processor.h | 31 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | processor.h | 37 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | processor.h | 45 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | processor.h | 20 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
|
/linux-4.4.14/arch/arc/include/asm/ |
D | processor.h | 95 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
|
/linux-4.4.14/arch/frv/include/asm/ |
D | processor.h | 22 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
|
/linux-4.4.14/arch/score/include/asm/ |
D | processor.h | 24 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | processor.h | 24 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | processor.h | 18 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
|
/linux-4.4.14/arch/arm/include/asm/ |
D | processor.h | 18 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | processor.h | 14 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | processor.h | 14 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | processor.h | 26 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capiutil.c | 288 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/ |
D | processor.h | 18 #define current_text_addr() ({ __label__ _l; _l: &&_l; })
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | processor.h | 149 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
|
/linux-4.4.14/arch/mips/include/asm/ |
D | processor.h | 26 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | sal.h | 437 ({ 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/ |
D | paravirt.h | 146 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; \
|
D | msr.h | 222 u64 _l = native_read_pmc((counter)); \ 223 (low) = (u32)_l; \ 224 (high) = (u32)(_l >> 32); \
|
/linux-4.4.14/fs/ocfs2/ |
D | dlmglue.c | 2866 # 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/ |
D | processor.h | 75 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
|
/linux-4.4.14/net/tipc/ |
D | node.c | 406 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/ |
D | ath9k.h | 85 #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))
|
D | htc.h | 42 #define TSF_TO_TU(_h, _l) \ argument 43 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
D | klconfig.h | 653 #define GET_SNUM_COMP(_l) ((klmod_serial_num_t *)\ argument 654 KLCF_COMP(_l, _l->brd_numcompts))
|
D | addrs.h | 48 #define NASID_MAKE(_m, _l) (((_m) << NASID_LOCAL_BITS) | (_l)) argument
|
/linux-4.4.14/net/rxrpc/ |
D | ar-key.c | 1139 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/ |
D | aes-i586-asm_32.S | 75 #define _l(reg) reg##l macro 76 #define l(reg) _l(reg)
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcbuild.h | 35 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
|
D | bfa_svc.h | 34 #define BFA_SGPG_ROUNDUP(_l) (((_l) + (sizeof(struct bfi_sgpg_s) - 1)) \ argument
|
D | bfa_ioc.h | 170 #define BFA_ROUNDUP(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
|
/linux-4.4.14/drivers/media/usb/airspy/ |
D | airspy.c | 160 #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/ |
D | utilities.mak | 144 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/ |
D | msi2500.c | 661 #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/ |
D | lustre_user.h | 702 #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/ |
D | hackrf.c | 179 #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/ |
D | dlmcommon.h | 50 #define dlm_lockid_hash(_n, _l) full_name_hash(_n, _l) argument
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_pt.c | 56 #define PT_CAP(_n, _l, _r, _m) \ argument 57 [PT_CAP_ ## _n] = { .name = __stringify(_n), .leaf = _l, \
|
/linux-4.4.14/drivers/clk/qcom/ |
D | gcc-ipq806x.c | 143 #define NSS_PLL_RATE(f, _l, _m, _n, i) \ argument 146 .l = _l, \
|
/linux-4.4.14/Documentation/filesystems/ |
D | coda.txt | 1334 44..2255.. ooddyy__llooookkuupp
|