Home
last modified time | relevance | path

Searched refs:op (Results 1 - 25 of 3390) sorted by relevance

12345678910>>...136

/kernel/linux/linux-5.10/fs/orangefs/
H A Dwaitqueue.c20 static int wait_for_matching_downcall(struct orangefs_kernel_op_s *op,
23 __acquires(op->lock);
24 static void orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op)
25 __releases(op->lock);
36 struct orangefs_kernel_op_s *op, *tmp; in purge_waiting_ops() local
39 list_for_each_entry_safe(op, tmp, &orangefs_request_list, list) { in purge_waiting_ops()
41 "pvfs2-client-core: purging op tag %llu %s\n", in purge_waiting_ops()
42 llu(op->tag), in purge_waiting_ops()
43 get_opname_string(op)); in purge_waiting_ops()
44 set_op_state_purged(op); in purge_waiting_ops()
65 service_operation(struct orangefs_kernel_op_s *op, const char *op_name, int flags) service_operation() argument
207 orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op) orangefs_cancel_op_in_progress() argument
[all...]
/kernel/linux/linux-6.6/fs/orangefs/
H A Dwaitqueue.c20 static int wait_for_matching_downcall(struct orangefs_kernel_op_s *op,
23 __acquires(op->lock);
24 static void orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op)
25 __releases(op->lock);
36 struct orangefs_kernel_op_s *op, *tmp; in purge_waiting_ops() local
39 list_for_each_entry_safe(op, tmp, &orangefs_request_list, list) { in purge_waiting_ops()
41 "pvfs2-client-core: purging op tag %llu %s\n", in purge_waiting_ops()
42 llu(op->tag), in purge_waiting_ops()
43 get_opname_string(op)); in purge_waiting_ops()
44 set_op_state_purged(op); in purge_waiting_ops()
65 service_operation(struct orangefs_kernel_op_s *op, const char *op_name, int flags) service_operation() argument
207 orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op) orangefs_cancel_op_in_progress() argument
[all...]
/kernel/linux/linux-6.6/fs/afs/
H A Dfs_operation.c20 struct afs_operation *op; in afs_alloc_operation() local
24 op = kzalloc(sizeof(*op), GFP_KERNEL); in afs_alloc_operation()
25 if (!op) in afs_alloc_operation()
31 kfree(op); in afs_alloc_operation()
38 op->key = key; in afs_alloc_operation()
39 op->volume = afs_get_volume(volume, afs_volume_trace_get_new_op); in afs_alloc_operation()
40 op->net = volume->cell->net; in afs_alloc_operation()
41 op->cb_v_break = volume->cb_v_break; in afs_alloc_operation()
42 op in afs_alloc_operation()
53 afs_get_io_locks(struct afs_operation *op) afs_get_io_locks() argument
97 afs_drop_io_locks(struct afs_operation *op) afs_drop_io_locks() argument
110 afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, unsigned int index) afs_prepare_vnode() argument
136 afs_begin_vnode_operation(struct afs_operation *op) afs_begin_vnode_operation() argument
158 afs_end_vnode_operation(struct afs_operation *op) afs_end_vnode_operation() argument
177 afs_wait_for_operation(struct afs_operation *op) afs_wait_for_operation() argument
222 afs_put_operation(struct afs_operation *op) afs_put_operation() argument
254 afs_do_sync_operation(struct afs_operation *op) afs_do_sync_operation() argument
[all...]
H A Drotate.c21 static bool afs_start_fs_iteration(struct afs_operation *op, in afs_start_fs_iteration() argument
28 read_lock(&op->volume->servers_lock); in afs_start_fs_iteration()
29 op->server_list = afs_get_serverlist( in afs_start_fs_iteration()
30 rcu_dereference_protected(op->volume->servers, in afs_start_fs_iteration()
31 lockdep_is_held(&op->volume->servers_lock))); in afs_start_fs_iteration()
32 read_unlock(&op->volume->servers_lock); in afs_start_fs_iteration()
34 op->untried = (1UL << op->server_list->nr_servers) - 1; in afs_start_fs_iteration()
35 op->index = READ_ONCE(op in afs_start_fs_iteration()
90 afs_sleep_and_retry(struct afs_operation *op) afs_sleep_and_retry() argument
109 afs_select_fileserver(struct afs_operation *op) afs_select_fileserver() argument
473 afs_dump_edestaddrreq(const struct afs_operation *op) afs_dump_edestaddrreq() argument
[all...]
H A Ddir_silly.c15 static void afs_silly_rename_success(struct afs_operation *op) in afs_silly_rename_success() argument
17 _enter("op=%08x", op->debug_id); in afs_silly_rename_success()
19 afs_check_dir_conflict(op, &op->file[0]); in afs_silly_rename_success()
20 afs_vnode_commit_status(op, &op->file[0]); in afs_silly_rename_success()
23 static void afs_silly_rename_edit_dir(struct afs_operation *op) in afs_silly_rename_edit_dir() argument
25 struct afs_vnode_param *dvp = &op->file[0]; in afs_silly_rename_edit_dir()
27 struct afs_vnode *vnode = AFS_FS_I(d_inode(op in afs_silly_rename_edit_dir()
64 struct afs_operation *op; afs_do_silly_rename() local
158 afs_silly_unlink_success(struct afs_operation *op) afs_silly_unlink_success() argument
167 afs_silly_unlink_edit_dir(struct afs_operation *op) afs_silly_unlink_edit_dir() argument
195 struct afs_operation *op; afs_do_silly_unlink() local
[all...]
/kernel/linux/linux-5.10/fs/afs/
H A Dfs_operation.c20 struct afs_operation *op; in afs_alloc_operation() local
24 op = kzalloc(sizeof(*op), GFP_KERNEL); in afs_alloc_operation()
25 if (!op) in afs_alloc_operation()
31 kfree(op); in afs_alloc_operation()
38 op->key = key; in afs_alloc_operation()
39 op->volume = afs_get_volume(volume, afs_volume_trace_get_new_op); in afs_alloc_operation()
40 op->net = volume->cell->net; in afs_alloc_operation()
41 op->cb_v_break = volume->cb_v_break; in afs_alloc_operation()
42 op in afs_alloc_operation()
53 afs_get_io_locks(struct afs_operation *op) afs_get_io_locks() argument
97 afs_drop_io_locks(struct afs_operation *op) afs_drop_io_locks() argument
110 afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, unsigned int index) afs_prepare_vnode() argument
136 afs_begin_vnode_operation(struct afs_operation *op) afs_begin_vnode_operation() argument
158 afs_end_vnode_operation(struct afs_operation *op) afs_end_vnode_operation() argument
177 afs_wait_for_operation(struct afs_operation *op) afs_wait_for_operation() argument
220 afs_put_operation(struct afs_operation *op) afs_put_operation() argument
252 afs_do_sync_operation(struct afs_operation *op) afs_do_sync_operation() argument
[all...]
H A Drotate.c21 static bool afs_start_fs_iteration(struct afs_operation *op, in afs_start_fs_iteration() argument
28 read_lock(&op->volume->servers_lock); in afs_start_fs_iteration()
29 op->server_list = afs_get_serverlist( in afs_start_fs_iteration()
30 rcu_dereference_protected(op->volume->servers, in afs_start_fs_iteration()
31 lockdep_is_held(&op->volume->servers_lock))); in afs_start_fs_iteration()
32 read_unlock(&op->volume->servers_lock); in afs_start_fs_iteration()
34 op->untried = (1UL << op->server_list->nr_servers) - 1; in afs_start_fs_iteration()
35 op->index = READ_ONCE(op in afs_start_fs_iteration()
90 afs_sleep_and_retry(struct afs_operation *op) afs_sleep_and_retry() argument
109 afs_select_fileserver(struct afs_operation *op) afs_select_fileserver() argument
468 afs_dump_edestaddrreq(const struct afs_operation *op) afs_dump_edestaddrreq() argument
[all...]
H A Ddir_silly.c15 static void afs_silly_rename_success(struct afs_operation *op) in afs_silly_rename_success() argument
17 _enter("op=%08x", op->debug_id); in afs_silly_rename_success()
19 afs_check_dir_conflict(op, &op->file[0]); in afs_silly_rename_success()
20 afs_vnode_commit_status(op, &op->file[0]); in afs_silly_rename_success()
23 static void afs_silly_rename_edit_dir(struct afs_operation *op) in afs_silly_rename_edit_dir() argument
25 struct afs_vnode_param *dvp = &op->file[0]; in afs_silly_rename_edit_dir()
27 struct afs_vnode *vnode = AFS_FS_I(d_inode(op in afs_silly_rename_edit_dir()
64 struct afs_operation *op; afs_do_silly_rename() local
158 afs_silly_unlink_success(struct afs_operation *op) afs_silly_unlink_success() argument
167 afs_silly_unlink_edit_dir(struct afs_operation *op) afs_silly_unlink_edit_dir() argument
195 struct afs_operation *op; afs_do_silly_unlink() local
[all...]
/kernel/linux/linux-5.10/fs/fscache/
H A Doperation.c19 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel() argument
25 * @op: The operation to initialise
32 struct fscache_operation *op, in fscache_operation_init()
37 INIT_WORK(&op->work, fscache_op_work_func); in fscache_operation_init()
38 atomic_set(&op->usage, 1); in fscache_operation_init()
39 op->state = FSCACHE_OP_ST_INITIALISED; in fscache_operation_init()
40 op->debug_id = atomic_inc_return(&fscache_op_debug_id); in fscache_operation_init()
41 op->processor = processor; in fscache_operation_init()
42 op->cancel = cancel ?: fscache_operation_dummy_cancel; in fscache_operation_init()
43 op in fscache_operation_init()
31 fscache_operation_init(struct fscache_cookie *cookie, struct fscache_operation *op, fscache_operation_processor_t processor, fscache_operation_cancel_t cancel, fscache_operation_release_t release) fscache_operation_init() argument
58 fscache_enqueue_operation(struct fscache_operation *op) fscache_enqueue_operation() argument
96 fscache_run_op(struct fscache_object *object, struct fscache_operation *op) fscache_run_op() argument
115 fscache_report_unexpected_submission(struct fscache_object *object, struct fscache_operation *op, const struct fscache_state *ostate) fscache_report_unexpected_submission() argument
154 fscache_submit_exclusive_op(struct fscache_object *object, struct fscache_operation *op) fscache_submit_exclusive_op() argument
240 fscache_submit_op(struct fscache_object *object, struct fscache_operation *op) fscache_submit_op() argument
332 struct fscache_operation *op; fscache_start_operations() local
360 fscache_cancel_op(struct fscache_operation *op, bool cancel_in_progress_op) fscache_cancel_op() argument
421 struct fscache_operation *op; fscache_cancel_all_ops() local
454 fscache_op_complete(struct fscache_operation *op, bool cancelled) fscache_op_complete() argument
493 fscache_put_operation(struct fscache_operation *op) fscache_put_operation() argument
563 struct fscache_operation *op; fscache_operation_gc() local
617 struct fscache_operation *op = fscache_op_work_func() local
[all...]
/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H A Ddecode.c82 #define ADD_OP(op) \
83 if (!(op = calloc(1, sizeof(*op)))) \
85 else for (list_add_tail(&op->list, ops_list); op; op = NULL)
98 struct stack_op *op = NULL; in arch_decode_instruction() local
147 ADD_OP(op) { in arch_decode_instruction()
148 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
149 op in arch_decode_instruction()
[all...]
/kernel/linux/linux-5.10/fs/dlm/
H A Dplock.c61 static void dlm_release_plock_op(struct plock_op *op) in dlm_release_plock_op() argument
63 kfree(op->data); in dlm_release_plock_op()
64 kfree(op); in dlm_release_plock_op()
67 static void send_op(struct plock_op *op) in send_op() argument
69 set_version(&op->info); in send_op()
70 INIT_LIST_HEAD(&op->list); in send_op()
72 list_add_tail(&op->list, &send_list); in send_op()
85 struct plock_op *op; in do_unlock_close() local
87 op = kzalloc(sizeof(*op), GFP_NOF in do_unlock_close()
108 struct plock_op *op; dlm_posix_lock() local
195 dlm_plock_callback(struct plock_op *op) dlm_plock_callback() argument
255 struct plock_op *op; dlm_posix_unlock() local
329 struct plock_op *op; dlm_posix_get() local
397 struct plock_op *op = NULL; dev_read() local
433 struct plock_op *op = NULL, *iter; dev_write() local
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Defi.c41 #define efi_data(op) (op.u.efi_runtime_call)
45 struct xen_platform_op op = INIT_EFI_OP(get_time); in xen_efi_get_time() local
47 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_time()
51 BUILD_BUG_ON(sizeof(*tm) != sizeof(efi_data(op).u.get_time.time)); in xen_efi_get_time()
52 memcpy(tm, &efi_data(op).u.get_time.time, sizeof(*tm)); in xen_efi_get_time()
56 tc->resolution = efi_data(op).u.get_time.resolution; in xen_efi_get_time()
57 tc->accuracy = efi_data(op).u.get_time.accuracy; in xen_efi_get_time()
58 tc->sets_to_zero = !!(efi_data(op).misc & in xen_efi_get_time()
62 return efi_data(op) in xen_efi_get_time()
67 struct xen_platform_op op = INIT_EFI_OP(set_time); xen_efi_set_time() local
82 struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time); xen_efi_get_wakeup_time() local
103 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); xen_efi_set_wakeup_time() local
123 struct xen_platform_op op = INIT_EFI_OP(get_variable); xen_efi_get_variable() local
146 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); xen_efi_get_next_variable() local
169 struct xen_platform_op op = INIT_EFI_OP(set_variable); xen_efi_set_variable() local
189 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); xen_efi_query_variable_info() local
208 struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count); xen_efi_get_next_high_mono_count() local
221 struct xen_platform_op op = INIT_EFI_OP(update_capsule); xen_efi_update_capsule() local
240 struct xen_platform_op op = INIT_EFI_OP(query_capsule_capabilities); xen_efi_query_capsule_caps() local
[all...]
/kernel/linux/linux-5.10/net/can/
H A Dbcm.c199 struct bcm_op *op; in bcm_proc_show() local
208 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show()
213 if (!op->frames_abs) in bcm_proc_show()
216 seq_printf(m, "rx_op: %03X %-5s ", op->can_id, in bcm_proc_show()
217 bcm_proc_getifname(net, ifname, op->ifindex)); in bcm_proc_show()
219 if (op->flags & CAN_FD_FRAME) in bcm_proc_show()
220 seq_printf(m, "(%u)", op->nframes); in bcm_proc_show()
222 seq_printf(m, "[%u]", op->nframes); in bcm_proc_show()
224 seq_printf(m, "%c ", (op->flags & RX_CHECK_DLC) ? 'd' : ' '); in bcm_proc_show()
226 if (op in bcm_proc_show()
272 bcm_can_tx(struct bcm_op *op) bcm_can_tx() argument
319 bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, struct canfd_frame *frames, int has_timestamp) bcm_send_to_user() argument
379 bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt) bcm_tx_set_expiry() argument
394 bcm_tx_start_timer(struct bcm_op *op) bcm_tx_start_timer() argument
403 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); bcm_tx_timeout_handler() local
435 bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data) bcm_rx_changed() argument
466 bcm_rx_update_and_send(struct bcm_op *op, struct canfd_frame *lastdata, const struct canfd_frame *rxdata) bcm_rx_update_and_send() argument
510 bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, const struct canfd_frame *rxdata) bcm_rx_cmp_to_index() argument
549 bcm_rx_starttimer(struct bcm_op *op) bcm_rx_starttimer() argument
561 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); bcm_rx_timeout_handler() local
588 bcm_rx_do_flush(struct bcm_op *op, unsigned int index) bcm_rx_do_flush() argument
602 bcm_rx_thr_flush(struct bcm_op *op) bcm_rx_thr_flush() argument
627 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); bcm_rx_thr_handler() local
644 struct bcm_op *op = (struct bcm_op *)data; bcm_rx_handler() local
712 struct bcm_op *op; bcm_find_op() local
725 struct bcm_op *op = container_of(rcu_head, struct bcm_op, rcu); bcm_free_op_rcu() local
736 bcm_remove_op(struct bcm_op *op) bcm_remove_op() argument
744 bcm_rx_unreg(struct net_device *dev, struct bcm_op *op) bcm_rx_unreg() argument
763 struct bcm_op *op, *n; bcm_delete_rx_op() local
814 struct bcm_op *op, *n; bcm_delete_tx_op() local
834 struct bcm_op *op = bcm_find_op(ops, msg_head, ifindex); bcm_read_op() local
858 struct bcm_op *op; bcm_tx_setup() local
1037 struct bcm_op *op; bcm_rx_setup() local
1408 struct bcm_op *op; bcm_notify() local
1507 struct bcm_op *op, *next; bcm_release() local
[all...]
/kernel/linux/linux-6.6/net/can/
H A Dbcm.c199 struct bcm_op *op; in bcm_proc_show() local
208 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show()
213 if (!op->frames_abs) in bcm_proc_show()
216 seq_printf(m, "rx_op: %03X %-5s ", op->can_id, in bcm_proc_show()
217 bcm_proc_getifname(net, ifname, op->ifindex)); in bcm_proc_show()
219 if (op->flags & CAN_FD_FRAME) in bcm_proc_show()
220 seq_printf(m, "(%u)", op->nframes); in bcm_proc_show()
222 seq_printf(m, "[%u]", op->nframes); in bcm_proc_show()
224 seq_printf(m, "%c ", (op->flags & RX_CHECK_DLC) ? 'd' : ' '); in bcm_proc_show()
226 if (op in bcm_proc_show()
272 bcm_can_tx(struct bcm_op *op) bcm_can_tx() argument
319 bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, struct canfd_frame *frames, int has_timestamp) bcm_send_to_user() argument
379 bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt) bcm_tx_set_expiry() argument
394 bcm_tx_start_timer(struct bcm_op *op) bcm_tx_start_timer() argument
403 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); bcm_tx_timeout_handler() local
435 bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data) bcm_rx_changed() argument
466 bcm_rx_update_and_send(struct bcm_op *op, struct canfd_frame *lastdata, const struct canfd_frame *rxdata) bcm_rx_update_and_send() argument
510 bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, const struct canfd_frame *rxdata) bcm_rx_cmp_to_index() argument
549 bcm_rx_starttimer(struct bcm_op *op) bcm_rx_starttimer() argument
561 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); bcm_rx_timeout_handler() local
588 bcm_rx_do_flush(struct bcm_op *op, unsigned int index) bcm_rx_do_flush() argument
602 bcm_rx_thr_flush(struct bcm_op *op) bcm_rx_thr_flush() argument
627 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); bcm_rx_thr_handler() local
644 struct bcm_op *op = (struct bcm_op *)data; bcm_rx_handler() local
717 struct bcm_op *op; bcm_find_op() local
730 struct bcm_op *op = container_of(rcu_head, struct bcm_op, rcu); bcm_free_op_rcu() local
741 bcm_remove_op(struct bcm_op *op) bcm_remove_op() argument
749 bcm_rx_unreg(struct net_device *dev, struct bcm_op *op) bcm_rx_unreg() argument
768 struct bcm_op *op, *n; bcm_delete_rx_op() local
819 struct bcm_op *op, *n; bcm_delete_tx_op() local
839 struct bcm_op *op = bcm_find_op(ops, msg_head, ifindex); bcm_read_op() local
863 struct bcm_op *op; bcm_tx_setup() local
1042 struct bcm_op *op; bcm_rx_setup() local
1413 struct bcm_op *op; bcm_notify() local
1508 struct bcm_op *op, *next; bcm_release() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dsstep.c85 struct instruction_op *op) in branch_taken()
92 op->type |= DECCTR; in branch_taken()
575 static int do_fp_load(struct instruction_op *op, unsigned long ea, in do_fp_load() argument
588 nb = GETSIZE(op->type); in do_fp_load()
593 rn = op->reg; in do_fp_load()
604 if (op->type & FPCONV) in do_fp_load()
606 else if (op->type & SIGNEXT) in do_fp_load()
628 static int do_fp_store(struct instruction_op *op, unsigned long ea, in do_fp_store() argument
640 nb = GETSIZE(op->type); in do_fp_store()
645 rn = op in do_fp_store()
83 branch_taken(unsigned int instr, const struct pt_regs *regs, struct instruction_op *op) branch_taken() argument
783 emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, const void *mem, bool rev) emulate_vsx_load() argument
869 emulate_vsx_store(struct instruction_op *op, const union vsx_reg *reg, void *mem, bool rev) emulate_vsx_store() argument
961 do_vsx_load(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_vsx_load() argument
1008 do_vsx_store(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_vsx_store() argument
1140 set_cr0(const struct pt_regs *regs, struct instruction_op *op) set_cr0() argument
1157 set_ca32(struct instruction_op *op, bool val) set_ca32() argument
1167 add_with_carry(const struct pt_regs *regs, struct instruction_op *op, int rd, unsigned long val1, unsigned long val2, unsigned long carry_in) add_with_carry() argument
1191 do_cmp_signed(const struct pt_regs *regs, struct instruction_op *op, long v1, long v2, int crfld) do_cmp_signed() argument
1209 do_cmp_unsigned(const struct pt_regs *regs, struct instruction_op *op, unsigned long v1, unsigned long v2, int crfld) do_cmp_unsigned() argument
1228 do_cmpb(const struct pt_regs *regs, struct instruction_op *op, unsigned long v1, unsigned long v2) do_cmpb() argument
1248 do_popcnt(const struct pt_regs *regs, struct instruction_op *op, unsigned long v1, int size) do_popcnt() argument
1275 do_bpermd(const struct pt_regs *regs, struct instruction_op *op, unsigned long v1, unsigned long v2) do_bpermd() argument
1296 do_prty(const struct pt_regs *regs, struct instruction_op *op, unsigned long v, int size) do_prty() argument
1355 analyse_instr(struct instruction_op *op, const struct pt_regs *regs, ppc_inst_t instr) analyse_instr() argument
3230 emulate_update_regs(struct pt_regs *regs, struct instruction_op *op) emulate_update_regs() argument
3324 emulate_loadstore(struct pt_regs *regs, struct instruction_op *op) emulate_loadstore() argument
3583 struct instruction_op op; emulate_step() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dsstep.c86 struct instruction_op *op) in branch_taken()
93 op->type |= DECCTR; in branch_taken()
501 static int do_fp_load(struct instruction_op *op, unsigned long ea, in do_fp_load() argument
514 nb = GETSIZE(op->type); in do_fp_load()
519 rn = op->reg; in do_fp_load()
530 if (op->type & FPCONV) in do_fp_load()
532 else if (op->type & SIGNEXT) in do_fp_load()
554 static int do_fp_store(struct instruction_op *op, unsigned long ea, in do_fp_store() argument
566 nb = GETSIZE(op->type); in do_fp_store()
571 rn = op in do_fp_store()
84 branch_taken(unsigned int instr, const struct pt_regs *regs, struct instruction_op *op) branch_taken() argument
709 emulate_vsx_load(struct instruction_op *op, union vsx_reg *reg, const void *mem, bool rev) emulate_vsx_load() argument
793 emulate_vsx_store(struct instruction_op *op, const union vsx_reg *reg, void *mem, bool rev) emulate_vsx_store() argument
869 do_vsx_load(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_vsx_load() argument
901 do_vsx_store(struct instruction_op *op, unsigned long ea, struct pt_regs *regs, bool cross_endian) do_vsx_store() argument
1003 set_cr0(const struct pt_regs *regs, struct instruction_op *op) set_cr0() argument
1022 set_ca32(struct instruction_op *op, bool val) set_ca32() argument
1032 add_with_carry(const struct pt_regs *regs, struct instruction_op *op, int rd, unsigned long val1, unsigned long val2, unsigned long carry_in) add_with_carry() argument
1060 do_cmp_signed(const struct pt_regs *regs, struct instruction_op *op, long v1, long v2, int crfld) do_cmp_signed() argument
1078 do_cmp_unsigned(const struct pt_regs *regs, struct instruction_op *op, unsigned long v1, unsigned long v2, int crfld) do_cmp_unsigned() argument
1097 do_cmpb(const struct pt_regs *regs, struct instruction_op *op, unsigned long v1, unsigned long v2) do_cmpb() argument
1117 do_popcnt(const struct pt_regs *regs, struct instruction_op *op, unsigned long v1, int size) do_popcnt() argument
1144 do_bpermd(const struct pt_regs *regs, struct instruction_op *op, unsigned long v1, unsigned long v2) do_bpermd() argument
1165 do_prty(const struct pt_regs *regs, struct instruction_op *op, unsigned long v, int size) do_prty() argument
1224 analyse_instr(struct instruction_op *op, const struct pt_regs *regs, struct ppc_inst instr) analyse_instr() argument
3046 emulate_update_regs(struct pt_regs *regs, struct instruction_op *op) emulate_update_regs() argument
3140 emulate_loadstore(struct pt_regs *regs, struct instruction_op *op) emulate_loadstore() argument
3399 struct instruction_op op; emulate_step() local
[all...]
/kernel/linux/linux-6.6/fs/dlm/
H A Dplock.c49 struct plock_op *op = NULL, *iter; in plock_lookup_waiter() local
60 op = iter; in plock_lookup_waiter()
65 return op; in plock_lookup_waiter()
85 static void dlm_release_plock_op(struct plock_op *op) in dlm_release_plock_op() argument
87 kfree(op->data); in dlm_release_plock_op()
88 kfree(op); in dlm_release_plock_op()
91 static void send_op(struct plock_op *op) in send_op() argument
93 set_version(&op->info); in send_op()
95 list_add_tail(&op->list, &send_list); in send_op()
102 struct plock_op *op; in do_lock_cancel() local
127 struct plock_op *op; dlm_posix_lock() local
242 dlm_plock_callback(struct plock_op *op) dlm_plock_callback() argument
296 struct plock_op *op; dlm_posix_unlock() local
370 struct plock_op *op; dlm_posix_cancel() local
433 struct plock_op *op; dlm_posix_get() local
495 struct plock_op *op = NULL; dev_read() local
533 struct plock_op *op = NULL, *iter; dev_write() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c20 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_crainit() local
25 memset(op, 0, sizeof(struct sun4i_tfm_ctx)); in sun4i_hash_crainit()
28 op->ss = algt->ss; in sun4i_hash_crainit()
30 err = pm_runtime_get_sync(op->ss->dev); in sun4i_hash_crainit()
41 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_craexit() local
43 pm_runtime_put(op->ss->dev); in sun4i_hash_craexit()
49 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_init() local
54 memset(op, 0, sizeof(struct sun4i_req_ctx)); in sun4i_hash_init()
57 op->mode = algt->mode; in sun4i_hash_init()
64 struct sun4i_req_ctx *op in sun4i_hash_export_md5() local
87 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_import_md5() local
106 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_export_sha1() local
130 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_import_sha1() local
192 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash() local
504 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_final() local
512 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_update() local
521 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_finup() local
531 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_digest() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c20 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_crainit() local
25 memset(op, 0, sizeof(struct sun4i_tfm_ctx)); in sun4i_hash_crainit()
28 op->ss = algt->ss; in sun4i_hash_crainit()
30 err = pm_runtime_resume_and_get(op->ss->dev); in sun4i_hash_crainit()
41 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_craexit() local
43 pm_runtime_put(op->ss->dev); in sun4i_hash_craexit()
49 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_init() local
54 memset(op, 0, sizeof(struct sun4i_req_ctx)); in sun4i_hash_init()
57 op->mode = algt->mode; in sun4i_hash_init()
64 struct sun4i_req_ctx *op in sun4i_hash_export_md5() local
87 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_import_md5() local
106 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_export_sha1() local
130 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_import_sha1() local
192 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash() local
510 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_final() local
518 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_update() local
527 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_finup() local
537 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_digest() local
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dkgdb.c20 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900)
21 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00)
22 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \
23 (((op) & 0x7f ) << 1))
24 #define OPCODE_BFS(op) (((op)
49 insn_size_t op = __raw_readw(linux_regs->pc); get_step_address() local
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dkgdb.c20 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900)
21 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00)
22 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \
23 (((op) & 0x7f ) << 1))
24 #define OPCODE_BFS(op) (((op)
49 insn_size_t op = __raw_readw(linux_regs->pc); get_step_address() local
[all...]
/kernel/linux/linux-6.6/tools/objtool/arch/x86/
H A Ddecode.c105 #define ADD_OP(op) \
106 if (!(op = calloc(1, sizeof(*op)))) \
108 else for (*ops_list = op, ops_list = &op->next; op; op = NULL)
159 struct stack_op *op = NULL; in arch_decode_instruction() local
215 ADD_OP(op) { in arch_decode_instruction()
216 op in arch_decode_instruction()
[all...]
/kernel/linux/linux-5.10/lib/zlib_inflate/
H A Dinffast.c89 unsigned op; /* code bits, operation, extra bits, or */ in inflate_fast() local
127 op = (unsigned)(this.bits); in inflate_fast()
128 hold >>= op; in inflate_fast() local
129 bits -= op; in inflate_fast()
130 op = (unsigned)(this.op); in inflate_fast()
131 if (op == 0) { /* literal */ in inflate_fast()
134 else if (op & 16) { /* length base */ in inflate_fast()
136 op &= 15; /* number of extra bits */ in inflate_fast()
137 if (op) { in inflate_fast()
143 hold >>= op; inflate_fast() local
155 hold >>= op; inflate_fast() local
177 hold >>= op; inflate_fast() local
[all...]
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinffast.c89 unsigned op; /* code bits, operation, extra bits, or */ in inflate_fast() local
127 op = (unsigned)(this.bits); in inflate_fast()
128 hold >>= op; in inflate_fast() local
129 bits -= op; in inflate_fast()
130 op = (unsigned)(this.op); in inflate_fast()
131 if (op == 0) { /* literal */ in inflate_fast()
134 else if (op & 16) { /* length base */ in inflate_fast()
136 op &= 15; /* number of extra bits */ in inflate_fast()
137 if (op) { in inflate_fast()
143 hold >>= op; inflate_fast() local
155 hold >>= op; inflate_fast() local
177 hold >>= op; inflate_fast() local
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h266 #define ETE_ONLY_SYSREG_LIST(op, val) \
267 CASE_##op((val), TRCRSR) \
268 CASE_##op((val), TRCEXTINSELRn(1)) \
269 CASE_##op((val), TRCEXTINSELRn(2)) \
270 CASE_##op((val), TRCEXTINSELRn(3))
273 #define ETM4x_ONLY_SYSREG_LIST(op, val) \
274 CASE_##op((val), TRCPROCSELR) \
275 CASE_##op((val), TRCVDCTLR) \
276 CASE_##op((val), TRCVDSACCTLR) \
277 CASE_##op((va
[all...]

Completed in 14 milliseconds

12345678910>>...136