| /linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/ |
| D | bcm63xx_io.h | 65 #define bcm_rset_readb(s, o) bcm_readb(bcm63xx_regset_address(s) + (o)) argument 66 #define bcm_rset_readw(s, o) bcm_readw(bcm63xx_regset_address(s) + (o)) argument 67 #define bcm_rset_readl(s, o) bcm_readl(bcm63xx_regset_address(s) + (o)) argument 68 #define bcm_rset_writeb(s, v, o) bcm_writeb((v), \ argument 70 #define bcm_rset_writew(s, v, o) bcm_writew((v), \ argument 72 #define bcm_rset_writel(s, v, o) bcm_writel((v), \ argument 78 #define bcm_perf_readl(o) bcm_rset_readl(RSET_PERF, (o)) argument 79 #define bcm_perf_writel(v, o) bcm_rset_writel(RSET_PERF, (v), (o)) argument 80 #define bcm_timer_readl(o) bcm_rset_readl(RSET_TIMER, (o)) argument 81 #define bcm_timer_writel(v, o) bcm_rset_writel(RSET_TIMER, (v), (o)) argument [all …]
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sp.c | 49 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init() 86 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length() 112 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add() 151 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending() 174 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step() 238 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty() 256 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending() 261 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending() 268 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending() 325 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac() [all …]
|
| /linux-4.4.14/drivers/gpu/host1x/ |
| D | debug.c | 34 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output() 48 struct output *o = data; in show_channels() local 63 static void show_syncpts(struct host1x *m, struct output *o) in show_syncpts() 87 static void show_all(struct host1x *m, struct output *o) in show_all() 99 static void show_all_no_fifo(struct host1x *host1x, struct output *o) in show_all_no_fifo() 113 struct output o = { in host1x_debug_show_all() local 123 struct output o = { in host1x_debug_show() local 201 struct output o = { in host1x_debug_dump() local 209 struct output o = { in host1x_debug_dump_syncpts() local
|
| D | dev.h | 292 struct output *o) in host1x_hw_show_channel_cdma() 299 struct output *o) in host1x_hw_show_channel_fifo() 304 static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o) in host1x_hw_show_mlocks()
|
| /linux-4.4.14/drivers/clk/bcm/ |
| D | clk-cygnus.c | 26 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 28 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 31 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument 33 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument 37 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 40 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 46 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument 49 #define ASIU_GATE_VAL(o, es) { .offset = o, .en_shift = es } argument
|
| D | clk-nsp.c | 24 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
| D | clk-ns2.c | 24 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 38 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| D | client.h | 39 #define nvif_printk(o,l,p,f,a...) do { \ argument 46 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument 47 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument 48 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument 49 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument 50 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument 51 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
|
| D | memory.h | 39 #define nvkm_memory_map(p,v,o) (p)->func->map((p),(v),(o)) argument 44 #define nvkm_kmap(o) (o)->func->acquire(o) argument 45 #define nvkm_ro32(o,a) (o)->func->rd32((o), (a)) argument 46 #define nvkm_wo32(o,a,d) (o)->func->wr32((o), (a), (d)) argument 47 #define nvkm_mo32(o,a,m,d) ({ \ argument 52 #define nvkm_done(o) (o)->func->release(o) argument
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | cmpxchg.h | 136 #define cmpxchg_local(ptr, o, n) ({ \ argument 143 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 209 #define cmpxchg_relaxed(ptr,o,n) ({ \ argument 236 #define cmpxchg_local(ptr, o, n) ({ \ argument 268 #define cmpxchg64_relaxed(ptr, o, n) ({ \ argument 274 #define cmpxchg64_local(ptr, o, n) cmpxchg64_relaxed((ptr), (o), (n)) argument
|
| /linux-4.4.14/include/media/ |
| D | v4l2-device.h | 136 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 143 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 155 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 168 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 178 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 191 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 199 #define v4l2_device_has_op(v4l2_dev, o, f) \ argument
|
| D | v4l2-subdev.h | 810 #define v4l2_subdev_call(sd, o, f, args...) \ argument 814 #define v4l2_subdev_has_op(sd, o, f) \ argument
|
| /linux-4.4.14/include/asm-generic/ |
| D | cmpxchg.h | 95 #define cmpxchg_local(ptr, o, n) ({ \ argument 102 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 105 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument 106 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
| D | local64.h | 44 #define local64_cmpxchg(l, o, n) local_cmpxchg((&(l)->a), (o), (n)) argument 82 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n)) argument
|
| D | local.h | 43 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) argument
|
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | cmpxchg.h | 82 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 120 #define cmpxchg(ptr, o, n) \ argument 123 #define cmpxchg_local(ptr, o, n) \ argument 127 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument 135 #define cmpxchg_local(ptr, o, n) \ argument
|
| D | atomic.h | 124 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
|
| /linux-4.4.14/drivers/gpu/host1x/hw/ |
| D | debug_hw.c | 41 static unsigned int show_channel_command(struct output *o, u32 val) in show_channel_command() 108 static void show_gather(struct output *o, phys_addr_t phys_addr, in show_gather() 141 static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma) in show_channel_gathers() 180 struct output *o) in host1x_debug_show_channel_cdma() 234 struct output *o) in host1x_debug_show_channel_fifo() 291 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
|
| /linux-4.4.14/arch/blackfin/include/asm/ |
| D | cmpxchg.h | 68 #define cmpxchg(ptr, o, n) \ argument 120 #define cmpxchg_local(ptr, o, n) \ argument 123 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 125 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument 126 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | cmpxchg_32.h | 38 #define cmpxchg64(ptr, o, n) \ argument 41 #define cmpxchg64_local(ptr, o, n) \ argument 78 #define cmpxchg64(ptr, o, n) \ argument 95 #define cmpxchg64_local(ptr, o, n) \ argument
|
| D | cmpxchg_64.h | 9 #define cmpxchg64(ptr, o, n) \ argument 15 #define cmpxchg64_local(ptr, o, n) \ argument
|
| D | atomic64_32.h | 74 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg() 89 long long o; in atomic64_xchg() local
|
| D | local.h | 122 #define local_cmpxchg(l, o, n) \ argument
|
| D | pgtable_64.h | 172 #define kc_offset_to_vaddr(o) ((o) | ~__VIRTUAL_MASK) argument
|
| /linux-4.4.14/arch/parisc/include/asm/ |
| D | cmpxchg.h | 73 #define cmpxchg(ptr, o, n) \ argument 101 #define cmpxchg_local(ptr, o, n) \ argument 105 #define cmpxchg64_local(ptr, o, n) \ argument 111 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
| D | atomic.h | 74 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument 230 #define atomic64_cmpxchg(v, o, n) \ argument
|
| D | psw.h | 85 unsigned int o:1; member
|
| /linux-4.4.14/arch/x86/tools/ |
| D | relocs_32.c | 13 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) argument 14 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) argument 15 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o) argument
|
| D | relocs_64.c | 13 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) argument 14 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) argument 15 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o) argument
|
| /linux-4.4.14/arch/alpha/include/asm/ |
| D | cmpxchg.h | 20 #define cmpxchg_local(ptr, o, n) \ argument 29 #define cmpxchg64_local(ptr, o, n) \ argument 52 #define cmpxchg(ptr, o, n) \ argument 60 #define cmpxchg64(ptr, o, n) \ argument
|
| D | local.h | 54 #define local_cmpxchg(l, o, n) \ argument
|
| /linux-4.4.14/arch/ia64/include/uapi/asm/ |
| D | cmpxchg.h | 114 #define cmpxchg_acq(ptr, o, n) \ argument 116 #define cmpxchg_rel(ptr, o, n) \ argument 129 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument 130 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | outp.h | 47 #define OUTP_MSG(o,l,f,a...) do { \ argument 52 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a) argument 53 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a) argument 54 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a) argument
|
| /linux-4.4.14/arch/xtensa/include/asm/ |
| D | cmpxchg.h | 65 #define cmpxchg(ptr,o,n) \ argument 92 #define cmpxchg_local(ptr, o, n) \ argument 95 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 96 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
| D | atomic.h | 230 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() argument
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | cmpxchg.h | 149 #define __cmpxchg_wrapper(sfx, ptr, o, n) \ argument 203 #define _protect_cmpxchg_local(pcp, o, n) \ argument 212 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 213 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 214 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 215 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
|
| /linux-4.4.14/arch/sparc/include/asm/ |
| D | cmpxchg_32.h | 57 #define cmpxchg(ptr, o, n) \ argument 71 #define cmpxchg_local(ptr, o, n) \ argument 74 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
| D | cmpxchg_64.h | 107 #define cmpxchg(ptr,o,n) \ argument 134 #define cmpxchg_local(ptr, o, n) \ argument 137 #define cmpxchg64_local(ptr, o, n) \ argument 142 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
| D | atomic_64.h | 76 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() argument 94 #define atomic64_cmpxchg(v, o, n) \ argument
|
| /linux-4.4.14/arch/tile/include/asm/ |
| D | cmpxchg.h | 51 #define cmpxchg(ptr, o, n) \ argument 69 #define cmpxchg64(ptr, o, n) \ argument 102 #define cmpxchg(ptr, o, n) \ argument
|
| D | atomic.h | 137 static inline int atomic_cmpxchg(atomic_t *v, int o, int n) in atomic_cmpxchg() 183 static inline long long atomic64_cmpxchg(atomic64_t *v, long long o, in atomic64_cmpxchg()
|
| D | kexec.h | 61 static inline void crash_setup_regs(struct pt_regs *n, struct pt_regs *o) in crash_setup_regs()
|
| /linux-4.4.14/arch/mips/include/asm/ |
| D | cmpxchg.h | 231 #define cmpxchg64_local(ptr, o, n) \ argument 237 #define cmpxchg64(ptr, o, n) \ argument 244 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 245 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
| D | atomic.h | 215 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument 499 #define atomic64_cmpxchg(v, o, n) \ argument
|
| D | local.h | 119 #define local_cmpxchg(l, o, n) \ argument
|
| /linux-4.4.14/include/linux/mfd/syscon/ |
| D | atmel-smc.h | 26 #define AT91SAM9_SMC_SETUP(o) ((o) + 0x00) argument 32 #define AT91SAM9_SMC_PULSE(o) ((o) + 0x04) argument 38 #define AT91SAM9_SMC_CYCLE(o) ((o) + 0x08) argument 42 #define AT91SAM9_SMC_MODE(o) ((o) + 0x0c) argument 43 #define SAMA5_SMC_MODE(o) ((o) + 0x10) argument
|
| D | atmel-matrix.h | 67 #define AT91_MATRIX_MCFG(o, x) ((o) + ((x) * 0x4)) argument 75 #define AT91_MATRIX_SCFG(o, x) ((o) + ((x) * 0x4)) argument 97 #define AT91_MATRIX_PRAS(o, x) ((o) + ((x) * 0x8)) argument 98 #define AT91_MATRIX_PRBS(o, x) ((o) + ((x) * 0x8) + 0x4) argument
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | cmpxchg.h | 274 #define cmpxchg(ptr, o, n) \ argument 283 #define cmpxchg_local(ptr, o, n) \ argument 292 #define cmpxchg64(ptr, o, n) \ argument 297 #define cmpxchg64_local(ptr, o, n) \ argument 305 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
| D | ppc_asm.h | 155 #define SAVE_EVR(n,s,b,o) evmergehi s,s,n; stw s,o+4*(n)(b) argument 156 #define SAVE_2EVRS(n,s,b,o) SAVE_EVR(n,s,b,o); SAVE_EVR(n+1,s,b,o) argument 157 #define SAVE_4EVRS(n,s,b,o) SAVE_2EVRS(n,s,b,o); SAVE_2EVRS(n+2,s,b,o) argument 158 #define SAVE_8EVRS(n,s,b,o) SAVE_4EVRS(n,s,b,o); SAVE_4EVRS(n+4,s,b,o) argument 159 #define SAVE_16EVRS(n,s,b,o) SAVE_8EVRS(n,s,b,o); SAVE_8EVRS(n+8,s,b,o) argument 160 #define SAVE_32EVRS(n,s,b,o) SAVE_16EVRS(n,s,b,o); SAVE_16EVRS(n+16,s,b,o) argument 161 #define REST_EVR(n,s,b,o) lwz s,o+4*(n)(b); evmergelo n,s,n argument 162 #define REST_2EVRS(n,s,b,o) REST_EVR(n,s,b,o); REST_EVR(n+1,s,b,o) argument 163 #define REST_4EVRS(n,s,b,o) REST_2EVRS(n,s,b,o); REST_2EVRS(n+2,s,b,o) argument 164 #define REST_8EVRS(n,s,b,o) REST_4EVRS(n,s,b,o); REST_4EVRS(n+4,s,b,o) argument [all …]
|
| D | atomic.h | 158 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument 422 #define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
|
| D | local.h | 102 #define local_cmpxchg(l, o, n) \ argument
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| D | bios.h | 26 #define nvbios_rd08(b,o) (b)->data[(o)] argument 27 #define nvbios_rd16(b,o) get_unaligned_le16(&(b)->data[(o)]) argument 28 #define nvbios_rd32(b,o) get_unaligned_le32(&(b)->data[(o)]) argument
|
| /linux-4.4.14/drivers/media/pci/zoran/ |
| D | zoran_device.h | 90 #define decoder_call(zr, o, f, args...) \ argument 92 #define encoder_call(zr, o, f, args...) \ argument
|
| /linux-4.4.14/drivers/clk/samsung/ |
| D | clk.h | 135 #define __MUX(_id, dname, cname, pnames, o, s, w, f, mf, a) \ argument 150 #define MUX(_id, cname, pnames, o, s, w) \ argument 153 #define MUX_A(_id, cname, pnames, o, s, w, a) \ argument 156 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument 159 #define MUX_FA(_id, cname, pnames, o, s, w, f, mf, a) \ argument 188 #define __DIV(_id, dname, cname, pname, o, s, w, f, df, a, t) \ argument 203 #define DIV(_id, cname, pname, o, s, w) \ argument 206 #define DIV_A(_id, cname, pname, o, s, w, a) \ argument 209 #define DIV_F(_id, cname, pname, o, s, w, f, df) \ argument 212 #define DIV_T(_id, cname, pname, o, s, w, t) \ argument [all …]
|
| D | clk-s3c64xx.c | 52 #define GATE_BUS(_id, cname, pname, o, b) \ argument 54 #define GATE_SCLK(_id, cname, pname, o, b) \ argument 56 #define GATE_ON(_id, cname, pname, o, b) \ argument
|
| /linux-4.4.14/fs/ceph/ |
| D | strings.c | 105 const char *ceph_lease_op_name(int o) in ceph_lease_op_name() 116 const char *ceph_snap_op_name(int o) in ceph_snap_op_name()
|
| D | snap.c | 432 static bool has_new_snaps(struct ceph_snap_context *o, in has_new_snaps()
|
| /linux-4.4.14/lib/ |
| D | textsearch.c | 113 struct ts_ops *o; in lookup_ts_algo() local 144 struct ts_ops *o; in textsearch_register() local 179 struct ts_ops *o; in textsearch_unregister() local
|
| D | debugobjects.c | 394 struct debug_obj o = { .object = addr, in debug_object_activate() local 484 struct debug_obj o = { .object = addr, in debug_object_deactivate() local 600 struct debug_obj o = { .object = addr, in debug_object_assert_init() local 655 struct debug_obj o = { .object = addr, in debug_object_active_state() local
|
| D | atomic64.c | 128 long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg()
|
| /linux-4.4.14/drivers/md/ |
| D | dm-snap.c | 368 struct origin *o; in __lookup_origin() local 378 static void __insert_origin(struct origin *o) in __insert_origin() 387 struct dm_origin *o; in __lookup_dm_origin() local 397 static void __insert_dm_origin(struct dm_origin *o) in __insert_dm_origin() 403 static void __remove_dm_origin(struct dm_origin *o) in __remove_dm_origin() 429 struct origin *o; in __find_snapshots_sharing_cow() local 509 static void __insert_snapshot(struct origin *o, struct dm_snapshot *s) in __insert_snapshot() 530 struct origin *o, *new_o = NULL; in register_snapshot() local 585 struct origin *o; in unregister_snapshot() local 773 static uint32_t __minimum_chunk_size(struct origin *o) in __minimum_chunk_size() [all …]
|
| D | dm-io.c | 178 unsigned o = dp->context_u; in list_get_page() local
|
| /linux-4.4.14/arch/unicore32/include/asm/ |
| D | cmpxchg.h | 53 #define cmpxchg_local(ptr, o, n) \ argument 56 #define cmpxchg64_local(ptr, o, n) \ argument
|
| /linux-4.4.14/drivers/net/can/cc770/ |
| D | cc770.c | 118 unsigned int o, mo; in enable_all_objs() local 179 int o, mo; in disable_all_objs() local 613 static void cc770_rx_interrupt(struct net_device *dev, unsigned int o) in cc770_rx_interrupt() 654 static void cc770_rtr_interrupt(struct net_device *dev, unsigned int o) in cc770_rtr_interrupt() 678 static void cc770_tx_interrupt(struct net_device *dev, unsigned int o) in cc770_tx_interrupt() 704 int o, n = 0; in cc770_interrupt() local
|
| D | cc770.h | 170 #define obj2msgobj(o) (MSGOBJ_LAST - (o)) /* message object 11..15 */ argument
|
| /linux-4.4.14/fs/ubifs/ |
| D | orphan.c | 67 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 117 struct ubifs_orphan *o; in ubifs_delete_orphan() local 514 struct ubifs_orphan *orphan, *o; in insert_dead_orphan() local 749 struct ubifs_orphan *o; in dbg_find_orphan() local 771 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local 799 struct check_orphan *o; in dbg_find_check_orphan() local 817 struct check_orphan *o, *n; in dbg_free_check_tree() local
|
| D | tnc_commit.c | 170 struct ubifs_old_idx *o; in find_old_idx() local
|
| /linux-4.4.14/arch/c6x/include/asm/ |
| D | cmpxchg.h | 59 #define cmpxchg_local(ptr, o, n) \ argument 64 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
| /linux-4.4.14/arch/m32r/include/asm/ |
| D | cmpxchg.h | 190 #define cmpxchg(ptr, o, n) \ argument 214 #define cmpxchg_local(ptr, o, n) \ argument 217 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
| D | atomic.h | 219 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
|
| D | local.h | 246 #define local_cmpxchg(l, o, n) (cmpxchg_local(&((l)->counter), (o), (n))) argument
|
| /linux-4.4.14/drivers/staging/lustre/lustre/include/ |
| D | lu_object.h | 694 static inline void lu_object_get(struct lu_object *o) in lu_object_get() 743 static inline struct lu_object *lu_object_next(const struct lu_object *o) in lu_object_next() 751 static inline const struct lu_fid *lu_object_fid(const struct lu_object *o) in lu_object_fid() 760 lu_object_ops(const struct lu_object *o) in lu_object_ops() 822 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS) argument 827 #define lu_object_remote(o) unlikely((o)->lo_header->loh_attr & LOHA_REMOTE) argument 829 static inline int lu_object_assert_exists(const struct lu_object *o) in lu_object_assert_exists() 834 static inline int lu_object_assert_not_exists(const struct lu_object *o) in lu_object_assert_not_exists() 842 static inline __u32 lu_object_attr(const struct lu_object *o) in lu_object_attr() 848 static inline void lu_object_ref_add(struct lu_object *o, in lu_object_ref_add() [all …]
|
| /linux-4.4.14/arch/h8300/include/asm/ |
| D | cmpxchg.h | 52 #define cmpxchg_local(ptr, o, n) \ argument 57 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
| /linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
| D | lu_object.c | 69 void lu_object_put(const struct lu_env *env, struct lu_object *o) in lu_object_put() 163 void lu_object_unhash(const struct lu_env *env, struct lu_object *o) in lu_object_unhash() 264 static void lu_object_free(const struct lu_env *env, struct lu_object *o) in lu_object_free() 494 lu_printer_t printer, const struct lu_object *o) in lu_object_print() 588 struct lu_object *o; in lu_object_new() local 612 struct lu_object *o; in lu_object_find_try() local 789 const struct lu_object *o; in lu_site_obj_print() local 1128 int lu_object_init(struct lu_object *o, struct lu_object_header *h, in lu_object_init() 1145 void lu_object_fini(struct lu_object *o) in lu_object_fini() 1166 void lu_object_add_top(struct lu_object_header *h, struct lu_object *o) in lu_object_add_top() [all …]
|
| D | cl_object.c | 125 void cl_object_put(const struct lu_env *env, struct cl_object *o) in cl_object_put() 139 void cl_object_get(struct cl_object *o) in cl_object_get() 150 struct cl_object *cl_object_top(struct cl_object *o) in cl_object_top() 173 static spinlock_t *cl_object_attr_guard(struct cl_object *o) in cl_object_attr_guard() 185 void cl_object_attr_lock(struct cl_object *o) in cl_object_attr_lock() 195 void cl_object_attr_unlock(struct cl_object *o) in cl_object_attr_unlock()
|
| D | cl_page.c | 280 struct cl_object *o, pgoff_t ind, struct page *vmpage, in cl_page_alloc() 337 struct cl_object *o, in cl_page_find0() 436 struct cl_page *cl_page_find(const struct lu_env *env, struct cl_object *o, in cl_page_find() 444 struct cl_page *cl_page_find_sub(const struct lu_env *env, struct cl_object *o, in cl_page_find_sub()
|
| D | cl_lock.c | 65 #define CS_LOCK_INC(o, item) argument 66 #define CS_LOCK_DEC(o, item) argument 67 #define CS_LOCKSTATE_INC(o, state) argument 68 #define CS_LOCKSTATE_DEC(o, state) argument
|
| /linux-4.4.14/arch/frv/include/asm/ |
| D | cmpxchg.h | 167 #define cmpxchg_local(ptr, o, n) \ argument 170 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
| /linux-4.4.14/sound/pci/ |
| D | ens1370.c | 154 #define ES_1371_JOY_ASEL(o) (((o)&0x03)<<24)/* joystick port mapping */ argument 158 #define ES_1370_PCLKDIVO(o) (((o)&0x1fff)<<16)/* clock divide ratio for DAC2 */ argument 161 #define ES_1371_GPIO_OUT(o) (((o)&0x0f)<<16)/* GPIO out [3:0] pins - W/R */ argument 166 #define ES_1370_WTSRSEL(o) (((o)&0x03)<<12)/* fixed frequency clock for DAC1 */ argument 175 #define ES_1371_PDLEV(o) (((o)&0x03)<<8) /* current power down level */ argument 193 #define ES_1373_GPIO_INT_EN(o)(((o)&0x0f)<<20)/* GPIO [3:0] pins - interrupt enable */ argument 218 #define ES_TXINTENO(o) (((o)&0x03)<<5) /* TX interrupt enable */ argument 221 #define ES_CNTRL(o) (((o)&0x03)<<0) /* control */ argument 226 #define ES_MEM_PAGEO(o) (((o)&0x0f)<<0) /* memory page select - out */ argument 241 #define ES_1371_SRC_RAM_ADDRO(o) (((o)&0x7f)<<25)/* address of the sample rate converter */ argument [all …]
|
| /linux-4.4.14/arch/arc/include/asm/ |
| D | cmpxchg.h | 69 #define cmpxchg(ptr, o, n) ((typeof(*(ptr)))__cmpxchg((ptr), \ argument 81 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
|
| /linux-4.4.14/drivers/isdn/hardware/mISDN/ |
| D | mISDNipac.c | 39 #define ReadISAC(is, o) (is->read_reg(is->dch.hw, o + is->off)) argument 40 #define WriteISAC(is, o, v) (is->write_reg(is->dch.hw, o + is->off, v)) argument 41 #define ReadHSCX(h, o) (h->ip->read_reg(h->ip->hw, h->off + o)) argument 42 #define WriteHSCX(h, o, v) (h->ip->write_reg(h->ip->hw, h->off + o, v)) argument 43 #define ReadIPAC(ip, o) (ip->read_reg(ip->hw, o)) argument 44 #define WriteIPAC(ip, o, v) (ip->write_reg(ip->hw, o, v)) argument
|
| /linux-4.4.14/arch/x86/kernel/ |
| D | smpboot.c | 281 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node() 289 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane() 305 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt() 323 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc() 339 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die() 377 struct cpuinfo_x86 *o; in set_cpu_sibling_map() local
|
| /linux-4.4.14/drivers/scsi/ |
| D | ncr53c8xx.h | 339 #define ncr_offb(o) (((o)&~3)+((~((o)&3))&3)) argument 340 #define ncr_offw(o) (((o)&~3)+((~((o)&3))&2)) argument 344 #define ncr_offb(o) (o) argument 345 #define ncr_offw(o) (o) argument 391 #define INB_OFF(o) readb_raw((char __iomem *)np->reg + ncr_offb(o)) argument 392 #define OUTB_OFF(o, val) writeb_raw((val), (char __iomem *)np->reg + ncr_offb(o)) argument 396 #define INW_OFF(o) readw_l2b((char __iomem *)np->reg + ncr_offw(o)) argument 397 #define INL_OFF(o) readl_l2b((char __iomem *)np->reg + (o)) argument 399 #define OUTW_OFF(o, val) writew_b2l((val), (char __iomem *)np->reg + ncr_offw(o)) argument 400 #define OUTL_OFF(o, val) writel_b2l((val), (char __iomem *)np->reg + (o)) argument [all …]
|
| D | mesh.h | 114 #define SYNC_PARAMS(o, p) (((o) << 4) | (p)) argument
|
| /linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
| D | rgmii.h | 75 # define rgmii_get_mdio(o,i) do { } while (0) argument 76 # define rgmii_put_mdio(o,i) do { } while (0) argument
|
| /linux-4.4.14/arch/arm/mach-integrator/ |
| D | pci_v3.c | 298 #define v3_writeb(o,v) __raw_writeb(v, pci_v3_base + (unsigned int)(o)) argument 299 #define v3_readb(o) (__raw_readb(pci_v3_base + (unsigned int)(o))) argument 301 #define v3_writew(o,v) __raw_writew(v, pci_v3_base + (unsigned int)(o)) argument 302 #define v3_readw(o) (__raw_readw(pci_v3_base + (unsigned int)(o))) argument 304 #define v3_writel(o,v) __raw_writel(v, pci_v3_base + (unsigned int)(o)) argument 305 #define v3_readl(o) (__raw_readl(pci_v3_base + (unsigned int)(o))) argument
|
| /linux-4.4.14/fs/ufs/ |
| D | ufs.h | 72 #define ufs_clear_opt(o,opt) o &= ~UFS_MOUNT_##opt argument 73 #define ufs_set_opt(o,opt) o |= UFS_MOUNT_##opt argument 74 #define ufs_test_opt(o,opt) ((o) & UFS_MOUNT_##opt) argument
|
| /linux-4.4.14/arch/tile/lib/ |
| D | atomic_32.c | 85 int _atomic_cmpxchg(int *v, int o, int n) in _atomic_cmpxchg() 139 long long _atomic64_cmpxchg(long long *v, long long o, long long n) in _atomic64_cmpxchg()
|
| /linux-4.4.14/drivers/media/pci/saa7146/ |
| D | mxb.c | 173 #define saa7111a_call(mxb, o, f, args...) \ argument 175 #define tda9840_call(mxb, o, f, args...) \ argument 177 #define tea6415c_call(mxb, o, f, args...) \ argument 179 #define tuner_call(mxb, o, f, args...) \ argument 181 #define call_all(dev, o, f, args...) \ argument
|
| /linux-4.4.14/fs/qnx6/ |
| D | qnx6.h | 68 #define clear_opt(o, opt) (o &= ~(QNX6_MOUNT_##opt)) argument 69 #define set_opt(o, opt) (o |= (QNX6_MOUNT_##opt)) argument
|
| /linux-4.4.14/security/keys/ |
| D | trusted.h | 41 static inline void dump_options(struct trusted_key_options *o) in dump_options() 83 static inline void dump_options(struct trusted_key_options *o) in dump_options()
|
| D | trusted.c | 662 struct trusted_key_options *o) in key_seal() 688 struct trusted_key_options *o) in key_unseal() 804 struct trusted_key_options *o) in datablob_parse()
|
| /linux-4.4.14/arch/mn10300/unit-asb2305/ |
| D | pci.c | 245 static int __init pci_sanity_check(struct pci_ops *o) in pci_sanity_check() 411 static void __init unit_disable_pcnet(struct pci_bus *bus, struct pci_ops *o) in unit_disable_pcnet() 451 struct pci_ops *o = &pci_direct_ampci; in unit_pci_init() local
|
| /linux-4.4.14/arch/arm/mach-s3c24xx/include/mach/ |
| D | s3c2412.h | 18 #define S3C2412_SSMC(x, o) (S3C2412_SSMCREG((x * 0x20) + (o))) argument
|
| /linux-4.4.14/fs/xfs/libxfs/ |
| D | xfs_ialloc.h | 52 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
|
| D | xfs_dir2.h | 251 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_byte() 279 xfs_dir2_data_aoff_t o) in xfs_dir2_db_off_to_dataptr()
|
| /linux-4.4.14/arch/powerpc/sysdev/ |
| D | grackle.c | 22 #define GRACKLE_CFA(b, d, o) (0x80 | ((b) << 8) | ((d) << 16) \ argument
|
| /linux-4.4.14/arch/metag/include/asm/ |
| D | cmpxchg.h | 54 #define cmpxchg(ptr, o, n) \ argument
|
| /linux-4.4.14/arch/sh/include/asm/ |
| D | cmpxchg.h | 60 #define cmpxchg(ptr,o,n) \ argument
|
| D | atomic.h | 39 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
|
| /linux-4.4.14/drivers/media/i2c/ |
| D | tea6415c.c | 50 u32 i, u32 o, u32 config) in tea6415c_s_routing()
|
| D | tea6420.c | 51 u32 i, u32 o, u32 config) in tea6420_s_routing()
|
| /linux-4.4.14/fs/ntfs/ |
| D | unistr.c | 265 int i, o, wc_len; in ntfs_nlstoucs() local 341 int i, o, ns_len, wc; in ntfs_ucstonls() local
|
| /linux-4.4.14/arch/powerpc/xmon/ |
| D | spu-dis.c | 45 int o = spu_opcodes[i].opcode; in init_spu_disassemble() local
|
| /linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
| D | lov_object.c | 116 struct lu_object *o; in lov_sub_find() local 394 lu_printer_t p, const struct lu_object *o) in lov_print_empty() 401 lu_printer_t p, const struct lu_object *o) in lov_print_raid0() 426 lu_printer_t p, const struct lu_object *o) in lov_print_released() 815 lu_printer_t p, const struct lu_object *o) in lov_object_print()
|
| /linux-4.4.14/include/uapi/linux/ |
| D | ip.h | 46 #define IPOPT_COPIED(o) ((o)&IPOPT_COPY) argument 47 #define IPOPT_CLASS(o) ((o)&IPOPT_CLASS_MASK) argument 48 #define IPOPT_NUMBER(o) ((o)&IPOPT_NUMBER_MASK) argument
|
| /linux-4.4.14/sound/pci/echoaudio/ |
| D | echoaudio_gml.c | 110 int err, i, o; in set_digital_mode() local
|
| D | echoaudio_3g.c | 103 int err, i, o; in set_digital_mode() local
|
| D | echoaudio_dsp.c | 674 int i, o, err; in restore_dsp_rettings() local
|
| /linux-4.4.14/arch/sh/kernel/ |
| D | unwinder.c | 87 struct unwinder *o; in unwinder_enqueue() local
|
| /linux-4.4.14/arch/score/include/asm/ |
| D | cmpxchg.h | 40 #define cmpxchg(ptr, o, n) \ argument
|
| /linux-4.4.14/arch/s390/include/asm/ |
| D | cmpxchg.h | 14 #define cmpxchg(ptr, o, n) \ argument
|
| /linux-4.4.14/drivers/gpu/drm/armada/ |
| D | armada_gem.h | 28 #define drm_to_armada_gem(o) container_of(o, struct armada_gem_object, obj) argument
|
| /linux-4.4.14/arch/mips/include/asm/xtalk/ |
| D | xtalk.h | 48 #define XIO_PACK(p, o) ((((uint64_t)(p))<<XIO_PORT_SHIFT) | ((o)&XIO_ADDR_BITS)) argument
|
| /linux-4.4.14/drivers/net/fddi/skfp/h/ |
| D | mbuf.h | 48 #define smtodoff(x,t,o) ((t)((x)->sm_data + (o))) argument
|
| /linux-4.4.14/arch/ia64/kernel/ |
| D | unwind.c | 1169 #define UNW_DEC_REG_PSPREL(fmt,r,o,arg) desc_reg_psprel(r,o,arg) argument 1170 #define UNW_DEC_REG_SPREL(fmt,r,o,arg) desc_reg_sprel(r,o,arg) argument 1175 #define UNW_DEC_PRIUNAT_PSPREL(fmt,o,arg) desc_reg_psprel(UNW_REG_PRI_UNAT_MEM,o,arg) argument 1176 #define UNW_DEC_PRIUNAT_SPREL(fmt,o,arg) desc_reg_sprel(UNW_REG_PRI_UNAT_MEM,o,arg) argument 1178 #define UNW_DEC_SPILL_BASE(fmt,o,arg) desc_spill_base(o,arg) argument 1191 #define UNW_DEC_SPILL_PSPREL_P(f,p,t,a,o,arg) desc_spill_psprel_p(p,t,a,o,arg) argument 1192 #define UNW_DEC_SPILL_PSPREL(f,t,a,o,arg) desc_spill_psprel_p(0,t,a,o,arg) argument 1193 #define UNW_DEC_SPILL_SPREL_P(f,p,t,a,o,arg) desc_spill_sprel_p(p,t,a,o,arg) argument 1194 #define UNW_DEC_SPILL_SPREL(f,t,a,o,arg) desc_spill_sprel_p(0,t,a,o,arg) argument
|
| /linux-4.4.14/net/netfilter/ |
| D | xt_TCPOPTSTRIP.c | 39 u_int16_t n, o; in tcpoptstrip_mangle_packet() local
|
| /linux-4.4.14/arch/mn10300/include/asm/ |
| D | cmpxchg.h | 110 #define cmpxchg(ptr, o, n) \ argument
|
| /linux-4.4.14/fs/affs/ |
| D | affs.h | 122 #define affs_clear_opt(o, opt) (o &= ~AFFS_MOUNT_##opt) argument 123 #define affs_set_opt(o, opt) (o |= AFFS_MOUNT_##opt) argument 124 #define affs_test_opt(o, opt) ((o) & AFFS_MOUNT_##opt) argument
|
| /linux-4.4.14/drivers/media/pci/cx25821/ |
| D | cx25821-video.c | 536 struct v4l2_output *o) in cx25821_vidioc_enum_output() 547 static int cx25821_vidioc_g_output(struct file *file, void *priv, unsigned int *o) in cx25821_vidioc_g_output() 553 static int cx25821_vidioc_s_output(struct file *file, void *priv, unsigned int o) in cx25821_vidioc_s_output()
|
| /linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
| D | eeprom.c | 193 u32 o = *offset; in ath5k_eeprom_read_ants() local 253 u32 o = *offset; in ath5k_eeprom_read_modes() local 514 int o = *offset; in ath5k_eeprom_read_freq_list() local
|
| /linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
| D | vvp_object.c | 57 lu_printer_t p, const struct lu_object *o) in vvp_object_print()
|
| /linux-4.4.14/drivers/media/usb/dvb-usb/ |
| D | vp702x.c | 101 int vp702x_usb_inout_op(struct dvb_usb_device *d, u8 *o, int olen, u8 *i, int ilen, int msec) in vp702x_usb_inout_op() 116 static int vp702x_usb_inout_cmd(struct dvb_usb_device *d, u8 cmd, u8 *o, in vp702x_usb_inout_cmd()
|
| D | dvb-usb-init.c | 32 int ret, n, o; in dvb_usb_adapter_init() local
|
| D | cxusb.c | 87 u8 o[2], i; in cxusb_gpio_tuner() local 105 u8 o[2], gpio_state; in cxusb_bluebird_gpio_rw() local 133 u8 o[2] = {addr, onoff}; in cxusb_d680_dmb_gpio_tuner() local
|
| /linux-4.4.14/arch/avr32/include/asm/ |
| D | cmpxchg.h | 113 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
| D | atomic.h | 182 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| D | ctxgf117.c | 209 const u32 o = PPC_UNIT(gpc, ppc, 0); in gf117_grctx_generate_attrib() local
|
| D | ctxgf108.c | 757 const u32 o = TPC_UNIT(gpc, tpc, 0x500); in gf108_grctx_generate_attrib() local
|
| D | ctxgm107.c | 922 const u32 o = PPC_UNIT(gpc, ppc, 0); in gm107_grctx_generate_attrib() local
|
| D | ctxgf100.c | 1072 const u32 o = TPC_UNIT(gpc, tpc, 0x0520); in gf100_grctx_generate_attrib() local
|
| /linux-4.4.14/drivers/isdn/mISDN/ |
| D | l1oip_codec.c | 228 int ii, i = 0, o = 0; in l1oip_law_to_4bit() local
|
| /linux-4.4.14/arch/x86/um/shared/sysdep/ |
| D | stub_64.h | 13 #define MMAP_OFFSET(o) (o) argument
|
| D | stub_32.h | 13 #define MMAP_OFFSET(o) ((o) >> UM_KERN_PAGE_SHIFT) argument
|
| /linux-4.4.14/drivers/scsi/fnic/ |
| D | fnic_isr.c | 239 unsigned int o = ARRAY_SIZE(fnic->wq_copy); in fnic_set_intr_mode() local
|
| /linux-4.4.14/drivers/clk/rockchip/ |
| D | clk.h | 372 #define MUX(_id, cname, pnames, f, o, s, w, mf) \ argument 387 #define DIV(_id, cname, pname, f, o, s, w, df) \ argument 402 #define DIVTBL(_id, cname, pname, f, o, s, w, df, dt) \ argument 417 #define GATE(_id, cname, pname, f, o, b, gf) \ argument
|
| /linux-4.4.14/net/ceph/ |
| D | osd_client.c | 1198 static struct ceph_osd *__lookup_osd(struct ceph_osd_client *osdc, int o) in __lookup_osd() 1424 int num, o; in __map_request() local 2934 struct ceph_osd *o = con->private; in get_authorizer() local 2962 struct ceph_osd *o = con->private; in verify_authorizer_reply() local 2971 struct ceph_osd *o = con->private; in invalidate_authorizer() local 2981 struct ceph_osd *o = msg->con->private; in osd_sign_message() local 2989 struct ceph_osd *o = msg->con->private; in osd_check_message_signature() local
|
| /linux-4.4.14/lib/842/ |
| D | 842_compress.c | 118 #define get_input_data(p, o, b) \ argument 179 u64 o; in add_bits() local
|
| D | 842_decompress.c | 231 static int do_op(struct sw842_param *p, u8 o) in do_op()
|
| /linux-4.4.14/fs/befs/ |
| D | linuxvfs.c | 506 int i, o; in befs_utf2nls() local 586 int i, o; in befs_nls2utf() local
|
| /linux-4.4.14/drivers/lguest/ |
| D | lguest_user.c | 105 static ssize_t read(struct file *file, char __user *user, size_t size,loff_t*o) in read()
|
| /linux-4.4.14/arch/x86/pci/ |
| D | direct.c | 194 static int __init pci_sanity_check(const struct pci_raw_ops *o) in pci_sanity_check()
|
| /linux-4.4.14/fs/hpfs/ |
| D | super.c | 455 int o; in hpfs_remount_fs() local 562 int o; in hpfs_fill_super() local
|
| /linux-4.4.14/fs/fuse/ |
| D | dir.c | 90 struct fuse_entry_out *o) in fuse_change_entry_timeout() 96 static u64 attr_timeout(struct fuse_attr_out *o) in attr_timeout() 101 static u64 entry_attr_timeout(struct fuse_entry_out *o) in entry_attr_timeout() 1166 struct fuse_entry_out *o = &direntplus->entry_out; in fuse_direntplus_link() local
|
| /linux-4.4.14/drivers/media/platform/s5p-g2d/ |
| D | g2d-regs.h | 104 #define COLOR_MODE(o, m) (((o) << 4) | (m)) argument
|
| /linux-4.4.14/drivers/ssb/ |
| D | pci.c | 556 u16 o = pwr_info_offset[i]; in sprom_extract_r45() local 599 u16 o; in sprom_extract_r8() local
|
| /linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
| D | vf.h | 200 #define IXGBE_WRITE_REG_ARRAY(h, r, o, v) ixgbe_write_reg_array(h, r, o, v) argument 208 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) argument
|
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
| D | alloc.c | 704 int o; in mlx4_alloc_db_from_pgdir() local 765 int o; in mlx4_db_free() local
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | mkregtable.c | 551 static struct offset *offset_new(unsigned o) in offset_new() 631 unsigned o; in parser_auth() local
|
| /linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
| D | types.h | 259 #define bcma_wflush16(c, o, v) \ argument 262 #define bcma_wflush16(c, o, v) bcma_write16(c, o, v) argument
|
| /linux-4.4.14/arch/x86/mm/ |
| D | ioremap.c | 337 struct vm_struct *p, *o; in iounmap() local
|
| /linux-4.4.14/net/openvswitch/ |
| D | vport.c | 77 struct vport_ops *o; in __ovs_vport_ops_register() local
|
| /linux-4.4.14/drivers/bcma/ |
| D | sprom.c | 223 u16 v, o; in bcma_sprom_extract_r8() local
|
| /linux-4.4.14/arch/frv/mb93090-mb00/ |
| D | pci-vdk.c | 185 static int __init pci_sanity_check(struct pci_ops *o) in pci_sanity_check()
|
| /linux-4.4.14/tools/virtio/ |
| D | virtio_test.c | 265 int o; in main() local
|
| /linux-4.4.14/scripts/kconfig/ |
| D | zconf.hash.c | 280 register int o = wordlist[key].name; in kconf_id_lookup() local
|
| /linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
| D | sym_hipd.h | 197 #define INB_OFF(np, o) ioread8(np->s.ioaddr + (o)) argument 198 #define INW_OFF(np, o) ioread16(np->s.ioaddr + (o)) argument 199 #define INL_OFF(np, o) ioread32(np->s.ioaddr + (o)) argument 201 #define OUTB_OFF(np, o, val) iowrite8((val), np->s.ioaddr + (o)) argument 202 #define OUTW_OFF(np, o, val) iowrite16((val), np->s.ioaddr + (o)) argument 203 #define OUTL_OFF(np, o, val) iowrite32((val), np->s.ioaddr + (o)) argument
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
| D | tvmodesnv17.c | 249 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) argument
|
| /linux-4.4.14/drivers/media/platform/vivid/ |
| D | vivid-vid-out.c | 1053 int vidioc_g_output(struct file *file, void *priv, unsigned *o) in vidioc_g_output() 1061 int vidioc_s_output(struct file *file, void *priv, unsigned o) in vidioc_s_output()
|
| /linux-4.4.14/drivers/gpu/drm/i915/ |
| D | i915_gem.c | 5135 u64 i915_gem_obj_offset(struct drm_i915_gem_object *o, in i915_gem_obj_offset() 5156 u64 i915_gem_obj_ggtt_offset_view(struct drm_i915_gem_object *o, in i915_gem_obj_ggtt_offset_view() 5171 bool i915_gem_obj_bound(struct drm_i915_gem_object *o, in i915_gem_obj_bound() 5187 bool i915_gem_obj_ggtt_bound_view(struct drm_i915_gem_object *o, in i915_gem_obj_ggtt_bound_view() 5202 bool i915_gem_obj_bound_any(struct drm_i915_gem_object *o) in i915_gem_obj_bound_any() 5213 unsigned long i915_gem_obj_size(struct drm_i915_gem_object *o, in i915_gem_obj_size()
|
| /linux-4.4.14/fs/proc/ |
| D | kcore.c | 47 #define kc_offset_to_vaddr(o) ((o) + PAGE_OFFSET) argument
|
| /linux-4.4.14/arch/tile/mm/ |
| D | pgtable.c | 561 struct vm_struct *p, *o; in iounmap() local
|
| /linux-4.4.14/net/core/ |
| D | net-procfs.c | 10 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o)) argument
|
| D | fib_rules.c | 101 struct fib_rules_ops *o; in __fib_rules_register() local
|
| /linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
| D | dm365_resizer.c | 368 unsigned int o; in resizer_calculate_down_scale_f_div_param() local 623 unsigned int o; in resizer_calculate_normal_f_div_param() local
|
| /linux-4.4.14/drivers/media/i2c/cx25840/ |
| D | cx25840-ir.c | 767 struct v4l2_subdev_ir_parameters *o; in cx25840_ir_rx_s_parameters() local 955 struct v4l2_subdev_ir_parameters *o; in cx25840_ir_tx_s_parameters() local
|
| /linux-4.4.14/kernel/ |
| D | audit.h | 286 #define audit_to_watch(k, p, l, o) (-EINVAL) argument 298 #define audit_dupe_exe(n, o) (-EINVAL) argument
|
| D | compat.c | 290 static inline long get_compat_itimerval(struct itimerval *o, in get_compat_itimerval() 300 static inline long put_compat_itimerval(struct compat_itimerval __user *o, in put_compat_itimerval()
|
| /linux-4.4.14/drivers/media/pci/cx18/ |
| D | cx18-driver.h | 709 #define cx18_call_hw(cx, hw, o, f, args...) \ argument 716 #define cx18_call_all(cx, o, f, args...) cx18_call_hw(cx, 0, o, f , ##args) argument 721 #define cx18_call_hw_err(cx, hw, o, f, args...) \ argument 729 #define cx18_call_all_err(cx, o, f, args...) \ argument
|
| /linux-4.4.14/tools/perf/util/ |
| D | parse-options.c | 676 const struct option *o = opts; in options__order() local
|
| /linux-4.4.14/fs/ext2/ |
| D | xattr.c | 563 size_t o = le16_to_cpu(last->e_value_offs); in ext2_xattr_set() local
|
| /linux-4.4.14/drivers/media/pci/cx23885/ |
| D | cx23888-ir.c | 748 struct v4l2_subdev_ir_parameters *o = &state->rx_params; in cx23888_ir_rx_s_parameters() local 876 struct v4l2_subdev_ir_parameters *o = &state->tx_params; in cx23888_ir_tx_s_parameters() local
|
| D | cx23885.h | 452 #define call_all(dev, o, f, args...) \ argument 458 #define call_hw(dev, grpid, o, f, args...) \ argument
|
| /linux-4.4.14/drivers/media/pci/bt8xx/ |
| D | bttv.h | 365 #define bttv_call_all(btv, o, f, args...) \ argument 368 #define bttv_call_all_err(btv, o, f, args...) \ argument
|
| /linux-4.4.14/sound/usb/usx2y/ |
| D | usb_stream.c | 377 char *i, *o; in loop_back() local
|
| /linux-4.4.14/scripts/genksyms/ |
| D | genksyms.c | 761 int o; in main() local
|
| /linux-4.4.14/arch/alpha/kernel/ |
| D | osf_sys.c | 955 get_tv32(struct timeval *o, struct timeval32 __user *i) in get_tv32() 963 put_tv32(struct timeval32 __user *o, struct timeval *i) in put_tv32() 971 get_it32(struct itimerval *o, struct itimerval32 __user *i) in get_it32() 981 put_it32(struct itimerval32 __user *o, struct itimerval *i) in put_it32()
|
| /linux-4.4.14/block/ |
| D | blk-mq-tag.c | 367 int o = atomic_read(&bt->wake_index); in bt_wake_ptr() local
|
| /linux-4.4.14/net/ceph/crush/ |
| D | mapper.c | 797 int *o; in crush_do_rule() local
|
| /linux-4.4.14/sound/usb/ |
| D | mixer_scarlett.c | 909 int err, i, o; in snd_scarlett_controls_create() local
|
| /linux-4.4.14/drivers/staging/unisys/include/ |
| D | channel.h | 99 #define ULTRA_VALID_CHANNELCLI_TRANSITION(o, n) \ argument
|
| /linux-4.4.14/fs/jffs2/ |
| D | wbuf.c | 269 #define jffs2_verify_write(c,b,o) (0) argument
|
| /linux-4.4.14/fs/gfs2/ |
| D | ops_fstype.c | 945 char *o, *options; in gfs2_lm_mount() local
|
| D | dir.c | 162 unsigned int o; in gfs2_dir_write_data() local 277 unsigned int o; in gfs2_dir_read_data() local
|
| /linux-4.4.14/sound/parisc/ |
| D | harmony.c | 380 int o = h->st.format; in snd_harmony_set_data_format() local
|
| /linux-4.4.14/drivers/media/pci/ivtv/ |
| D | ivtv-driver.h | 829 #define ivtv_call_hw(itv, hw, o, f, args...) \ argument 837 #define ivtv_call_all(itv, o, f, args...) ivtv_call_hw(itv, 0, o, f , ##args) argument 842 #define ivtv_call_hw_err(itv, hw, o, f, args...) \ argument 849 #define ivtv_call_all_err(itv, o, f, args...) ivtv_call_hw_err(itv, 0, o, f , ##args) argument
|
| /linux-4.4.14/net/sunrpc/auth_gss/ |
| D | svcauth_gss.c | 620 svc_safe_getnetobj(struct kvec *argv, struct xdr_netobj *o) in svc_safe_getnetobj() 637 svc_safe_putnetobj(struct kvec *resv, struct xdr_netobj *o) in svc_safe_putnetobj()
|
| /linux-4.4.14/drivers/usb/host/ |
| D | ohci.h | 584 #define ohci_readl(o,r) _ohci_readl(o,r) argument 585 #define ohci_writel(o,v,r) _ohci_writel(o,v,r) argument
|
| /linux-4.4.14/drivers/usb/misc/sisusbvga/ |
| D | sisusb_init.c | 768 unsigned short data, data2, time, i, j, k, m, n, o; in SiS_LoadDAC() local
|
| D | sisusb.c | 1444 #define SETIREGOR(r,i,o) sisusb_setidxregor(sisusb, r, i, o) argument 1446 #define SETIREGANDOR(r,i,a,o) sisusb_setidxregandor(sisusb, r, i, a, o) argument
|
| /linux-4.4.14/drivers/mtd/nand/ |
| D | mpc5121_nfc.c | 411 uint o, s, sbsize, blksize; in mpc5121_nfc_copy_spare() local
|
| /linux-4.4.14/drivers/infiniband/hw/mthca/ |
| D | mthca_mr.c | 86 int o; in mthca_buddy_alloc() local
|
| /linux-4.4.14/drivers/media/usb/go7007/ |
| D | go7007-v4l2.c | 37 #define call_all(dev, o, f, args...) \ argument
|
| /linux-4.4.14/fs/ocfs2/ |
| D | aops.c | 725 u64 o = offset; in ocfs2_direct_IO_extend_no_holes() local 812 u64 o = offset; in ocfs2_direct_IO_write() local
|
| /linux-4.4.14/drivers/media/usb/cx231xx/ |
| D | cx231xx.h | 739 #define cx25840_call(cx231xx, o, f, args...) \ argument 741 #define tuner_call(cx231xx, o, f, args...) \ argument 743 #define call_all(dev, o, f, args...) \ argument
|
| /linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
| D | atmel_hlcdc_layer.h | 125 #define ATMEL_HLCDC_LAYER_CSC_CFG(p, o) ATMEL_HLCDC_LAYER_CFG(p, (p)->desc->layout.csc + o) argument
|
| /linux-4.4.14/drivers/media/pci/cx88/ |
| D | cx88.h | 425 #define call_hw(core, grpid, o, f, args...) \ argument 436 #define call_all(core, o, f, args...) call_hw(core, 0, o, f, ##args) argument
|
| /linux-4.4.14/drivers/block/paride/ |
| D | pcd.c | 790 int o = (pcd_sector % 4) * 512; in pcd_transfer() local
|
| /linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
| D | echo_client.c | 124 static inline struct echo_object *cl2echo_obj(const struct cl_object *o) in cl2echo_obj() 537 lu_printer_t p, const struct lu_object *o) in echo_object_print()
|
| /linux-4.4.14/drivers/net/can/usb/peak_usb/ |
| D | pcan_usb_fd.c | 138 #define PCAN_UFD_OVMSG_CHANNEL(o) ((o)->channel & 0xf) argument
|