Home
last modified time | relevance | path

Searched defs:op (Results 1 – 200 of 810) sorted by relevance

12345

/linux-4.1.27/arch/sh/kernel/
Dkgdb.c21 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) argument
22 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) argument
23 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \ argument
25 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument
26 #define OPCODE_BTS(op) (((op) & 0xff00) == 0x8d00) argument
27 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) argument
28 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ argument
30 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) argument
31 #define OPCODE_BRAF_REG(op) (((op) & 0x0f00) >> 8) argument
32 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) argument
[all …]
Dsys_sh.c57 asmlinkage int sys_cacheflush(unsigned long addr, unsigned long len, int op) in sys_cacheflush()
/linux-4.1.27/fs/fscache/
Doperation.c31 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
65 struct fscache_operation *op) in fscache_run_op()
84 struct fscache_operation *op) in fscache_submit_exclusive_op()
145 struct fscache_operation *op, in fscache_report_unexpected_submission()
187 struct fscache_operation *op) in fscache_submit_op()
267 struct fscache_operation *op; in fscache_start_operations() local
295 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op()
335 struct fscache_operation *op; in fscache_cancel_all_ops() local
365 void fscache_op_complete(struct fscache_operation *op, bool cancelled) in fscache_op_complete()
398 void fscache_put_operation(struct fscache_operation *op) in fscache_put_operation()
[all …]
Dpage.c173 static void fscache_attr_changed_op(struct fscache_operation *op) in fscache_attr_changed_op()
199 struct fscache_operation *op; in __fscache_attr_changed() local
256 struct fscache_retrieval *op = in fscache_release_retrieval_op() local
279 struct fscache_retrieval *op; in fscache_alloc_retrieval() local
337 struct fscache_retrieval *op = in fscache_do_cancel_retrieval() local
347 struct fscache_operation *op, in fscache_wait_for_operation_activation()
405 struct fscache_retrieval *op; in __fscache_read_or_alloc_page() local
540 struct fscache_retrieval *op; in __fscache_read_or_alloc_pages() local
657 struct fscache_retrieval *op; in __fscache_alloc_page() local
768 struct fscache_storage *op = in fscache_write_op() local
[all …]
/linux-4.1.27/drivers/xen/
Defi.c39 #define efi_data(op) (op.u.efi_runtime_call) argument
43 struct xen_platform_op op = INIT_EFI_OP(get_time); in xen_efi_get_time() local
65 struct xen_platform_op op = INIT_EFI_OP(set_time); in xen_efi_set_time() local
80 struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time); in xen_efi_get_wakeup_time() local
101 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); in xen_efi_set_wakeup_time() local
123 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable() local
146 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); in xen_efi_get_next_variable() local
171 struct xen_platform_op op = INIT_EFI_OP(set_variable); in xen_efi_set_variable() local
192 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); in xen_efi_query_variable_info() local
211 struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count); in xen_efi_get_next_high_mono_count() local
[all …]
Dfallback.c10 struct evtchn_op op; in xen_event_channel_op_compat() local
49 struct physdev_op op; in xen_physdev_op_compat() local
Dpcpu.c75 struct xen_platform_op op = { in xen_pcpu_down() local
86 struct xen_platform_op op = { in xen_pcpu_up() local
274 struct xen_platform_op op = { in sync_pcpu() local
362 struct xen_platform_op op; in xen_pcpu_id() local
Dxen-acpi-pad.c33 struct xen_platform_op op; in xen_acpi_pad_idle_cpus() local
44 struct xen_platform_op op; in xen_acpi_pad_idle_cpus_num() local
Dgntalloc.c121 static int add_grefs(struct ioctl_gntalloc_alloc_gref *op, in add_grefs()
283 struct ioctl_gntalloc_alloc_gref op; in gntalloc_ioctl_alloc() local
346 struct ioctl_gntalloc_dealloc_gref op; in gntalloc_ioctl_dealloc() local
384 struct ioctl_gntalloc_unmap_notify op; in gntalloc_ioctl_unmap_notify() local
Dxen-acpi-processor.c59 struct xen_platform_op op = { in push_cxx_to_hypervisor() local
213 struct xen_platform_op op = { in push_pxx_to_hypervisor() local
295 struct xen_platform_op op = { in get_max_acpi_id() local
Ddbgp.c9 static int xen_dbgp_op(struct usb_hcd *hcd, int op) in xen_dbgp_op()
Dacpi.c44 struct xen_platform_op op = { in xen_acpi_notify_hypervisor_state() local
/linux-4.1.27/arch/sparc/lib/
Datomic_64.S18 #define ATOMIC_OP(op) \ argument
32 #define ATOMIC_OP_RETURN(op) \ argument
46 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
55 #define ATOMIC64_OP(op) \ argument
69 #define ATOMIC64_OP_RETURN(op) \ argument
83 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) argument
Dksyms.c102 #define ATOMIC_OP(op) \ argument
106 #define ATOMIC_OP_RETURN(op) \ argument
110 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
/linux-4.1.27/arch/arm/probes/kprobes/
Dopt-arm.c132 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe()
153 __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe()
164 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback()
195 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *orig) in arch_prepare_optimized_kprobe()
304 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local
340 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe()
352 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local
360 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe()
367 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
Dtest-thumb.c94 #define DATA_PROCESSING16(op,val) \ in kprobe_thumb16_test_cases() argument
481 #define _DATA_PROCESSING32_DNM(op,s,val) \ in kprobe_thumb32_test_cases() argument
493 #define DATA_PROCESSING32_DNM(op,val) \ in kprobe_thumb32_test_cases() argument
497 #define DATA_PROCESSING32_NM(op,val) \ in kprobe_thumb32_test_cases() argument
509 #define _DATA_PROCESSING32_DM(op,s,val) \ in kprobe_thumb32_test_cases() argument
522 #define DATA_PROCESSING32_DM(op,val) \ in kprobe_thumb32_test_cases() argument
937 #define SHIFTS32(op) \ in kprobe_thumb32_test_cases() argument
989 #define PARALLEL_ADD_SUB(op) \ in kprobe_thumb32_test_cases() argument
Dtest-arm.c60 #define _DATA_PROCESSING_DNM(op,s,val) \ in kprobe_arm_test_cases() argument
83 #define DATA_PROCESSING_DNM(op,val) \ in kprobe_arm_test_cases() argument
87 #define DATA_PROCESSING_NM(op,val) \ in kprobe_arm_test_cases() argument
109 #define _DATA_PROCESSING_DM(op,s,val) \ in kprobe_arm_test_cases() argument
130 #define DATA_PROCESSING_DM(op,val) \ in kprobe_arm_test_cases() argument
/linux-4.1.27/arch/mips/include/asm/
Dr4kcache.h41 #define cache_op(op,addr) \ argument
149 #define protected_cache_op(op,addr) \ argument
162 #define protected_cachee_op(op,addr) \ argument
225 #define cache16_unroll32(base,op) \ argument
251 #define cache32_unroll32(base,op) \ argument
277 #define cache64_unroll32(base,op) \ argument
303 #define cache128_unroll32(base,op) \ argument
335 #define cache16_unroll32(base,op) \ argument
363 #define cache32_unroll32(base,op) \ argument
393 #define cache64_unroll32(base,op) \ argument
[all …]
Duasm.h34 #define ISAOPC(op) CL_uasm_i##op argument
37 #define ISAOPC(op) uasm_i##op argument
42 #define ISAOPC(op) uasm_i##op argument
45 #define ISAOPC(op) MM_uasm_i##op argument
52 #define Ip_u1u2u3(op) \ argument
55 #define Ip_u2u1u3(op) \ argument
58 #define Ip_u3u2u1(op) \ argument
61 #define Ip_u3u1u2(op) \ argument
64 #define Ip_u1u2s3(op) \ argument
67 #define Ip_u2s3u1(op) \ argument
[all …]
Datomic.h44 #define ATOMIC_OP(op, c_op, asm_op) \ argument
81 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
133 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
323 #define ATOMIC64_OP(op, c_op, asm_op) \ argument
360 #define ATOMIC64_OP_RETURN(op, c_op, asm_op) \ argument
413 #define ATOMIC64_OPS(op, c_op, asm_op) \ argument
/linux-4.1.27/arch/x86/kernel/kprobes/
Dopt.c44 struct optimized_kprobe *op; in __recover_optprobed_insn() local
142 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback()
284 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe()
299 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe()
308 void __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe()
317 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
327 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, in arch_prepare_optimized_kprobe()
386 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local
410 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe()
428 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local
[all …]
/linux-4.1.27/drivers/crypto/
Dgeode-aes.c70 geode_aes_crypt(struct geode_aes_op *op) in geode_aes_crypt()
119 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_cip() local
152 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_blk() local
188 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec() local
204 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc() local
218 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_encrypt() local
239 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_decrypt() local
259 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_cip() local
274 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_cip() local
308 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_decrypt() local
[all …]
Dmv_cesa.c118 enum crypto_op op; member
132 enum hash_op op; member
142 enum hash_op op; member
258 struct sec_accel_config op; in mv_process_current_q() local
328 struct sec_accel_config op = { 0 }; in mv_process_hash_current() local
703 static void mv_init_hash_req_ctx(struct mv_req_hash_ctx *ctx, int op, in mv_init_hash_req_ctx()
839 enum hash_op op, int count_add) in mv_cra_hash_init()
/linux-4.1.27/drivers/acpi/acpica/
Dpsutils.c89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op()
118 union acpi_parse_object *op; in acpi_ps_alloc_op() local
172 void acpi_ps_free_op(union acpi_parse_object *op) in acpi_ps_free_op()
208 u32 acpi_ps_get_name(union acpi_parse_object * op) in acpi_ps_get_name()
226 void acpi_ps_set_name(union acpi_parse_object *op, u32 name) in acpi_ps_set_name()
Dpstree.c70 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) in acpi_ps_get_arg()
127 acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) in acpi_ps_append_arg()
202 union acpi_parse_object *op) in acpi_ps_get_depth_next()
272 union acpi_parse_object *acpi_ps_get_child(union acpi_parse_object *op) in acpi_ps_get_child()
Ddsfield.c91 union acpi_parse_object *op, in acpi_ds_create_external_region()
149 acpi_ds_create_buffer_field(union acpi_parse_object *op, in acpi_ds_create_buffer_field()
473 acpi_ds_create_field(union acpi_parse_object *op, in acpi_ds_create_field()
538 acpi_ds_init_field_objects(union acpi_parse_object *op, in acpi_ds_init_field_objects()
656 acpi_ds_create_bank_field(union acpi_parse_object *op, in acpi_ds_create_bank_field()
746 acpi_ds_create_index_field(union acpi_parse_object *op, in acpi_ds_create_index_field()
Ddsobject.c79 union acpi_parse_object *op, in acpi_ds_build_internal_object()
266 union acpi_parse_object *op, in acpi_ds_build_internal_buffer_obj()
383 union acpi_parse_object *op, in acpi_ds_build_internal_package_obj()
562 union acpi_parse_object *op) in acpi_ds_create_node()
628 union acpi_parse_object *op, in acpi_ds_init_object_from_op()
Dpsobject.c173 union acpi_parse_object **op) in acpi_ps_build_named_op()
281 union acpi_parse_object *op; in acpi_ps_create_op() local
386 union acpi_parse_object **op, acpi_status status) in acpi_ps_complete_op()
560 union acpi_parse_object *op, acpi_status status) in acpi_ps_complete_final_op()
Ddsopcode.c300 union acpi_parse_object *op) in acpi_ds_eval_buffer_field_operands()
384 union acpi_parse_object *op) in acpi_ds_eval_region_operands()
476 union acpi_parse_object *op) in acpi_ds_eval_table_region_operands()
574 union acpi_parse_object *op, in acpi_ds_eval_data_object_operands()
677 union acpi_parse_object *op) in acpi_ds_eval_bank_field_operands()
Ddscontrol.c69 union acpi_parse_object *op) in acpi_ds_exec_begin_control_op()
166 union acpi_parse_object * op) in acpi_ds_exec_end_control_op()
Ddswload.c143 union acpi_parse_object *op; in acpi_ds_load1_begin_op() local
424 union acpi_parse_object *op; in acpi_ds_load1_end_op() local
Ddswload2.c72 union acpi_parse_object *op; in acpi_ds_load2_begin_op() local
374 union acpi_parse_object *op; in acpi_ds_load2_end_op() local
Ddswexec.c216 union acpi_parse_object *op; in acpi_ds_exec_begin_op() local
359 union acpi_parse_object *op; in acpi_ds_exec_end_op() local
Ddsutils.c170 acpi_ds_is_result_used(union acpi_parse_object * op, in acpi_ds_is_result_used()
339 acpi_ds_delete_result_if_not_used(union acpi_parse_object *op, in acpi_ds_delete_result_if_not_used()
796 union acpi_parse_object *op = walk_state->op; in acpi_ds_evaluate_name_path() local
Dpsloop.c86 u8 * aml_op_start, union acpi_parse_object *op) in acpi_ps_get_arguments()
393 union acpi_parse_object *op = NULL; /* current op */ in acpi_ps_parse_loop() local
Dpsscope.c146 union acpi_parse_object *op, in acpi_ps_push_scope()
200 union acpi_parse_object **op, u32 * arg_list, u32 * arg_count) in acpi_ps_pop_scope()
Dpsparse.c134 union acpi_parse_object * op) in acpi_ps_complete_this_op()
325 union acpi_parse_object *op, in acpi_ps_next_parse_state()
Ddsmethod.c95 union acpi_parse_object *op = NULL; in acpi_ds_auto_serialize_method() local
472 union acpi_parse_object *op) in acpi_ds_call_control_method()
Dpswalk.c64 union acpi_parse_object *op = subtree_root; in acpi_ps_delete_parse_tree() local
Dpsopinfo.c168 const struct acpi_opcode_info *op; in acpi_ps_get_opcode_name() local
/linux-4.1.27/net/can/
Dbcm.c164 struct bcm_op *op; in bcm_proc_show() local
242 static void bcm_can_tx(struct bcm_op *op) in bcm_can_tx()
288 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
348 static void bcm_tx_start_timer(struct bcm_op *op) in bcm_tx_start_timer()
362 struct bcm_op *op = (struct bcm_op *)data; in bcm_tx_timeout_tsklet() local
394 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler() local
404 static void bcm_rx_changed(struct bcm_op *op, struct can_frame *data) in bcm_rx_changed()
434 static void bcm_rx_update_and_send(struct bcm_op *op, in bcm_rx_update_and_send()
478 static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, in bcm_rx_cmp_to_index()
514 static void bcm_rx_starttimer(struct bcm_op *op) in bcm_rx_starttimer()
[all …]
/linux-4.1.27/drivers/scsi/
Dsun_esp.c83 struct platform_device *op = esp->dev; in esp_sbus_map_regs() local
103 struct platform_device *op = esp->dev; in esp_sbus_map_command_block() local
116 struct platform_device *op = esp->dev; in esp_sbus_register_irq() local
124 struct platform_device *op = esp->dev; in esp_get_scsi_id() local
146 struct platform_device *op = esp->dev; in esp_get_differential() local
158 struct platform_device *op = esp->dev; in esp_get_clock_params() local
175 struct platform_device *op = esp->dev; in esp_get_bursts() local
218 struct platform_device *op = esp->dev; in sbus_esp_map_single() local
226 struct platform_device *op = esp->dev; in sbus_esp_map_sg() local
234 struct platform_device *op = esp->dev; in sbus_esp_unmap_single() local
[all …]
Dqlogicpti.c706 struct platform_device *op = qpti->op; in qpti_map_regs() local
729 struct platform_device *op = qpti->op; in qpti_register_irq() local
754 struct platform_device *op = qpti->op; in qpti_get_scsi_id() local
775 struct platform_device *op = qpti->op; in qpti_get_bursts() local
808 struct platform_device *op = qpti->op; in qpti_map_queues() local
1295 static int qpti_sbus_probe(struct platform_device *op) in qpti_sbus_probe()
1405 static int qpti_sbus_remove(struct platform_device *op) in qpti_sbus_remove()
Dwd7000.c379 unchar op; /* command opcode (= 1) */ member
451 unchar op; /* Command Control Block Operation Code */ member
500 unchar op; member
511 unchar op; member
521 unchar op; member
531 unchar op; member
542 unchar op; member
558 unchar op; member
570 unchar op; member
578 unchar op; /* ICB opcode */ member
/linux-4.1.27/arch/arc/include/asm/
Dbitops.h31 #define BIT_OP(op, c_op, asm_op) \ argument
77 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument
124 #define BIT_OP(op, c_op, asm_op) \ argument
141 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument
163 #define __BIT_OP(op, c_op, asm_op) \ argument
173 #define __TEST_N_BIT_OP(op, c_op, asm_op) \ argument
185 #define BIT_OPS(op, c_op, asm_op) \ argument
Datomic.h26 #define ATOMIC_OP(op, c_op, asm_op) \ argument
41 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
100 #define ATOMIC_OP(op, c_op, asm_op) \ argument
110 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
130 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
/linux-4.1.27/arch/ia64/include/asm/
Dparavirt_privop.h240 #define PARAVIRT_OP(op) \ argument
299 #define PARAVIRT_BR0(op, type) \ argument
307 #define PARAVIRT_BR0_RET(op, type) \ argument
315 #define PARAVIRT_BR1(op, type, arg1) \ argument
324 #define PARAVIRT_BR1_RET(op, type, arg1) \ argument
333 #define PARAVIRT_BR1_VOID(op, type, arg1) \ argument
342 #define PARAVIRT_BR2(op, type, arg1, arg2) \ argument
354 #define PARAVIRT_DEFINE_CPU_OP0(op, type) \ argument
361 #define PARAVIRT_DEFINE_CPU_OP0_RET(op, type) \ argument
369 #define PARAVIRT_DEFINE_CPU_OP1_VOID(op, type) \ argument
[all …]
/linux-4.1.27/fs/ceph/
Dstrings.c33 const char *ceph_session_op_name(int op) in ceph_session_op_name()
50 const char *ceph_mds_op_name(int op) in ceph_mds_op_name()
85 const char *ceph_cap_op_name(int op) in ceph_cap_op_name()
Ddir.c321 int op = ceph_snap(inode) == CEPH_SNAPDIR ? in ceph_readdir() local
616 int op; in ceph_lookup() local
795 int op; in ceph_mkdir() local
912 int op; in ceph_unlink() local
950 int op = CEPH_MDS_OP_RENAME; in ceph_rename() local
/linux-4.1.27/fs/nfsd/
Dnfs4proc.c484 …2 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_op *op) in nfsd4_open_omfg()
1520 struct nfsd4_op *op = &args->ops[0]; in nfs41_check_op_ordering() local
1539 static inline struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC()
1544 bool nfsd4_cache_this_op(struct nfsd4_op *op) in nfsd4_cache_this_op()
1612 struct nfsd4_op *op; in nfsd4_proc_compound() local
1772 static inline u32 nfsd4_only_status_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_only_status_rsize()
1777 static inline u32 nfsd4_status_stateid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_status_stateid_rsize()
1782 static inline u32 nfsd4_commit_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_commit_rsize()
1787 static inline u32 nfsd4_create_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_create_rsize()
1799 struct nfsd4_op *op) in nfsd4_getattr_rsize()
[all …]
Dfault_inject.c34 struct nfsd_fault_inject_op *op = file_inode(file)->i_private; in fault_inject_read() local
50 struct nfsd_fault_inject_op *op = file_inode(file)->i_private; in fault_inject_write() local
133 struct nfsd_fault_inject_op *op; in nfsd_fault_inject_init() local
/linux-4.1.27/fs/dlm/
Dplock.c64 static void send_op(struct plock_op *op) in send_op()
83 struct plock_op *op; in do_unlock_close() local
108 struct plock_op *op; in dlm_posix_lock() local
188 static int dlm_plock_callback(struct plock_op *op) in dlm_plock_callback()
248 struct plock_op *op; in dlm_posix_unlock() local
322 struct plock_op *op; in dlm_posix_get() local
388 struct plock_op *op = NULL; in dev_read() local
425 struct plock_op *op; in dev_write() local
/linux-4.1.27/arch/mips/mm/
Duasm.c146 #define I_u1u2u3(op) \ argument
153 #define I_s3s1s2(op) \ argument
160 #define I_u2u1u3(op) \ argument
167 #define I_u3u2u1(op) \ argument
174 #define I_u3u1u2(op) \ argument
181 #define I_u1u2s3(op) \ argument
188 #define I_u2s3u1(op) \ argument
195 #define I_u2u1s3(op) \ argument
202 #define I_u2u1msbu3(op) \ argument
209 #define I_u2u1msb32u3(op) \ argument
[all …]
/linux-4.1.27/arch/sh/include/asm/
Datomic-llsc.h18 #define ATOMIC_OP(op) \ argument
33 #define ATOMIC_OP_RETURN(op) \ argument
51 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
Datomic-grb.h4 #define ATOMIC_OP(op) \ argument
24 #define ATOMIC_OP_RETURN(op) \ argument
46 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
Datomic-irq.h12 #define ATOMIC_OP(op, c_op) \ argument
22 #define ATOMIC_OP_RETURN(op, c_op) \ argument
36 #define ATOMIC_OPS(op, c_op) ATOMIC_OP(op, c_op) ATOMIC_OP_RETURN(op, c_op) argument
Dfutex.h15 int op = (encoded_op >> 28) & 7; in futex_atomic_op_inuser() local
/linux-4.1.27/drivers/md/bcache/
Dbtree.c116 #define btree(fn, key, b, op, ...) \ argument
136 #define btree_root(fn, c, op, ...) \ argument
837 static int mca_cannibalize_lock(struct cache_set *c, struct btree_op *op) in mca_cannibalize_lock()
852 static struct btree *mca_cannibalize(struct cache_set *c, struct btree_op *op, in mca_cannibalize()
888 static struct btree *mca_alloc(struct cache_set *c, struct btree_op *op, in mca_alloc()
968 struct btree *bch_btree_node_get(struct cache_set *c, struct btree_op *op, in bch_btree_node_get()
1065 struct btree *__bch_btree_node_alloc(struct cache_set *c, struct btree_op *op, in __bch_btree_node_alloc()
1108 struct btree_op *op, int level, in bch_btree_node_alloc()
1115 struct btree_op *op) in btree_node_alloc_replacement()
1147 static int btree_check_reserve(struct btree *b, struct btree_op *op) in btree_check_reserve()
[all …]
Drequest.c57 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_keys() local
117 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_invalidate() local
145 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_error() local
176 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_endio() local
193 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_start() local
312 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert() local
470 struct btree_op op; member
502 static int cache_lookup_fn(struct btree_op *op, struct btree *b, struct bkey *k) in cache_lookup_fn()
Dbtree.h218 static inline void bch_btree_op_init(struct btree_op *op, int write_lock_level) in bch_btree_op_init()
279 static inline int bch_btree_map_nodes(struct btree_op *op, struct cache_set *c, in bch_btree_map_nodes()
285 static inline int bch_btree_map_leaf_nodes(struct btree_op *op, in bch_btree_map_leaf_nodes()
Dmovinggc.c17 struct data_insert_op op; member
98 struct data_insert_op *op = &io->op; in write_moving() local
Dwriteback.c472 struct btree_op op; member
479 struct sectors_dirty_init *op = container_of(_op, in sectors_dirty_init_fn() local
493 struct sectors_dirty_init op; in bch_sectors_dirty_init() local
Dsysfs.c403 struct btree_op op; member
410 struct bset_stats_op *op = container_of(b_op, struct bset_stats_op, op); in bch_btree_bset_stats() local
420 struct bset_stats_op op; in bch_bset_print_stats() local
/linux-4.1.27/fs/cachefiles/
Drdwr.c153 struct fscache_retrieval *op; in cachefiles_read_copier() local
227 struct fscache_retrieval *op, in cachefiles_read_backing_file_one()
390 int cachefiles_read_or_alloc_page(struct fscache_retrieval *op, in cachefiles_read_or_alloc_page()
467 struct fscache_retrieval *op, in cachefiles_read_backing_file()
678 int cachefiles_read_or_alloc_pages(struct fscache_retrieval *op, in cachefiles_read_or_alloc_pages()
796 int cachefiles_allocate_page(struct fscache_retrieval *op, in cachefiles_allocate_page()
833 int cachefiles_allocate_pages(struct fscache_retrieval *op, in cachefiles_allocate_pages()
879 int cachefiles_write_page(struct fscache_storage *op, struct page *page) in cachefiles_write_page()
/linux-4.1.27/arch/x86/include/asm/
Dparavirt_types.h366 #define paravirt_type(op) \ argument
534 #define PVOP_TEST_NULL(op) BUG_ON(op == NULL) argument
536 #define PVOP_TEST_NULL(op) ((void)op) argument
539 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument
571 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument
575 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument
581 #define ____PVOP_VCALL(op, clbr, call_clbr, extra_clbr, pre, post, ...) \ argument
595 #define __PVOP_VCALL(op, pre, post, ...) \ argument
600 #define __PVOP_VCALLEESAVE(op, pre, post, ...) \ argument
607 #define PVOP_CALL0(rettype, op) \ argument
[all …]
Drmwcc.h16 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
19 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
33 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \ argument
36 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \ argument
/linux-4.1.27/arch/xtensa/include/asm/
Datomic.h62 #define ATOMIC_OP(op) \ argument
80 #define ATOMIC_OP_RETURN(op) \ argument
103 #define ATOMIC_OP(op) \ argument
121 #define ATOMIC_OP_RETURN(op) \ argument
143 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
/linux-4.1.27/drivers/xen/xen-pciback/
Dpciback_ops.c139 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msi()
174 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msi()
195 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msix()
260 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msix()
315 struct xen_pci_op *op = &pdev->op; in xen_pcibk_do_op() local
/linux-4.1.27/drivers/sbus/char/
Dopenprom.c143 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop()
160 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop()
190 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt()
198 …next(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio *op, int bufsi… in opromnext()
245 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node()
270 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node()
284 static int opromgetbootargs(void __user *argp, struct openpromio *op, int bufsize) in opromgetbootargs()
414 struct opiocdesc op; in opiocget() local
446 struct opiocdesc op; in opiocnextprop() local
492 struct opiocdesc op; in opiocset() local
Dbbc_i2c.c53 static void set_device_claimage(struct bbc_i2c_bus *bp, struct platform_device *op, int val) in set_device_claimage()
70 struct platform_device *op = NULL; in bbc_i2c_getdev() local
88 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) in bbc_i2c_attach()
116 struct platform_device *op = client->op; in bbc_i2c_detach() local
293 static struct bbc_i2c_bus * attach_one_i2c(struct platform_device *op, int index) in attach_one_i2c()
362 static int bbc_i2c_probe(struct platform_device *op) in bbc_i2c_probe()
386 static int bbc_i2c_remove(struct platform_device *op) in bbc_i2c_remove()
Ddisplay7seg.c171 static int d7s_probe(struct platform_device *op) in d7s_probe()
235 static int d7s_remove(struct platform_device *op) in d7s_remove()
Dflash.c161 static int flash_probe(struct platform_device *op) in flash_probe()
192 static int flash_remove(struct platform_device *op) in flash_remove()
Dbbc_envctrl.c445 static void attach_one_temp(struct bbc_i2c_bus *bp, struct platform_device *op, in attach_one_temp()
493 static void attach_one_fan(struct bbc_i2c_bus *bp, struct platform_device *op, in attach_one_fan()
567 struct platform_device *op; in bbc_envctrl_init() local
/linux-4.1.27/drivers/usb/host/
Duhci-grlib.c89 static int uhci_hcd_grlib_probe(struct platform_device *op) in uhci_hcd_grlib_probe()
149 static int uhci_hcd_grlib_remove(struct platform_device *op) in uhci_hcd_grlib_remove()
170 static void uhci_hcd_grlib_shutdown(struct platform_device *op) in uhci_hcd_grlib_shutdown()
Dehci-grlib.c85 static int ehci_hcd_grlib_probe(struct platform_device *op) in ehci_hcd_grlib_probe()
156 static int ehci_hcd_grlib_remove(struct platform_device *op) in ehci_hcd_grlib_remove()
Dehci-xilinx-of.c130 static int ehci_hcd_xilinx_of_probe(struct platform_device *op) in ehci_hcd_xilinx_of_probe()
214 static int ehci_hcd_xilinx_of_remove(struct platform_device *op) in ehci_hcd_xilinx_of_remove()
Dohci-ppc-of.c86 static int ohci_hcd_ppc_of_probe(struct platform_device *op) in ohci_hcd_ppc_of_probe()
180 static int ohci_hcd_ppc_of_remove(struct platform_device *op) in ohci_hcd_ppc_of_remove()
Dehci-ppc-of.c93 static int ehci_hcd_ppc_of_probe(struct platform_device *op) in ehci_hcd_ppc_of_probe()
185 static int ehci_hcd_ppc_of_remove(struct platform_device *op) in ehci_hcd_ppc_of_remove()
Duhci-platform.c131 static void uhci_hcd_platform_shutdown(struct platform_device *op) in uhci_hcd_platform_shutdown()
/linux-4.1.27/arch/powerpc/kernel/
Dftrace.c34 unsigned int op; in ftrace_call_replace() local
87 static int is_bl_op(unsigned int op) in is_bl_op()
92 static unsigned long find_bl_target(unsigned long ip, unsigned int op) in find_bl_target()
109 unsigned int op; in __ftrace_make_nop() local
174 unsigned int op; in __ftrace_make_nop() local
293 unsigned int op[2]; in __ftrace_make_call() local
337 unsigned int op; in __ftrace_make_call() local
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dapply.c148 struct ovl_priv_data *op; in apply_init_priv() local
215 struct ovl_priv_data *op; in dss_check_settings_low() local
310 struct ovl_priv_data *op; in need_isr() local
349 struct ovl_priv_data *op; in need_go() local
389 struct ovl_priv_data *op = get_ovl_priv(ovl); in extra_info_update_ongoing() local
553 struct ovl_priv_data *op; in dss_mgr_wait_for_go_ovl() local
629 struct ovl_priv_data *op = get_ovl_priv(ovl); in dss_ovl_write_regs() local
667 struct ovl_priv_data *op = get_ovl_priv(ovl); in dss_ovl_write_regs_extra() local
795 struct ovl_priv_data *op; in mgr_clear_shadow_dirty() local
950 struct ovl_priv_data *op; in omap_dss_mgr_apply_ovl() local
[all …]
/linux-4.1.27/arch/s390/net/
Dbpf_jit_comp.c123 #define _EMIT2(op) \ argument
130 #define EMIT2(op, b1, b2) \ argument
137 #define _EMIT4(op) \ argument
144 #define EMIT4(op, b1, b2) \ argument
151 #define EMIT4_RRF(op, b1, b2, b3) \ argument
159 #define _EMIT4_DISP(op, disp) \ argument
165 #define EMIT4_DISP(op, b1, b2, disp) \ argument
173 #define EMIT4_IMM(op, b1, imm) \ argument
180 #define EMIT4_PCREL(op, pcrel) \ argument
235 #define _EMIT6_IMM(op, imm) \ argument
[all …]
/linux-4.1.27/arch/powerpc/xmon/
Dppc-opc.c1539 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… argument
1555 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
1559 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument
1573 #define BBOCB(op, bo, cb, aa, lk) \ argument
1587 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument
1591 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) argument
1598 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
1602 #define DEO(op, xop) (OP (op) | ((xop) & 0xf)) argument
1606 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) argument
1610 #define M(op, rc) (OP (op) | ((rc) & 1)) argument
[all …]
Dppc-dis.c35 unsigned long op; in print_insn_powerpc() local
/linux-4.1.27/arch/ia64/kernel/
Dsmp.c145 send_IPI_single (int dest_cpu, int op) in send_IPI_single()
155 send_IPI_allbutself (int op) in send_IPI_allbutself()
169 send_IPI_mask(const struct cpumask *mask, int op) in send_IPI_mask()
182 send_IPI_all (int op) in send_IPI_all()
195 send_IPI_self (int op) in send_IPI_self()
/linux-4.1.27/drivers/mtd/maps/
Dsun_uflash.c50 int uflash_devinit(struct platform_device *op, struct device_node *dp) in uflash_devinit()
110 static int uflash_probe(struct platform_device *op) in uflash_probe()
123 static int uflash_remove(struct platform_device *op) in uflash_remove()
/linux-4.1.27/arch/arm64/include/asm/
Datomic.h47 #define ATOMIC_OP(op, asm_op) \ argument
62 #define ATOMIC_OP_RETURN(op, asm_op) \ argument
81 #define ATOMIC_OPS(op, asm_op) \ argument
145 #define ATOMIC64_OP(op, asm_op) \ argument
160 #define ATOMIC64_OP_RETURN(op, asm_op) \ argument
179 #define ATOMIC64_OPS(op, asm_op) \ argument
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_qmath.c109 s32 qm_shl32(s32 op, int shift) in qm_shl32()
134 s16 qm_shl16(s16 op, int shift) in qm_shl16()
158 s16 qm_shr16(s16 op, int shift) in qm_shr16()
167 s16 qm_norm32(s32 op) in qm_norm32()
/linux-4.1.27/arch/arm/include/asm/
Datomic.h41 #define ATOMIC_OP(op, c_op, asm_op) \ argument
59 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
140 #define ATOMIC_OP(op, c_op, asm_op) \ argument
150 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
190 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
273 #define ATOMIC64_OP(op, op1, op2) \ argument
292 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument
317 #define ATOMIC64_OPS(op, op1, op2) \ argument
/linux-4.1.27/arch/sparc/kernel/
Dof_device_common.c17 struct platform_device *op = of_find_device_by_node(node); in irq_of_parse_and_map() local
29 struct platform_device *op = of_find_device_by_node(node); in of_address_to_resource() local
41 struct platform_device *op = of_find_device_by_node(node); in of_iomap() local
63 struct platform_device *op = of_find_device_by_node(dp); in of_propagate_archdata() local
Dsbus.c61 struct platform_device *op = to_platform_device(dev); in sbus_set_sbus64() local
208 static unsigned int sbus_build_irq(struct platform_device *op, unsigned int ino) in sbus_build_irq()
271 struct platform_device *op = dev_id; in sysio_ue_handler() local
345 struct platform_device *op = dev_id; in sysio_ce_handler() local
424 struct platform_device *op = dev_id; in sysio_sbus_error_handler() local
492 static void __init sysio_register_error_handlers(struct platform_device *op) in sysio_register_error_handlers()
538 static void __init sbus_iommu_init(struct platform_device *op) in sbus_iommu_init()
667 struct platform_device *op = of_find_device_by_node(dp); in sbus_init() local
Dapc.c73 static inline void apc_free(struct platform_device *op) in apc_free()
142 static int apc_probe(struct platform_device *op) in apc_probe()
Dcentral.c63 static int clock_board_probe(struct platform_device *op) in clock_board_probe()
159 static int fhc_probe(struct platform_device *op) in fhc_probe()
Dof_device_32.c244 static void __init build_device_resources(struct platform_device *op, in build_device_resources()
341 struct platform_device *op = kzalloc(sizeof(*op), GFP_KERNEL); in scan_one_device() local
396 struct platform_device *op = scan_one_device(dp, parent); in scan_tree() local
Dof_device_64.c314 static void __init build_device_resources(struct platform_device *op, in build_device_resources()
532 static unsigned int __init build_one_device_irq(struct platform_device *op, in build_one_device_irq()
638 struct platform_device *op = kzalloc(sizeof(*op), GFP_KERNEL); in scan_one_device() local
691 struct platform_device *op = scan_one_device(dp, parent); in scan_tree() local
Dpower.c36 static int power_probe(struct platform_device *op) in power_probe()
Dchmc.c395 static int jbusmc_probe(struct platform_device *op) in jbusmc_probe()
692 static int chmc_probe(struct platform_device *op) in chmc_probe()
766 static int us3mc_probe(struct platform_device *op) in us3mc_probe()
775 static void chmc_destroy(struct platform_device *op, struct chmc *p) in chmc_destroy()
782 static void jbusmc_destroy(struct platform_device *op, struct jbusmc *p) in jbusmc_destroy()
789 static int us3mc_remove(struct platform_device *op) in us3mc_remove()
Dpmc.c56 static int pmc_probe(struct platform_device *op) in pmc_probe()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-ops.c192 static int ccp_do_cmd(struct ccp_op *op, u32 *cr, unsigned int cr_count) in ccp_do_cmd()
263 static int ccp_perform_aes(struct ccp_op *op) in ccp_perform_aes()
294 static int ccp_perform_xts_aes(struct ccp_op *op) in ccp_perform_xts_aes()
321 static int ccp_perform_sha(struct ccp_op *op) in ccp_perform_sha()
347 static int ccp_perform_rsa(struct ccp_op *op) in ccp_perform_rsa()
368 static int ccp_perform_passthru(struct ccp_op *op) in ccp_perform_passthru()
409 static int ccp_perform_ecc(struct ccp_op *op) in ccp_perform_ecc()
747 struct ccp_op *op, unsigned int block_size, in ccp_prepare_data()
820 struct ccp_op *op) in ccp_process_data()
837 struct ccp_op op; in ccp_copy_to_from_ksb() local
[all …]
/linux-4.1.27/include/linux/ceph/
Drados.h311 #define GENERATE_ENUM_ENTRY(op, opcode, str) CEPH_OSD_OP_##op = (opcode), argument
316 static inline int ceph_osd_op_type_lock(int op) in ceph_osd_op_type_lock()
320 static inline int ceph_osd_op_type_data(int op) in ceph_osd_op_type_data()
324 static inline int ceph_osd_op_type_attr(int op) in ceph_osd_op_type_attr()
328 static inline int ceph_osd_op_type_exec(int op) in ceph_osd_op_type_exec()
332 static inline int ceph_osd_op_type_pg(int op) in ceph_osd_op_type_pg()
336 static inline int ceph_osd_op_type_multi(int op) in ceph_osd_op_type_multi()
341 static inline int ceph_osd_op_mode_subop(int op) in ceph_osd_op_mode_subop()
345 static inline int ceph_osd_op_mode_read(int op) in ceph_osd_op_mode_read()
350 static inline int ceph_osd_op_mode_modify(int op) in ceph_osd_op_mode_modify()
[all …]
/linux-4.1.27/include/asm-generic/
Datomic64.h24 #define ATOMIC64_OP(op) \ argument
27 #define ATOMIC64_OP_RETURN(op) \ argument
30 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) argument
Datomic.h42 #define ATOMIC_OP(op, c_op) \ argument
52 #define ATOMIC_OP_RETURN(op, c_op) \ argument
68 #define ATOMIC_OP(op, c_op) \ argument
78 #define ATOMIC_OP_RETURN(op, c_op) \ argument
Dfutex.h31 int op = (encoded_op >> 28) & 7; in futex_atomic_op_inuser() local
124 int op = (encoded_op >> 28) & 7; in futex_atomic_op_inuser() local
/linux-4.1.27/net/ceph/
Dceph_strings.c19 const char *ceph_osd_op_name(int op) in ceph_osd_op_name()
22 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
Dauth_x_protocol.h19 __le16 op; member
23 __le16 op; member
/linux-4.1.27/drivers/crypto/caam/
Ddesc_constr.h158 #define APPEND_CMD_RET(cmd, op) \ argument
181 #define APPEND_CMD(cmd, op) \ argument
189 #define APPEND_CMD_LEN(cmd, op) \ in APPEND_CMD() argument
201 #define APPEND_CMD_PTR(cmd, op) \ argument
230 #define APPEND_SEQ_PTR_INTLEN(cmd, op) \ argument
244 #define APPEND_CMD_PTR_TO_IMM(cmd, op) \ argument
254 #define APPEND_CMD_PTR_EXTLEN(cmd, op) \ argument
268 #define APPEND_CMD_PTR_LEN(cmd, op, type) \ argument
285 #define APPEND_CMD_PTR_TO_IMM2(cmd, op) \ argument
296 #define APPEND_CMD_RAW_IMM(cmd, op, type) \ argument
[all …]
/linux-4.1.27/arch/parisc/include/asm/
Datomic.h101 #define ATOMIC_OP(op, c_op) \ argument
111 #define ATOMIC_OP_RETURN(op, c_op) \ argument
124 #define ATOMIC_OPS(op, c_op) ATOMIC_OP(op, c_op) ATOMIC_OP_RETURN(op, c_op) argument
161 #define ATOMIC64_OP(op, c_op) \ argument
171 #define ATOMIC64_OP_RETURN(op, c_op) \ argument
184 #define ATOMIC64_OPS(op, c_op) ATOMIC64_OP(op, c_op) ATOMIC64_OP_RETURN(op, c_op) argument
/linux-4.1.27/arch/x86/mm/kmemcheck/
Dopcode.c39 void kmemcheck_opcode_decode(const uint8_t *op, unsigned int *size) in kmemcheck_opcode_decode()
98 const uint8_t *kmemcheck_opcode_get_primary(const uint8_t *op) in kmemcheck_opcode_get_primary()
Dselftest.c38 static bool selftest_opcode_one(const struct selftest_opcode *op) in selftest_opcode_one()
/linux-4.1.27/kernel/trace/
Dtrace_selftest.c107 struct ftrace_ops *op, in trace_selftest_test_probe1_func()
116 struct ftrace_ops *op, in trace_selftest_test_probe2_func()
125 struct ftrace_ops *op, in trace_selftest_test_probe3_func()
134 struct ftrace_ops *op, in trace_selftest_test_global_func()
143 struct ftrace_ops *op, in trace_selftest_test_dyn_func()
417 struct ftrace_ops *op, in trace_selftest_test_recursion_func()
432 struct ftrace_ops *op, in trace_selftest_test_recursion_safe_func()
546 struct ftrace_ops *op, in trace_selftest_test_regs_func()
/linux-4.1.27/drivers/net/ethernet/sun/
Dsunqe.c683 struct platform_device *op; in qe_get_drvinfo() local
715 static void qec_init_once(struct sunqec *qecp, struct platform_device *op) in qec_init_once()
767 struct platform_device *op = to_platform_device(child->dev.parent); in get_qec() local
831 static int qec_ether_init(struct platform_device *op) in qec_ether_init()
930 static int qec_sbus_probe(struct platform_device *op) in qec_sbus_probe()
935 static int qec_sbus_remove(struct platform_device *op) in qec_sbus_remove()
983 struct platform_device *op = root_qec_dev->op; in qec_exit() local
/linux-4.1.27/arch/powerpc/include/asm/
Datomic.h29 #define ATOMIC_OP(op, asm_op) \ argument
45 #define ATOMIC_OP_RETURN(op, asm_op) \ argument
65 #define ATOMIC_OPS(op, asm_op) ATOMIC_OP(op, asm_op) ATOMIC_OP_RETURN(op, asm_op) argument
269 #define ATOMIC64_OP(op, asm_op) \ argument
284 #define ATOMIC64_OP_RETURN(op, asm_op) \ argument
303 #define ATOMIC64_OPS(op, asm_op) ATOMIC64_OP(op, asm_op) ATOMIC64_OP_RETURN(op, asm_op) argument
Dbitops.h57 #define DEFINE_BITOP(fn, op, prefix) \ argument
102 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
/linux-4.1.27/arch/metag/include/asm/
Datomic_lnkget.h30 #define ATOMIC_OP(op) \ argument
48 #define ATOMIC_OP_RETURN(op) \ argument
72 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
Datomic_lock1.h40 #define ATOMIC_OP(op, c_op) \ argument
51 #define ATOMIC_OP_RETURN(op, c_op) \ argument
67 #define ATOMIC_OPS(op, c_op) ATOMIC_OP(op, c_op) ATOMIC_OP_RETURN(op, c_op) argument
/linux-4.1.27/arch/hexagon/include/asm/
Datomic.h97 #define ATOMIC_OP(op) \ argument
113 #define ATOMIC_OP_RETURN(op) \ argument
130 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
/linux-4.1.27/arch/parisc/kernel/
Dsmp.c189 ipi_send(int cpu, enum ipi_message_type op) in ipi_send()
202 send_IPI_mask(const struct cpumask *mask, enum ipi_message_type op) in send_IPI_mask()
211 send_IPI_single(int dest_cpu, enum ipi_message_type op) in send_IPI_single()
219 send_IPI_allbutself(enum ipi_message_type op) in send_IPI_allbutself()
/linux-4.1.27/include/scsi/
Dfc_encode.h105 unsigned int op, size_t req_size, in fc_ct_hdr_fill()
133 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ns_fill()
217 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_ms_fill()
511 unsigned int op, enum fc_rctl *r_ctl, in fc_ct_fill()
534 unsigned int op) in fc_plogi_fill()
691 struct fc_frame *fp, unsigned int op, in fc_els_fill()
/linux-4.1.27/arch/mn10300/include/asm/
Datomic.h48 #define ATOMIC_OP(op) \ argument
67 #define ATOMIC_OP_RETURN(op) \ argument
87 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
/linux-4.1.27/arch/m68k/include/asm/
Datomic.h33 #define ATOMIC_OP(op, c_op, asm_op) \ argument
41 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
58 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
73 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
/linux-4.1.27/sound/soc/fsl/
Dpcm030-audio-fabric.c54 static int pcm030_fabric_probe(struct platform_device *op) in pcm030_fabric_probe()
105 static int pcm030_fabric_remove(struct platform_device *op) in pcm030_fabric_remove()
Dmpc5200_psc_i2s.c159 static int psc_i2s_of_probe(struct platform_device *op) in psc_i2s_of_probe()
212 static int psc_i2s_of_remove(struct platform_device *op) in psc_i2s_of_remove()
Dmpc5200_psc_ac97.c282 static int psc_ac97_of_probe(struct platform_device *op) in psc_ac97_of_probe()
320 static int psc_ac97_of_remove(struct platform_device *op) in psc_ac97_of_remove()
/linux-4.1.27/arch/ia64/include/asm/sn/
Dmspec.h26 #define FETCHOP_LOAD_OP(addr, op) ( \ argument
29 #define FETCHOP_STORE_OP(addr, op, x) ( \ argument
/linux-4.1.27/lib/
Datomic64.c73 #define ATOMIC64_OP(op, c_op) \ argument
85 #define ATOMIC64_OP_RETURN(op, c_op) \ argument
99 #define ATOMIC64_OPS(op, c_op) \ argument
Dsmp_processor_id.c60 notrace void __this_cpu_preempt_check(const char *op) in __this_cpu_preempt_check()
/linux-4.1.27/arch/alpha/include/asm/
Datomic.h32 #define ATOMIC_OP(op) \ argument
48 #define ATOMIC_OP_RETURN(op) \ argument
68 #define ATOMIC64_OP(op) \ argument
84 #define ATOMIC64_OP_RETURN(op) \ argument
/linux-4.1.27/tools/power/cpupower/utils/helpers/
Dhelpers.h189 static inline unsigned int cpuid_eax(unsigned int op) { return 0; }; in cpuid_eax()
190 static inline unsigned int cpuid_ebx(unsigned int op) { return 0; }; in cpuid_ebx()
191 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx()
192 static inline unsigned int cpuid_edx(unsigned int op) { return 0; }; in cpuid_edx()
/linux-4.1.27/drivers/input/misc/
Dsparcspkr.c185 static int bbc_beep_probe(struct platform_device *op) in bbc_beep_probe()
231 static int bbc_remove(struct platform_device *op) in bbc_remove()
267 static int grover_beep_probe(struct platform_device *op) in grover_beep_probe()
309 static int grover_remove(struct platform_device *op) in grover_remove()
/linux-4.1.27/arch/m32r/include/asm/
Datomic.h48 #define ATOMIC_OP(op) \ argument
69 #define ATOMIC_OP_RETURN(op) \ argument
92 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
/linux-4.1.27/arch/arm64/kernel/
Dmodule.c66 static int reloc_data(enum aarch64_reloc_op op, void *place, u64 val, int len) in reloc_data()
103 static int reloc_insn_movw(enum aarch64_reloc_op op, void *place, u64 val, in reloc_insn_movw()
161 static int reloc_insn_imm(enum aarch64_reloc_op op, void *place, u64 val, in reloc_insn_imm()
/linux-4.1.27/include/uapi/linux/
Dwil6210_uapi.h75 uint32_t op; /* enum wil_memio_op */ member
81 uint32_t op; /* enum wil_memio_op */ member
/linux-4.1.27/include/linux/
Dsysrq.h63 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key()
68 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
Dfscache-cache.h131 static inline void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init()
148 struct fscache_operation op; member
173 struct fscache_retrieval *fscache_get_retrieval(struct fscache_retrieval *op) in fscache_get_retrieval()
185 static inline void fscache_enqueue_retrieval(struct fscache_retrieval *op) in fscache_enqueue_retrieval()
195 static inline void fscache_retrieval_complete(struct fscache_retrieval *op, in fscache_retrieval_complete()
209 static inline void fscache_put_retrieval(struct fscache_retrieval *op) in fscache_put_retrieval()
222 struct fscache_operation op; member
479 static inline void fscache_end_io(struct fscache_retrieval *op, in fscache_end_io()
Dutil_macros.h4 #define __find_closest(x, a, as, op) \ argument
/linux-4.1.27/fs/nfs/
Dcallback_xdr.c184 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) in decode_op_hdr()
643 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) in encode_op_hdr()
723 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op()
781 preprocess_nfs41_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs41_op()
793 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op()
805 preprocess_nfs42_op(int nop, unsigned int op_nr, struct callback_op **op) in preprocess_nfs42_op()
812 preprocess_nfs4_op(unsigned int op_nr, struct callback_op **op) in preprocess_nfs4_op()
831 struct callback_op *op = &callback_ops[0]; in process_op() local
/linux-4.1.27/net/rfkill/
Dinput.c57 static void __rfkill_handle_global_op(enum rfkill_sched_op op) in __rfkill_handle_global_op()
105 enum rfkill_sched_op op = rfkill_op; in rfkill_op_handler() local
156 static void rfkill_schedule_global_op(enum rfkill_sched_op op) in rfkill_schedule_global_op()
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-core.c52 #define log_memop(vb, op) \ argument
57 #define call_memop(vb, op, args...) \ argument
69 #define call_ptr_memop(vb, op, args...) \ argument
81 #define call_void_memop(vb, op, args...) \ argument
91 #define log_qop(q, op) \ argument
95 #define call_qop(q, op, args...) \ argument
106 #define call_void_qop(q, op, args...) \ argument
114 #define log_vb_qop(vb, op, args...) \ argument
119 #define call_vb_qop(vb, op, args...) \ argument
131 #define call_void_vb_qop(vb, op, args...) \ argument
[all …]
/linux-4.1.27/drivers/tty/vt/
Dvt_ioctl.c223 …fontx_ioctl(int cmd, struct consolefontdesc __user *user_cfd, int perm, struct console_font_op *op) in do_fontx_ioctl()
338 struct console_font_op op; /* used in multiple places here */ in vt_ioctl() local
1098 int perm, struct console_font_op *op) in compat_fontx_ioctl()
1137 compat_uint_t op; /* operation code KD_FONT_OP_* */ member
1146 int perm, struct console_font_op *op, struct vc_data *vc) in compat_kdfontop_ioctl()
1200 struct console_font_op op; /* used in multiple places here */ in vt_compat_ioctl() local
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_pool.c322 int lov_ost_pool_init(struct ost_pool *op, unsigned int count) in lov_ost_pool_init()
339 int lov_ost_pool_extend(struct ost_pool *op, unsigned int min_count) in lov_ost_pool_extend()
362 int lov_ost_pool_add(struct ost_pool *op, __u32 idx, unsigned int min_count) in lov_ost_pool_add()
387 int lov_ost_pool_remove(struct ost_pool *op, __u32 idx) in lov_ost_pool_remove()
407 int lov_ost_pool_free(struct ost_pool *op) in lov_ost_pool_free()
/linux-4.1.27/net/rds/
Dib_send.c106 struct rm_data_op *op, in rds_ib_send_unmap_data()
116 struct rm_rdma_op *op, in rds_ib_send_unmap_rdma()
156 struct rm_atomic_op *op, in rds_ib_send_unmap_atomic()
786 int rds_ib_xmit_atomic(struct rds_connection *conn, struct rm_atomic_op *op) in rds_ib_xmit_atomic()
875 int rds_ib_xmit_rdma(struct rds_connection *conn, struct rm_rdma_op *op) in rds_ib_xmit_rdma()
/linux-4.1.27/lib/lzo/
Dlzo1x_compress.c26 unsigned char *op; in lzo1x_1_do_compress() local
221 unsigned char *op = out; in lzo1x_1_compress() local
/linux-4.1.27/kernel/
Dkprobes.c368 struct optimized_kprobe *op; in free_aggr_kprobe() local
379 struct optimized_kprobe *op; in kprobe_optready() local
392 struct optimized_kprobe *op; in kprobe_disarmed() local
406 struct optimized_kprobe *op; in kprobe_queued() local
424 struct optimized_kprobe *op; in get_optimized_kprobe() local
482 struct optimized_kprobe *op, *tmp; in do_unoptimize_kprobes() local
514 struct optimized_kprobe *op, *tmp; in do_free_cleaned_kprobes() local
587 struct optimized_kprobe *op; in optimize_kprobe() local
619 static void force_unoptimize_kprobe(struct optimized_kprobe *op) in force_unoptimize_kprobe()
631 struct optimized_kprobe *op; in unoptimize_kprobe() local
[all …]
Dseccomp.c851 static long do_seccomp(unsigned int op, unsigned int flags, in do_seccomp()
866 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, in SYSCALL_DEFINE3() argument
881 unsigned int op; in prctl_set_seccomp() local
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h330 #define OBP(dev, op) (dev)->obd_type->typ_dt_ops->o_ ## op argument
331 #define MDP(dev, op) (dev)->obd_type->typ_md_ops->m_ ## op argument
332 #define CTXTP(ctxt, op) (ctxt)->loc_logops->lop_##op argument
361 #define OBD_COUNTER_OFFSET(op) \ argument
366 #define OBD_COUNTER_INCREMENT(obdx, op) \ argument
375 #define EXP_COUNTER_INCREMENT(export, op) \ argument
388 #define MD_COUNTER_OFFSET(op) \ argument
393 #define MD_COUNTER_INCREMENT(obdx, op) \ argument
402 #define EXP_MD_COUNTER_INCREMENT(export, op) \ argument
415 #define OBD_COUNTER_OFFSET(op) argument
[all …]
/linux-4.1.27/arch/parisc/math-emu/
Dfpudispatch.c116 #define get_major(op) extru(op,fpmajorpos,6) argument
121 #define get_class(op) extru(op,fpclasspos,2) argument
126 #define get_subop(op) extru(op,fpsubpos,3) argument
131 #define get_subop1_PA1_1(op) extru(op,fpclass1subpos,2) /* PA89 (1.1) fmt */ argument
132 #define get_subop1_PA2_0(op) extru(op,fpclass1subpos,3) /* PA 2.0 fmt */ argument
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_diag.c693 const struct diag_observer *op; member
697 const struct diag_observer *op) in qib_register_observer()
748 const struct diag_observer *op = NULL; in diag_get_observer() local
789 const struct diag_observer *op; in qib_diag_read() local
866 const struct diag_observer *op = NULL; in qib_diag_write() local
/linux-4.1.27/drivers/pci/
Dxen-pcifront.c112 static int do_pci_op(struct pcifront_device *pdev, struct xen_pci_op *op) in do_pci_op()
183 struct xen_pci_op op = { in pcifront_bus_read() local
221 struct xen_pci_op op = { in pcifront_bus_write() local
254 struct xen_pci_op op = { in pci_frontend_enable_msix() local
308 struct xen_pci_op op = { in pci_frontend_disable_msix() local
327 struct xen_pci_op op = { in pci_frontend_enable_msi() local
356 struct xen_pci_op op = { in pci_frontend_disable_msi() local
/linux-4.1.27/security/apparmor/
Dfile.c107 gfp_t gfp, int op, u32 request, const char *name, in aa_audit_file()
278 int aa_path_perm(int op, struct aa_profile *profile, struct path *path, in aa_path_perm()
448 int aa_file_perm(int op, struct aa_profile *profile, struct file *file, in aa_file_perm()
Dlsm.c162 static int common_perm(int op, struct path *path, u32 mask, in common_perm()
185 static int common_perm_dir_dentry(int op, struct path *dir, in common_perm_dir_dentry()
203 static int common_perm_mnt_dentry(int op, struct vfsmount *mnt, in common_perm_mnt_dentry()
223 static int common_perm_rm(int op, struct path *dir, in common_perm_rm()
248 static int common_perm_create(int op, struct path *dir, struct dentry *dentry, in common_perm_create()
426 static int common_file_perm(int op, struct file *file, u32 mask) in common_file_perm()
469 static int common_mmap(int op, struct file *file, unsigned long prot, in common_mmap()
/linux-4.1.27/arch/sparc/include/asm/
Datomic_64.h23 #define ATOMIC_OP(op) \ argument
27 #define ATOMIC_OP_RETURN(op) \ argument
31 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) argument
Dparport.h106 static int ecpp_probe(struct platform_device *op) in ecpp_probe()
195 static int ecpp_remove(struct platform_device *op) in ecpp_remove()
Ddevice.h18 struct platform_device *op; member
/linux-4.1.27/arch/s390/kernel/
Dftrace.c230 u8 op = 0x04; /* set mask field to zero */ in ftrace_enable_ftrace_graph_caller() local
238 u8 op = 0xf4; /* set mask field to all ones */ in ftrace_disable_ftrace_graph_caller() local
/linux-4.1.27/security/integrity/ima/
Dima_api.c95 static const char op[] = "add_template_measure"; in ima_store_template() local
132 const char *op, const char *cause) in ima_add_violation()
265 static const char op[] = "add_template_measure"; in ima_store_measurement() local
/linux-4.1.27/drivers/char/xillybus/
Dxillybus_of.c129 static int xilly_drv_probe(struct platform_device *op) in xilly_drv_probe()
167 static int xilly_drv_remove(struct platform_device *op) in xilly_drv_remove()
/linux-4.1.27/lib/lz4/
Dlz4_decompress.c59 BYTE *op = (BYTE *) dest; in lz4_uncompress() local
177 BYTE *op = (BYTE *) dest; in lz4_uncompress_unknownoutputsize() local
Dlz4_compress.c70 u8 *op = (u8 *) dest; in lz4_compressctx() local
252 u8 *op = (u8 *) dest; in lz4_compress64kctx() local
/linux-4.1.27/drivers/block/rsxx/
Dcregs.c40 unsigned int op; member
162 unsigned int op, in creg_queue_cmd()
386 unsigned int op, in __issue_creg_rw()
461 unsigned int op; in issue_creg_rw() local
671 unsigned int op = read ? CREG_OP_READ : CREG_OP_WRITE; in issue_reg_cmd() local
/linux-4.1.27/drivers/input/serio/
Di8042-sparcio.h53 static int sparc_i8042_probe(struct platform_device *op) in sparc_i8042_probe()
84 static int sparc_i8042_remove(struct platform_device *op) in sparc_i8042_remove()
/linux-4.1.27/drivers/i2c/busses/
Di2c-parport-light.c62 static inline void line_set(int state, const struct lineop *op) in line_set()
73 static inline int line_get(const struct lineop *op) in line_get()
Di2c-parport.c92 const struct lineop *op) in line_set()
104 const struct lineop *op) in line_get()
/linux-4.1.27/arch/sparc/crypto/
Dcamellia_glue.c91 ecb_crypt_op *op; in __ecb_crypt() local
154 cbc_crypt_op *op; in cbc_encrypt() local
193 cbc_crypt_op *op; in cbc_decrypt() local
/linux-4.1.27/drivers/watchdog/
Driowd.c176 static int riowd_probe(struct platform_device *op) in riowd_probe()
219 static int riowd_remove(struct platform_device *op) in riowd_remove()
/linux-4.1.27/arch/x86/xen/
Dtrace.c11 static const char *xen_hypercall_name(unsigned op) in xen_hypercall_name()
/linux-4.1.27/drivers/video/fbdev/
Dsunxvr1000.c114 static int gfb_probe(struct platform_device *op) in gfb_probe()
176 static int gfb_remove(struct platform_device *op) in gfb_remove()
/linux-4.1.27/arch/nios2/kernel/
Dsys_nios2.c22 unsigned int op) in sys_cacheflush()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_gem.c330 validate_fini_no_ticket(struct validate_op *op, struct nouveau_fence *fence, in validate_fini_no_ticket()
356 validate_fini(struct validate_op *op, struct nouveau_fence *fence, in validate_fini()
366 int nr_buffers, struct validate_op *op) in validate_init()
528 struct validate_op *op, int *apply_relocs) in nouveau_gem_pushbuf_validate()
680 struct validate_op op; in nouveau_gem_ioctl_pushbuf() local
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c44 enum i40e_virtchnl_ops op, u8 *msg, u16 len) in i40evf_send_pf_msg()
92 enum i40e_virtchnl_ops op; in i40evf_verify_api_ver() local
166 enum i40e_virtchnl_ops op; in i40evf_get_vf_config() local
/linux-4.1.27/drivers/atm/
Dfore200e.c676 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_map() local
689 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_unmap() local
699 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_sync_for_cpu() local
708 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_sync_for_device() local
721 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_chunk_alloc() local
740 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_dma_chunk_free() local
772 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_map() local
802 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_unmap() local
818 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_prom_read() local
842 struct platform_device *op = fore200e->bus_dev; in fore200e_sba_proc_read() local
[all …]
/linux-4.1.27/arch/m68k/atari/
Dtime.c107 int atari_mste_hwclk( int op, struct rtc_time *t ) in atari_mste_hwclk()
166 int atari_tt_hwclk( int op, struct rtc_time *t ) in atari_tt_hwclk()
/linux-4.1.27/scripts/
Ddiffconfig50 def print_config(op, config, value, new_value): argument
/linux-4.1.27/drivers/media/common/saa7146/
Dsaa7146_i2c.c27 static int saa7146_i2c_msg_prepare(const struct i2c_msg *m, int num, __le32 *op) in saa7146_i2c_msg_prepare()
92 static int saa7146_i2c_msg_cleanup(const struct i2c_msg *m, int num, __le32 *op) in saa7146_i2c_msg_cleanup()
/linux-4.1.27/sound/oss/
Ddev_table.c56 struct audio_operations *op; in sound_install_audiodrv() local
113 struct mixer_operations *op; in sound_install_mixer() local
/linux-4.1.27/tools/lib/traceevent/
Dplugin_xen.c103 static const char *xen_hypercall_name(unsigned op) in xen_hypercall_name()
115 unsigned int op = args[0]; in process_xen_hypercall_name() local
Devent-plugin.c61 static int update_option_value(struct pevent_plugin_option *op, const char *val) in update_option_value()
114 struct pevent_plugin_option *op; in traceevent_plugin_list_options() local
168 struct trace_plugin_options *op; in update_option() local
/linux-4.1.27/arch/microblaze/kernel/cpu/
Dcache.c103 #define CACHE_ALL_LOOP(cache_size, line_length, op) \ argument
124 #define CACHE_RANGE_LOOP_2(start, end, line_length, op) \ argument
141 #define CACHE_RANGE_LOOP_1(start, end, line_length, op) \ argument
/linux-4.1.27/drivers/edac/
Dmpc85xx_edac.c241 int mpc85xx_pci_err_probe(struct platform_device *op) in mpc85xx_pci_err_probe()
546 static int mpc85xx_l2_err_probe(struct platform_device *op) in mpc85xx_l2_err_probe()
655 static int mpc85xx_l2_err_remove(struct platform_device *op) in mpc85xx_l2_err_remove()
1005 static int mpc85xx_mc_err_probe(struct platform_device *op) in mpc85xx_mc_err_probe()
1142 static int mpc85xx_mc_err_remove(struct platform_device *op) in mpc85xx_mc_err_remove()
/linux-4.1.27/arch/m32r/kernel/
Dsys_m32r.c86 asmlinkage int sys_cachectl(char *addr, int nbytes, int op) in sys_cachectl()
Dptrace.c222 check_condition_src(unsigned long op, unsigned long regno1, in check_condition_src()
259 unsigned long op, op2, op3; in compute_next_pc_for_16bit_insn() local
362 unsigned long op; in compute_next_pc_for_32bit_insn() local
/linux-4.1.27/drivers/dma/bestcomm/
Dbestcomm.c367 static int mpc52xx_bcom_probe(struct platform_device *op) in mpc52xx_bcom_probe()
462 static int mpc52xx_bcom_remove(struct platform_device *op) in mpc52xx_bcom_remove()
/linux-4.1.27/arch/x86/kvm/
Demulate.c237 struct opcode op[8]; member
314 #define FOP_START(op) \ argument
326 #define FOP1E(op, dst) \ argument
329 #define FOP1EEX(op, dst) \ argument
332 #define FASTOP1(op) \ argument
341 #define FASTOP1SRC2(op, name) \ argument
350 #define FASTOP1SRC2EX(op, name) \ argument
358 #define FOP2E(op, dst, src) \ argument
361 #define FASTOP2(op) \ argument
370 #define FASTOP2W(op) \ argument
[all …]
/linux-4.1.27/drivers/infiniband/core/
Dnetlink.c106 int len, int client, int op, int flags) in ibnl_put_msg()
146 int op = RDMA_NL_GET_OP(type); in ibnl_rcv_msg() local
/linux-4.1.27/include/uapi/linux/netfilter/ipset/
Dip_set.h261 __u8 op; member
267 __u8 op; member
281 unsigned int op; member
291 unsigned int op; member
299 unsigned int op; member
/linux-4.1.27/security/integrity/
Dintegrity_audit.c32 const unsigned char *fname, const char *op, in integrity_audit_msg()
/linux-4.1.27/include/xen/
Dhvm.h8 static const char *param_name(int op) in param_name()
/linux-4.1.27/drivers/vfio/
Dvfio_spapr_eeh.c38 struct vfio_eeh_pe_op op; in vfio_spapr_iommu_eeh_ioctl() local
/linux-4.1.27/drivers/net/phy/
Dmdio-octeon.c98 unsigned int op = 1; /* MDIO_CLAUSE_22_READ */ in octeon_mdiobus_read() local
139 unsigned int op = 0; /* MDIO_CLAUSE_22_WRITE */ in octeon_mdiobus_write() local
/linux-4.1.27/lib/zlib_inflate/
Dinftrees.h28 unsigned char op; /* operation, extra bits, table bits */ member
/linux-4.1.27/net/netfilter/
Dxt_tcpmss.c34 const u_int8_t *op; in tcpmss_mt() local
/linux-4.1.27/fs/isofs/
Djoliet.c20 unsigned char *op; in uni16_to_x8() local
/linux-4.1.27/arch/x86/include/asm/xen/
Dhypercall.h238 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op()
450 HYPERVISOR_nmi_op(unsigned long op, unsigned long arg) in HYPERVISOR_nmi_op()
456 HYPERVISOR_hvm_op(int op, void *arg) in HYPERVISOR_hvm_op()
463 struct tmem_op *op) in HYPERVISOR_tmem_op()
570 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op()
/linux-4.1.27/sound/sparc/
Dcs4231.c114 struct platform_device *op; member
1560 static int cs4231_attach_begin(struct platform_device *op, in cs4231_attach_begin()
1774 struct platform_device *op = chip->op; in snd_cs4231_sbus_free() local
1797 struct platform_device *op, in snd_cs4231_sbus_create()
1859 static int cs4231_sbus_probe(struct platform_device *op) in cs4231_sbus_probe()
1934 struct platform_device *op = chip->op; in snd_cs4231_ebus_free() local
1963 struct platform_device *op, in snd_cs4231_ebus_create()
2051 static int cs4231_ebus_probe(struct platform_device *op) in cs4231_ebus_probe()
2075 static int cs4231_probe(struct platform_device *op) in cs4231_probe()
2089 static int cs4231_remove(struct platform_device *op) in cs4231_remove()
/linux-4.1.27/include/uapi/drm/
Domap_drm.h74 uint32_t op; /* mask of omap_gem_op (in) */ member
79 uint32_t op; /* mask of omap_gem_op (in) */ member
/linux-4.1.27/kernel/locking/
Drtmutex-tester.c141 int tid, op, dat; in schedule_rt_mutex_test() local
282 int op, dat, tid, ret; in sysfs_test_command() local
/linux-4.1.27/net/sunrpc/
Dstats.c192 static void _print_name(struct seq_file *seq, unsigned int op, in _print_name()
207 unsigned int op, maxproc = clnt->cl_maxproc; in rpc_print_iostats() local
/linux-4.1.27/drivers/net/ethernet/xilinx/
Dll_temac_main.c166 static int temac_dcr_setup(struct temac_local *lp, struct platform_device *op, in temac_dcr_setup()
191 static int temac_dcr_setup(struct temac_local *lp, struct platform_device *op, in temac_dcr_setup()
1000 static int temac_of_probe(struct platform_device *op) in temac_of_probe()
1143 static int temac_of_remove(struct platform_device *op) in temac_of_remove()
/linux-4.1.27/fs/freevxfs/
Dvxfs_olt.c81 struct vxfs_olt *op; in vxfs_read_olt() local
/linux-4.1.27/tools/perf/arch/x86/util/
Dheader.c10 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid()
/linux-4.1.27/arch/sparc/mm/
Dio-unit.c40 static void __init iounit_iommu_init(struct platform_device *op) in iounit_iommu_init()
80 struct platform_device *op = of_find_device_by_node(dp); in iounit_init() local

12345