/linux-4.4.14/include/xen/interface/io/ |
D | ring.h | 27 #define __CONST_RING_SIZE(_s, _sz) \ argument 34 #define __RING_SIZE(_s, _sz) \ argument 119 #define SHARED_RING_INIT(_s) do { \ argument 125 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument 132 #define BACK_RING_INIT(_r, _s, __size) do { \ argument 140 #define FRONT_RING_ATTACH(_r, _s, __size) do { \ argument 147 #define BACK_RING_ATTACH(_r, _s, __size) do { \ argument
|
/linux-4.4.14/arch/parisc/lib/ |
D | memcpy.c | 100 #define def_load_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument 108 #define def_store_ai_insn(_insn,_sz,_tt,_s,_a,_t,_e) \ argument 116 #define ldbma(_s, _a, _t, _e) def_load_ai_insn(ldbs,1,"=r",_s,_a,_t,_e) argument 117 #define stbma(_s, _t, _a, _e) def_store_ai_insn(stbs,1,"r",_s,_a,_t,_e) argument 118 #define ldwma(_s, _a, _t, _e) def_load_ai_insn(ldw,4,"=r",_s,_a,_t,_e) argument 119 #define stwma(_s, _t, _a, _e) def_store_ai_insn(stw,4,"r",_s,_a,_t,_e) argument 120 #define flddma(_s, _a, _t, _e) def_load_ai_insn(fldd,8,"=f",_s,_a,_t,_e) argument 121 #define fstdma(_s, _t, _a, _e) def_store_ai_insn(fstd,8,"f",_s,_a,_t,_e) argument 123 #define def_load_insn(_insn,_tt,_s,_o,_a,_t,_e) \ argument 131 #define def_store_insn(_insn,_tt,_s,_t,_o,_a,_e) \ argument [all …]
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | netdebug.c | 283 # define sc_send_count(_s) ((_s)->sc_send_count) argument 284 # define sc_recv_count(_s) ((_s)->sc_recv_count) argument 285 # define sc_tv_acquiry_total_ns(_s) (ktime_to_ns((_s)->sc_tv_acquiry_total)) argument 286 # define sc_tv_send_total_ns(_s) (ktime_to_ns((_s)->sc_tv_send_total)) argument 287 # define sc_tv_status_total_ns(_s) (ktime_to_ns((_s)->sc_tv_status_total)) argument 288 # define sc_tv_process_total_ns(_s) (ktime_to_ns((_s)->sc_tv_process_total)) argument 290 # define sc_send_count(_s) (0U) argument 291 # define sc_recv_count(_s) (0U) argument 292 # define sc_tv_acquiry_total_ns(_s) (0LL) argument 293 # define sc_tv_send_total_ns(_s) (0LL) argument [all …]
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-pll.h | 42 #define PLL_35XX_RATE(_rate, _m, _p, _s) \ argument 50 #define PLL_36XX_RATE(_rate, _m, _p, _s, _k) \ argument 59 #define PLL_45XX_RATE(_rate, _m, _p, _s, _afc) \ argument 68 #define PLL_4600_RATE(_rate, _m, _p, _s, _k, _vsel) \ argument 78 #define PLL_4650_RATE(_rate, _m, _p, _s, _k, _mfr, _mrr, _vsel) \ argument
|
/linux-4.4.14/arch/x86/math-emu/ |
D | reg_ld_str.c | 209 int FPU_load_int64(long long __user *_s) in FPU_load_int64() 239 int FPU_load_int32(long __user *_s, FPU_REG *loaded_data) in FPU_load_int32() 268 int FPU_load_int16(short __user *_s, FPU_REG *loaded_data) in FPU_load_int16()
|
/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_ioc.h | 170 #define BFA_ROUNDUP(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
|
/linux-4.4.14/arch/arm/plat-samsung/include/plat/ |
D | cpu-freq.h | 88 #define PLLVAL(_m, _p, _s) (((_m) << 12) | ((_p) << 4) | (_s)) argument
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pmon.h | 26 } _s; member
|
/linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/ |
D | regs-clock.h | 18 #define S3C2410_PLLVAL(_m,_p,_s) ((_m) << 12 | ((_p) << 4) | ((_s))) argument
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_core.h | 292 #define l2tp_session_inc_refcount(_s) \ argument 299 #define l2tp_session_dec_refcount(_s) \ argument
|
/linux-4.4.14/include/uapi/scsi/ |
D | cxlflash_ioctl.h | 161 #define CXL_IOWR(_n, _s) _IOWR(CXL_MAGIC, _n, struct _s) argument
|
/linux-4.4.14/include/linux/ |
D | sh_clk.h | 132 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument
|
/linux-4.4.14/drivers/clk/meson/ |
D | clkc.h | 37 #define PARM(_r, _s, _w) \ argument
|
/linux-4.4.14/drivers/hwtracing/stm/ |
D | core.c | 144 #define __stm_master(_s, _m) \ argument
|
/linux-4.4.14/drivers/iio/adc/ |
D | ad7793.c | 587 #define DECLARE_AD7793_CHANNELS(_name, _b, _sb, _s) \ argument
|
/linux-4.4.14/net/mac80211/ |
D | iface.c | 362 #define ADJUST(_f, _s) do { \ in ieee80211_adjust_monitor_flags() argument
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 52 char _s, char _h) in wil_print_vring()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_stc.h | 435 #define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4)) argument 808 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c)) argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 4407 #define POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) in ar9003_hw_tx_power_regwrite() argument
|
D | eeprom.h | 97 #define ATH9K_POW_SM(_r, _s) (((_r) & 0x3f) << (_s)) argument
|
D | ath9k.h | 730 #define ATH_DUMP_BTCOEX(_s, _val) \ argument
|
D | hw.h | 115 #define PR_EEP(_s, _val) \ argument
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 537 u8 _s, uninitialized_var(best_s); in exynos_dsi_pll_find_pms() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | ath5k.h | 932 #define AR5K_ASSERT_ENTRY(_e, _s) do { \ argument
|