Home
last modified time | relevance | path

Searched defs:o (Results 1 – 200 of 287) sorted by relevance

12

/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_io.h65 #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/
Dbnx2x_sp.c47 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/
Dprintk.h10 #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
Dobject.h65 #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
Dsubdev.h38 #define nvkm_subdev_create(p,e,o,v,s,f,d) \ argument
/linux-4.1.27/drivers/gpu/host1x/
Ddebug.c34 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
Ddev.h292 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/
Dcmpxchg.h213 #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/
Dcmpxchg.h121 #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/
Dv4l2-device.h136 #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
Dv4l2-subdev.h703 #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/
Dcmpxchg.h96 #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
Dlocal64.h44 #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
Dlocal.h43 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) argument
/linux-4.1.27/arch/m68k/include/asm/
Dcmpxchg.h82 #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
Datomic.h120 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
/linux-4.1.27/drivers/gpu/host1x/hw/
Ddebug_hw.c41 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/
Dcmpxchg.h68 #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/
Drelocs_32.c13 #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
Drelocs_64.c13 #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/
Dcmpxchg_32.h38 #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
Dcmpxchg_64.h9 #define cmpxchg64(ptr, o, n) \ argument
15 #define cmpxchg64_local(ptr, o, n) \ argument
Datomic64_32.h74 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
Dlocal.h122 #define local_cmpxchg(l, o, n) \ argument
Dpgtable_64.h172 #define kc_offset_to_vaddr(o) ((o) | ~__VIRTUAL_MASK) argument
/linux-4.1.27/arch/parisc/include/asm/
Dcmpxchg.h75 #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
Datomic.h74 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
223 #define atomic64_cmpxchg(v, o, n) \ argument
Dpsw.h85 unsigned int o:1; member
/linux-4.1.27/arch/alpha/include/asm/
Dcmpxchg.h20 #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
Dlocal.h54 #define local_cmpxchg(l, o, n) \ argument
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dcmpxchg.h116 #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/
Dcmpxchg.h65 #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
Datomic.h226 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) in ATOMIC_OPS() argument
/linux-4.1.27/arch/tile/include/asm/
Dcmpxchg.h51 #define cmpxchg(ptr, o, n) \ argument
69 #define cmpxchg64(ptr, o, n) \ argument
102 #define cmpxchg(ptr, o, n) \ argument
Datomic.h137 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()
Dkexec.h61 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/
Dcmpxchg_32.h58 #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
Dcmpxchg_64.h109 #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
Datomic_64.h72 #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/
Dtimer.h26 #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
Dfuse.h16 #define nvkm_fuse_create(p, e, o, d) \ argument
Dibus.h15 #define nvkm_ibus_create(p,e,o,d) \ argument
Dmxm.h19 #define nvkm_mxm_create(p,e,o,d) \ argument
Dbus.h22 #define nvkm_bus_create(p, e, o, d) \ argument
Dvolt.h33 #define nvkm_volt_create(p, e, o, d) \ argument
Dtherm.h50 #define nvkm_therm_create(p,e,o,d) \ argument
Dmmu.h69 #define nvkm_mmu_create(p,e,o,i,f,d) \ argument
Dclk.h116 #define nvkm_clk_create(p,e,o,i,r,s,n,d) \ argument
/linux-4.1.27/arch/powerpc/include/asm/
Dcmpxchg.h275 #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
Dppc_asm.h155 #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 …]
Datomic.h154 #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
Dlocal.h102 #define local_cmpxchg(l, o, n) \ argument
/linux-4.1.27/include/linux/mfd/syscon/
Datmel-smc.h26 #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
Datmel-matrix.h67 #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/
Dzoran_device.h90 #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/
Dcmpxchg.h233 #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
Datomic.h211 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
492 #define atomic64_cmpxchg(v, o, n) \ argument
Dlocal.h119 #define local_cmpxchg(l, o, n) \ argument
/linux-4.1.27/fs/ceph/
Dstrings.c105 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/
Dtextsearch.c113 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
Ddebugobjects.c394 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
Datomic64.c125 long long atomic64_cmpxchg(atomic64_t *v, long long o, long long n) in atomic64_cmpxchg()
/linux-4.1.27/drivers/clk/samsung/
Dclk.h134 #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 …]
Dclk-s3c64xx.c53 #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/
Ddm-snap.c361 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 …]
Ddm-io.c177 unsigned o = dp->context_u; in list_get_page() local
/linux-4.1.27/arch/unicore32/include/asm/
Dcmpxchg.h53 #define cmpxchg_local(ptr, o, n) \ argument
56 #define cmpxchg64_local(ptr, o, n) \ argument
/linux-4.1.27/arch/c6x/include/asm/
Dcmpxchg.h59 #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/
Dcc770.c118 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
Dcc770.h170 #define obj2msgobj(o) (MSGOBJ_LAST - (o)) /* message object 11..15 */ argument
/linux-4.1.27/fs/ubifs/
Dorphan.c67 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
Dtnc_commit.c170 struct ubifs_old_idx *o; in find_old_idx() local
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c68 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 …]
Dcl_page.c66 #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()
Dcl_object.c135 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()
Ddt_object.c329 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()
Dcl_lock.c65 #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/
Dcmpxchg.h192 #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
Datomic.h215 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
Dlocal.h246 #define local_cmpxchg(l, o, n) (cmpxchg_local(&((l)->counter), (o), (n))) argument
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h698 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 …]
Ddt_object.h722 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/
Dcmpxchg.h167 #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/
Dens1370.c154 #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/
Dcmpxchg.h69 #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/
Dpriv.h14 #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/
Dpriv.h6 #define nvkm_ram_create(p,e,o,d) \ argument
15 #define nvkm_ram_create_(p,e,o,s,d) \ argument
Dgf100.h19 #define gf100_ram_create(p,e,o,m,d) \ argument
Dnv50.h22 #define nv50_ram_create(p,e,o,d) \ argument
/linux-4.1.27/drivers/isdn/hardware/mISDN/
DmISDNipac.c39 #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/
Dsmpboot.c299 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/
Dpriv.h9 #define nvkm_i2c_port_create(p,e,o,i,a,f,d) \ argument
30 #define nvkm_i2c_create(p,e,o,d) \ argument
Dpad.h21 #define nvkm_i2c_pad_create(p,e,o,i,d) \ argument
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
Drgmii.h75 # 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/
Dncr53c8xx.h339 #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 …]
Dmesh.h114 #define SYNC_PARAMS(o, p) (((o) << 4) | (p)) argument
/linux-4.1.27/arch/arm/mach-integrator/
Dpci_v3.c298 #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/
Datomic_32.c85 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/
Dxfs_ialloc.h45 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
Dxfs_dir2.h251 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/
Dufs.h72 #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/
Dpriv.h5 #define nvkm_bar_create(p,e,o,d) \ argument
/linux-4.1.27/fs/qnx6/
Dqnx6.h68 #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/
Dmxb.c173 #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/
Ds3c2412.h18 #define S3C2412_SSMC(x, o) (S3C2412_SSMCREG((x * 0x20) + (o))) argument
/linux-4.1.27/arch/mn10300/unit-asb2305/
Dpci.c245 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/
Dgrackle.c22 #define GRACKLE_CFA(b, d, o) (0x80 | ((b) << 8) | ((d) << 16) \ argument
/linux-4.1.27/arch/metag/include/asm/
Dcmpxchg.h56 #define cmpxchg(ptr, o, n) \ argument
/linux-4.1.27/arch/sh/include/asm/
Dcmpxchg.h62 #define cmpxchg(ptr,o,n) \ argument
Datomic.h39 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
/linux-4.1.27/drivers/media/i2c/
Dtea6415c.c50 u32 i, u32 o, u32 config) in tea6415c_s_routing()
Dtea6420.c51 u32 i, u32 o, u32 config) in tea6420_s_routing()
/linux-4.1.27/arch/powerpc/xmon/
Dspu-dis.c45 int o = spu_opcodes[i].opcode; in init_spu_disassemble() local
/linux-4.1.27/fs/ntfs/
Dunistr.c265 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/
Dtrusted.h52 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()
Dtrusted.c662 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/
Dechoaudio_gml.c110 int err, i, o; in set_digital_mode() local
Dechoaudio_3g.c103 int err, i, o; in set_digital_mode() local
Dechoaudio_dsp.c674 int i, o, err; in restore_dsp_rettings() local
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_object.c117 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/
Dip.h46 #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/
Dunwinder.c87 struct unwinder *o; in unwinder_enqueue() local
/linux-4.1.27/arch/score/include/asm/
Dcmpxchg.h40 #define cmpxchg(ptr, o, n) \ argument
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dpriv.h14 #define nvkm_devinit_create(p,e,o,d) \ argument
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_gem.h28 #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/
Dpriv.h5 #define nvkm_mc_create(p,e,o,d) \ argument
/linux-4.1.27/arch/mips/include/asm/xtalk/
Dxtalk.h48 #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/
Dpriv.h5 #define nvkm_gpio_create(p,e,o,d) \ argument
/linux-4.1.27/drivers/net/fddi/skfp/h/
Dmbuf.h48 #define smtodoff(x,t,o) ((t)((x)->sm_data + (o))) argument
/linux-4.1.27/drivers/media/pci/cx25821/
Dcx25821-video.c532 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/
Dxt_TCPOPTSTRIP.c39 u_int16_t n, o; in tcpoptstrip_mangle_packet() local
/linux-4.1.27/arch/ia64/kernel/
Dunwind.c1169 #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/
Dpriv.h6 #define nvkm_pmu_create(p, e, o, d) \ argument
/linux-4.1.27/arch/mn10300/include/asm/
Dcmpxchg.h110 #define cmpxchg(ptr, o, n) \ argument
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_object.c58 lu_printer_t p, const struct lu_object *o) in vvp_object_print()
/linux-4.1.27/fs/affs/
Daffs.h122 #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/
Deeprom.c193 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/
Dvp702x.c101 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()
Ddvb-usb-init.c32 int ret, n, o; in dvb_usb_adapter_init() local
Dcxusb.c87 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/
Dctxgf117.c209 const u32 o = PPC_UNIT(gpc, ppc, 0); in gf117_grctx_generate_attrib() local
Dctxgf108.c757 const u32 o = TPC_UNIT(gpc, tpc, 0x500); in gf108_grctx_generate_attrib() local
Dctxgm107.c922 const u32 o = PPC_UNIT(gpc, ppc, 0); in gm107_grctx_generate_attrib() local
Dctxgf100.c1072 const u32 o = TPC_UNIT(gpc, tpc, 0x0520); in gf100_grctx_generate_attrib() local
/linux-4.1.27/drivers/isdn/mISDN/
Dl1oip_codec.c228 int ii, i = 0, o = 0; in l1oip_law_to_4bit() local
/linux-4.1.27/arch/x86/um/shared/sysdep/
Dstub_64.h13 #define MMAP_OFFSET(o) (o) argument
Dstub_32.h13 #define MMAP_OFFSET(o) ((o) >> UM_KERN_PAGE_SHIFT) argument
/linux-4.1.27/arch/avr32/include/asm/
Dcmpxchg.h115 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
Datomic.h170 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument
/linux-4.1.27/drivers/clk/rockchip/
Dclk.h328 #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/
Dfnic_isr.c239 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/
Dpriv.h22 #define nvkm_ltc_create(p,e,o,d) \ argument
/linux-4.1.27/arch/s390/include/asm/
Dcmpxchg.h14 #define cmpxchg(ptr, o, n) \ argument
/linux-4.1.27/net/ceph/
Dosd_client.c1182 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/
Dlinuxvfs.c523 int i, o; in befs_utf2nls() local
603 int i, o; in befs_nls2utf() local
/linux-4.1.27/fs/hpfs/
Dsuper.c428 int o; in hpfs_remount_fs() local
535 int o; in hpfs_fill_super() local
/linux-4.1.27/drivers/lguest/
Dlguest_user.c105 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/
Ddirect.c194 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/
Dpriv.h70 #define nvkm_pm_create(p,e,o,d) \ argument
/linux-4.1.27/drivers/media/platform/s5p-g2d/
Dg2d-regs.h104 #define COLOR_MODE(o, m) (((o) << 4) | (m)) argument
/linux-4.1.27/drivers/ssb/
Dpci.c556 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/
Ddir.c90 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/
Dioremap.c293 struct vm_struct *p, *o; in iounmap() local
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dvf.h199 #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/
Dalloc.c704 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/
Dtypes.h259 #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/
Dmkregtable.c551 static struct offset *offset_new(unsigned o) in offset_new()
631 unsigned o; in parser_auth() local
/linux-4.1.27/scripts/kconfig/
Dzconf.hash.c276 register int o = wordlist[key].name; in kconf_id_lookup() local
/linux-4.1.27/tools/virtio/
Dvirtio_test.c265 int o; in main() local
/linux-4.1.27/drivers/bcma/
Dsprom.c223 u16 v, o; in bcma_sprom_extract_r8() local
/linux-4.1.27/arch/frv/mb93090-mb00/
Dpci-vdk.c185 static int __init pci_sanity_check(struct pci_ops *o) in pci_sanity_check()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-lnet.h196 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/
Dsym_hipd.h197 #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/
Dfifo.h92 #define nvkm_fifo_create(o,e,c,fc,lc,d) \ argument
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vid-out.c1045 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/
Dvport.c80 struct vport_ops *o; in ovs_vport_ops_register() local
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dtvmodesnv17.c249 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) argument
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c5094 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/
Dnet-procfs.c10 #define set_bucket_offset(b, o) ((b) << BUCKET_SPACE | (o)) argument
Dfib_rules.c101 struct fib_rules_ops *o; in __fib_rules_register() local
/linux-4.1.27/fs/proc/
Dkcore.c47 #define kc_offset_to_vaddr(o) ((o) + PAGE_OFFSET) argument
/linux-4.1.27/arch/tile/mm/
Dpgtable.c561 struct vm_struct *p, *o; in iounmap() local
/linux-4.1.27/drivers/media/i2c/cx25840/
Dcx25840-ir.c767 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/
Ddm365_resizer.c367 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/
Dcx18-driver.h709 #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/
Dxattr.c564 size_t o = le16_to_cpu(last->e_value_offs); in ext2_xattr_set() local
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv.h365 #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/
Dcx23888-ir.c748 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/
Dgenksyms.c761 int o; in main() local
/linux-4.1.27/sound/usb/usx2y/
Dusb_stream.c377 char *i, *o; in loop_back() local
/linux-4.1.27/block/
Dblk-mq-tag.c363 int o = atomic_read(&bt->wake_index); in bt_wake_ptr() local
/linux-4.1.27/arch/alpha/kernel/
Dosf_sys.c955 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/
Dcompat.c290 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/
Dchannel.h99 #define ULTRA_VALID_CHANNELCLI_TRANSITION(o, n) \ argument
/linux-4.1.27/sound/usb/
Dmixer_scarlett.c909 int err, i, o; in snd_scarlett_controls_create() local
/linux-4.1.27/fs/jffs2/
Dwbuf.c269 #define jffs2_verify_write(c,b,o) (0) argument
/linux-4.1.27/net/ceph/crush/
Dmapper.c754 int *o; in crush_do_rule() local
/linux-4.1.27/fs/gfs2/
Dops_fstype.c944 char *o, *options; in gfs2_lm_mount() local
/linux-4.1.27/sound/parisc/
Dharmony.c380 int o = h->st.format; in snd_harmony_set_data_format() local
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-driver.h829 #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

12