/linux-4.1.27/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.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 47 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init() 84 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length() 110 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add() 149 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending() 172 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step() 236 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty() 254 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending() 259 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending() 266 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending() 323 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | printk.h | 10 #define nv_printk(o,l,f,a...) do { \ argument 15 #define nv_fatal(o,f,a...) nv_printk((o), FATAL, f, ##a) argument 16 #define nv_error(o,f,a...) nv_printk((o), ERROR, f, ##a) argument 17 #define nv_warn(o,f,a...) nv_printk((o), WARN, f, ##a) argument 18 #define nv_info(o,f,a...) nv_printk((o), INFO, f, ##a) argument 19 #define nv_debug(o,f,a...) nv_printk((o), DEBUG, f, ##a) argument 20 #define nv_trace(o,f,a...) nv_printk((o), TRACE, f, ##a) argument 21 #define nv_spam(o,f,a...) nv_printk((o), SPAM, f, ##a) argument 22 #define nv_ioctl(o,f,a...) nv_trace(nvkm_client(o), "ioctl: "f, ##a) argument
|
D | object.h | 65 #define nv_oclass(o) nv_object(o)->oclass argument 66 #define nv_hclass(o) nv_oclass(o)->handle argument 67 #define nv_iclass(o,i) (nv_hclass(o) & (i)) argument 68 #define nv_mclass(o) nv_iclass(o, NV_OBJECT_CLASS) argument
|
D | subdev.h | 38 #define nvkm_subdev_create(p,e,o,v,s,f,d) \ argument
|
/linux-4.1.27/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.1.27/arch/arm64/include/asm/ |
D | cmpxchg.h | 213 #define cmpxchg(ptr, o, n) \ argument 222 #define cmpxchg_local(ptr, o, n) \ argument 249 #define _protect_cmpxchg_local(pcp, o, n) \ argument 258 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 259 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 260 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 261 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument 274 #define cmpxchg64(ptr,o,n) cmpxchg((ptr),(o),(n)) argument 275 #define cmpxchg64_local(ptr,o,n) cmpxchg_local((ptr),(o),(n)) argument 277 #define cmpxchg64_relaxed(ptr,o,n) cmpxchg_local((ptr),(o),(n)) argument
|
/linux-4.1.27/arch/arm/include/asm/ |
D | cmpxchg.h | 121 #define cmpxchg_local(ptr, o, n) \ argument 124 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 204 #define cmpxchg(ptr,o,n) \ argument 268 #define cmpxchg_local(ptr,o,n) \ argument 274 #define cmpxchg64(ptr, o, n) \ argument 279 #define cmpxchg64_relaxed(ptr, o, n) \ argument 284 #define cmpxchg64_local(ptr, o, n) cmpxchg64_relaxed((ptr), (o), (n)) argument
|
/linux-4.1.27/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 | 703 #define v4l2_subdev_call(sd, o, f, args...) \ argument 707 #define v4l2_subdev_has_op(sd, o, f) \ argument
|
/linux-4.1.27/include/asm-generic/ |
D | cmpxchg.h | 96 #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.1.27/arch/m68k/include/asm/ |
D | cmpxchg.h | 82 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 121 #define cmpxchg(ptr, o, n) \ argument 124 #define cmpxchg_local(ptr, o, n) \ argument 128 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument 136 #define cmpxchg_local(ptr, o, n) \ argument
|
D | atomic.h | 120 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/parisc/include/asm/ |
D | cmpxchg.h | 75 #define cmpxchg(ptr, o, n) \ argument 103 #define cmpxchg_local(ptr, o, n) \ argument 107 #define cmpxchg64_local(ptr, o, n) \ argument 113 #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 223 #define atomic64_cmpxchg(v, o, n) \ argument
|
D | psw.h | 85 unsigned int o:1; member
|
/linux-4.1.27/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.1.27/arch/ia64/include/uapi/asm/ |
D | cmpxchg.h | 116 #define cmpxchg_acq(ptr, o, n) \ argument 118 #define cmpxchg_rel(ptr, o, n) \ argument 131 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument 132 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
|
/linux-4.1.27/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 | 226 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() argument
|
/linux-4.1.27/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.1.27/arch/sparc/include/asm/ |
D | cmpxchg_32.h | 58 #define cmpxchg(ptr, o, n) \ argument 72 #define cmpxchg_local(ptr, o, n) \ argument 75 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
D | cmpxchg_64.h | 109 #define cmpxchg(ptr,o,n) \ argument 136 #define cmpxchg_local(ptr, o, n) \ argument 139 #define cmpxchg64_local(ptr, o, n) \ argument 144 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
D | atomic_64.h | 72 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() argument 90 #define atomic64_cmpxchg(v, o, n) \ argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | timer.h | 26 #define nv_wait(o,a,m,v) \ argument 28 #define nv_wait_ne(o,a,m,v) \ argument 30 #define nv_wait_cb(o,c,d) \ argument 46 #define nvkm_timer_create(p,e,o,d) \ argument
|
D | fuse.h | 16 #define nvkm_fuse_create(p, e, o, d) \ argument
|
D | ibus.h | 15 #define nvkm_ibus_create(p,e,o,d) \ argument
|
D | mxm.h | 19 #define nvkm_mxm_create(p,e,o,d) \ argument
|
D | bus.h | 22 #define nvkm_bus_create(p, e, o, d) \ argument
|
D | volt.h | 33 #define nvkm_volt_create(p, e, o, d) \ argument
|
D | therm.h | 50 #define nvkm_therm_create(p,e,o,d) \ argument
|
D | mmu.h | 69 #define nvkm_mmu_create(p,e,o,i,f,d) \ argument
|
D | clk.h | 116 #define nvkm_clk_create(p,e,o,i,r,s,n,d) \ argument
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cmpxchg.h | 275 #define cmpxchg(ptr, o, n) \ argument 284 #define cmpxchg_local(ptr, o, n) \ argument 293 #define cmpxchg64(ptr, o, n) \ argument 298 #define cmpxchg64_local(ptr, o, n) \ argument 306 #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 | 154 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument 415 #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.1.27/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.1.27/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.1.27/arch/mips/include/asm/ |
D | cmpxchg.h | 233 #define cmpxchg64_local(ptr, o, n) \ argument 239 #define cmpxchg64(ptr, o, n) \ argument 246 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 247 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
D | atomic.h | 211 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument 492 #define atomic64_cmpxchg(v, o, n) \ argument
|
D | local.h | 119 #define local_cmpxchg(l, o, n) \ argument
|
/linux-4.1.27/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()
|
/linux-4.1.27/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 | 125 long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg()
|
/linux-4.1.27/drivers/clk/samsung/ |
D | clk.h | 134 #define __MUX(_id, dname, cname, pnames, o, s, w, f, mf, a) \ argument 149 #define MUX(_id, cname, pnames, o, s, w) \ argument 152 #define MUX_A(_id, cname, pnames, o, s, w, a) \ argument 155 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument 158 #define MUX_FA(_id, cname, pnames, o, s, w, f, mf, a) \ argument 187 #define __DIV(_id, dname, cname, pname, o, s, w, f, df, a, t) \ argument 202 #define DIV(_id, cname, pname, o, s, w) \ argument 205 #define DIV_A(_id, cname, pname, o, s, w, a) \ argument 208 #define DIV_F(_id, cname, pname, o, s, w, f, df) \ argument 211 #define DIV_T(_id, cname, pname, o, s, w, t) \ argument [all …]
|
D | clk-s3c64xx.c | 53 #define GATE_BUS(_id, cname, pname, o, b) \ argument 55 #define GATE_SCLK(_id, cname, pname, o, b) \ argument 57 #define GATE_ON(_id, cname, pname, o, b) \ argument
|
/linux-4.1.27/drivers/md/ |
D | dm-snap.c | 361 struct origin *o; in __lookup_origin() local 371 static void __insert_origin(struct origin *o) in __insert_origin() 380 struct dm_origin *o; in __lookup_dm_origin() local 390 static void __insert_dm_origin(struct dm_origin *o) in __insert_dm_origin() 396 static void __remove_dm_origin(struct dm_origin *o) in __remove_dm_origin() 422 struct origin *o; in __find_snapshots_sharing_cow() local 502 static void __insert_snapshot(struct origin *o, struct dm_snapshot *s) in __insert_snapshot() 523 struct origin *o, *new_o = NULL; in register_snapshot() local 578 struct origin *o; in unregister_snapshot() local 766 static uint32_t __minimum_chunk_size(struct origin *o) in __minimum_chunk_size() [all …]
|
D | dm-io.c | 177 unsigned o = dp->context_u; in list_get_page() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 68 void lu_object_put(const struct lu_env *env, struct lu_object *o) in lu_object_put() 160 void lu_object_put_nocache(const struct lu_env *env, struct lu_object *o) in lu_object_put_nocache() 171 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() 492 lu_printer_t printer, const struct lu_object *o) in lu_object_print() 522 int lu_object_invariant(const struct lu_object *o) in lu_object_invariant() 599 struct lu_object *o; in lu_object_new() local 626 struct lu_object *o; in lu_object_find_try() local 807 const struct lu_object *o; in lu_site_obj_print() local 1155 int lu_object_init(struct lu_object *o, struct lu_object_header *h, in lu_object_init() [all …]
|
D | cl_page.c | 66 #define CS_PAGE_INC(o, item) argument 67 #define CS_PAGE_DEC(o, item) argument 68 #define CS_PAGESTATE_INC(o, state) argument 69 #define CS_PAGESTATE_DEC(o, state) argument 288 struct cl_object *o, pgoff_t ind, struct page *vmpage, in cl_page_alloc() 350 struct cl_object *o, in cl_page_find0() 450 struct cl_page *cl_page_find(const struct lu_env *env, struct cl_object *o, in cl_page_find() 459 struct cl_page *cl_page_find_sub(const struct lu_env *env, struct cl_object *o, in cl_page_find_sub()
|
D | cl_object.c | 135 void cl_object_put(const struct lu_env *env, struct cl_object *o) in cl_object_put() 149 void cl_object_get(struct cl_object *o) in cl_object_get() 160 struct cl_object *cl_object_top(struct cl_object *o) in cl_object_top() 183 static spinlock_t *cl_object_attr_guard(struct cl_object *o) in cl_object_attr_guard() 195 void cl_object_attr_lock(struct cl_object *o) in cl_object_attr_lock() 205 void cl_object_attr_unlock(struct cl_object *o) in cl_object_attr_unlock()
|
D | dt_object.c | 329 struct dt_object *o; in dt_reg_open() local 503 int dt_declare_version_set(const struct lu_env *env, struct dt_object *o, in dt_declare_version_set() 517 void dt_version_set(const struct lu_env *env, struct dt_object *o, in dt_version_set() 535 dt_obj_version_t dt_version_get(const struct lu_env *env, struct dt_object *o) in dt_version_get()
|
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.1.27/arch/m32r/include/asm/ |
D | cmpxchg.h | 192 #define cmpxchg(ptr, o, n) \ argument 216 #define cmpxchg_local(ptr, o, n) \ argument 219 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
D | atomic.h | 215 #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.1.27/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 698 static inline void lu_object_get(struct lu_object *o) in lu_object_get() 751 static inline struct lu_object *lu_object_next(const struct lu_object *o) in lu_object_next() 759 static inline const struct lu_fid *lu_object_fid(const struct lu_object *o) in lu_object_fid() 768 lu_object_ops(const struct lu_object *o) in lu_object_ops() 831 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS) argument 836 #define lu_object_remote(o) unlikely((o)->lo_header->loh_attr & LOHA_REMOTE) argument 838 static inline int lu_object_assert_exists(const struct lu_object *o) in lu_object_assert_exists() 843 static inline int lu_object_assert_not_exists(const struct lu_object *o) in lu_object_assert_not_exists() 851 static inline __u32 lu_object_attr(const struct lu_object *o) in lu_object_attr() 857 static inline void lu_object_ref_add(struct lu_object *o, in lu_object_ref_add() [all …]
|
D | dt_object.h | 722 static inline struct dt_object *lu2dt_obj(struct lu_object *o) in lu2dt_obj() 891 struct dt_object *o, struct lustre_handle *lh, in dt_object_lock() 904 static inline int dt_object_sync(const struct lu_env *env, struct dt_object *o, in dt_object_sync()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | priv.h | 14 #define nvkm_instobj_create(p,e,o,d) \ argument 36 #define nvkm_instmem_create(p,e,o,d) \ argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | priv.h | 6 #define nvkm_ram_create(p,e,o,d) \ argument 15 #define nvkm_ram_create_(p,e,o,s,d) \ argument
|
D | gf100.h | 19 #define gf100_ram_create(p,e,o,m,d) \ argument
|
D | nv50.h | 22 #define nv50_ram_create(p,e,o,d) \ argument
|
/linux-4.1.27/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.1.27/arch/x86/kernel/ |
D | smpboot.c | 299 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node() 307 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane() 323 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt() 341 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc() 357 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die() 395 struct cpuinfo_x86 *o; in set_cpu_sibling_map() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | priv.h | 9 #define nvkm_i2c_port_create(p,e,o,i,a,f,d) \ argument 30 #define nvkm_i2c_create(p,e,o,d) \ argument
|
D | pad.h | 21 #define nvkm_i2c_pad_create(p,e,o,i,d) \ argument
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/tile/lib/ |
D | atomic_32.c | 85 int _atomic_cmpxchg(int *v, int o, int n) in _atomic_cmpxchg() 133 long long _atomic64_cmpxchg(long long *v, long long o, long long n) in _atomic64_cmpxchg()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 45 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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | priv.h | 5 #define nvkm_bar_create(p,e,o,d) \ argument
|
/linux-4.1.27/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.1.27/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.1.27/arch/arm/mach-s3c24xx/include/mach/ |
D | s3c2412.h | 18 #define S3C2412_SSMC(x, o) (S3C2412_SSMCREG((x * 0x20) + (o))) argument
|
/linux-4.1.27/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.1.27/arch/powerpc/sysdev/ |
D | grackle.c | 22 #define GRACKLE_CFA(b, d, o) (0x80 | ((b) << 8) | ((d) << 16) \ argument
|
/linux-4.1.27/arch/metag/include/asm/ |
D | cmpxchg.h | 56 #define cmpxchg(ptr, o, n) \ argument
|
/linux-4.1.27/arch/sh/include/asm/ |
D | cmpxchg.h | 62 #define cmpxchg(ptr,o,n) \ argument
|
D | atomic.h | 39 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
|
/linux-4.1.27/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.1.27/arch/powerpc/xmon/ |
D | spu-dis.c | 45 int o = spu_opcodes[i].opcode; in init_spu_disassemble() local
|
/linux-4.1.27/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.1.27/security/keys/ |
D | trusted.h | 52 static inline void dump_options(struct trusted_key_options *o) in dump_options() 94 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.1.27/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.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_object.c | 117 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.1.27/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.1.27/arch/sh/kernel/ |
D | unwinder.c | 87 struct unwinder *o; in unwinder_enqueue() local
|
/linux-4.1.27/arch/score/include/asm/ |
D | cmpxchg.h | 40 #define cmpxchg(ptr, o, n) \ argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | priv.h | 14 #define nvkm_devinit_create(p,e,o,d) \ argument
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | priv.h | 5 #define nvkm_mc_create(p,e,o,d) \ argument
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | priv.h | 5 #define nvkm_gpio_create(p,e,o,d) \ argument
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | mbuf.h | 48 #define smtodoff(x,t,o) ((t)((x)->sm_data + (o))) argument
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821-video.c | 532 struct v4l2_output *o) in cx25821_vidioc_enum_output() 543 static int cx25821_vidioc_g_output(struct file *file, void *priv, unsigned int *o) in cx25821_vidioc_g_output() 549 static int cx25821_vidioc_s_output(struct file *file, void *priv, unsigned int o) in cx25821_vidioc_s_output()
|
/linux-4.1.27/net/netfilter/ |
D | xt_TCPOPTSTRIP.c | 39 u_int16_t n, o; in tcpoptstrip_mangle_packet() local
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | priv.h | 6 #define nvkm_pmu_create(p, e, o, d) \ argument
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | cmpxchg.h | 110 #define cmpxchg(ptr, o, n) \ argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | vvp_object.c | 58 lu_printer_t p, const struct lu_object *o) in vvp_object_print()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/isdn/mISDN/ |
D | l1oip_codec.c | 228 int ii, i = 0, o = 0; in l1oip_law_to_4bit() local
|
/linux-4.1.27/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.1.27/arch/avr32/include/asm/ |
D | cmpxchg.h | 115 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
D | atomic.h | 170 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
|
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk.h | 328 #define MUX(_id, cname, pnames, f, o, s, w, mf) \ argument 343 #define DIV(_id, cname, pname, f, o, s, w, df) \ argument 358 #define DIVTBL(_id, cname, pname, f, o, s, w, df, dt) \ argument 373 #define GATE(_id, cname, pname, f, o, b, gf) \ argument
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_isr.c | 239 unsigned int o = ARRAY_SIZE(fnic->wq_copy); in fnic_set_intr_mode() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
D | priv.h | 22 #define nvkm_ltc_create(p,e,o,d) \ argument
|
/linux-4.1.27/arch/s390/include/asm/ |
D | cmpxchg.h | 14 #define cmpxchg(ptr, o, n) \ argument
|
/linux-4.1.27/net/ceph/ |
D | osd_client.c | 1182 static struct ceph_osd *__lookup_osd(struct ceph_osd_client *osdc, int o) in __lookup_osd() 1408 int num, o; in __map_request() local 2938 struct ceph_osd *o = con->private; in get_authorizer() local 2966 struct ceph_osd *o = con->private; in verify_authorizer_reply() local 2975 struct ceph_osd *o = con->private; in invalidate_authorizer() local 2985 struct ceph_osd *o = con->private; in sign_message() local 2992 struct ceph_osd *o = con->private; in check_message_signature() local
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 523 int i, o; in befs_utf2nls() local 603 int i, o; in befs_nls2utf() local
|
/linux-4.1.27/fs/hpfs/ |
D | super.c | 428 int o; in hpfs_remount_fs() local 535 int o; in hpfs_fill_super() local
|
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | priv.h | 70 #define nvkm_pm_create(p,e,o,d) \ argument
|
/linux-4.1.27/drivers/media/platform/s5p-g2d/ |
D | g2d-regs.h | 104 #define COLOR_MODE(o, m) (((o) << 4) | (m)) argument
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/mm/ |
D | ioremap.c | 293 struct vm_struct *p, *o; in iounmap() local
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | vf.h | 199 #define IXGBE_WRITE_REG_ARRAY(h, r, o, v) ixgbe_write_reg_array(h, r, o, v) argument 207 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) argument
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/scripts/kconfig/ |
D | zconf.hash.c | 276 register int o = wordlist[key].name; in kconf_id_lookup() local
|
/linux-4.1.27/tools/virtio/ |
D | virtio_test.c | 265 int o; in main() local
|
/linux-4.1.27/drivers/bcma/ |
D | sprom.c | 223 u16 v, o; in bcma_sprom_extract_r8() local
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/include/linux/lnet/ |
D | lib-lnet.h | 196 lnet_freeobj_t *o; in lnet_freelist_alloc() local 210 lnet_freeobj_t *o = list_entry(obj, lnet_freeobj_t, fo_contents); in lnet_freelist_free() local
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | fifo.h | 92 #define nvkm_fifo_create(o,e,c,fc,lc,d) \ argument
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vid-out.c | 1045 int vidioc_g_output(struct file *file, void *priv, unsigned *o) in vidioc_g_output() 1053 int vidioc_s_output(struct file *file, void *priv, unsigned o) in vidioc_s_output()
|
/linux-4.1.27/net/openvswitch/ |
D | vport.c | 80 struct vport_ops *o; in ovs_vport_ops_register() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvmodesnv17.c | 249 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) argument
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem.c | 5094 i915_gem_obj_offset(struct drm_i915_gem_object *o, in i915_gem_obj_offset() 5116 i915_gem_obj_ggtt_offset_view(struct drm_i915_gem_object *o, in i915_gem_obj_ggtt_offset_view() 5131 bool i915_gem_obj_bound(struct drm_i915_gem_object *o, in i915_gem_obj_bound() 5147 bool i915_gem_obj_ggtt_bound_view(struct drm_i915_gem_object *o, in i915_gem_obj_ggtt_bound_view() 5162 bool i915_gem_obj_bound_any(struct drm_i915_gem_object *o) in i915_gem_obj_bound_any() 5173 unsigned long i915_gem_obj_size(struct drm_i915_gem_object *o, in i915_gem_obj_size()
|
/linux-4.1.27/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.1.27/fs/proc/ |
D | kcore.c | 47 #define kc_offset_to_vaddr(o) ((o) + PAGE_OFFSET) argument
|
/linux-4.1.27/arch/tile/mm/ |
D | pgtable.c | 561 struct vm_struct *p, *o; in iounmap() local
|
/linux-4.1.27/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.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 367 unsigned int o; in resizer_calculate_down_scale_f_div_param() local 622 unsigned int o; in resizer_calculate_normal_f_div_param() local
|
/linux-4.1.27/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.1.27/fs/ext2/ |
D | xattr.c | 564 size_t o = le16_to_cpu(last->e_value_offs); in ext2_xattr_set() local
|
/linux-4.1.27/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.1.27/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
|
/linux-4.1.27/scripts/genksyms/ |
D | genksyms.c | 761 int o; in main() local
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usb_stream.c | 377 char *i, *o; in loop_back() local
|
/linux-4.1.27/block/ |
D | blk-mq-tag.c | 363 int o = atomic_read(&bt->wake_index); in bt_wake_ptr() local
|
/linux-4.1.27/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.1.27/kernel/ |
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.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | channel.h | 99 #define ULTRA_VALID_CHANNELCLI_TRANSITION(o, n) \ argument
|
/linux-4.1.27/sound/usb/ |
D | mixer_scarlett.c | 909 int err, i, o; in snd_scarlett_controls_create() local
|
/linux-4.1.27/fs/jffs2/ |
D | wbuf.c | 269 #define jffs2_verify_write(c,b,o) (0) argument
|
/linux-4.1.27/net/ceph/crush/ |
D | mapper.c | 754 int *o; in crush_do_rule() local
|
/linux-4.1.27/fs/gfs2/ |
D | ops_fstype.c | 944 char *o, *options; in gfs2_lm_mount() local
|
/linux-4.1.27/sound/parisc/ |
D | harmony.c | 380 int o = h->st.format; in snd_harmony_set_data_format() local
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-driver.h | 829 #define ivtv_call_hw(itv, hw, o, f, args...) \ argument 836 #define ivtv_call_all(itv, o, f, args...) ivtv_call_hw(itv, 0, o, f , ##args) argument 841 #define ivtv_call_hw_err(itv, hw, o, f, args...) \ argument 848 #define ivtv_call_all_err(itv, o, f, args...) ivtv_call_hw_err(itv, 0, o, f , ##args) argument
|