/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 15 * 1) proc->outer_lock : protects binder_ref 21 * 3) proc->inner_lock : protects the thread and node lists 22 * (proc->threads, proc->waiting_threads, proc->nodes) 24 * (proc->todo, thread->todo, proc->delivered_death and 37 * foo_ilocked() : requires proc->inner_lock 38 * foo_oilocked(): requires proc->outer_lock and proc 98 DEFINE_SHOW_ATTRIBUTE(proc); global() variable 336 struct binder_proc *proc; global() member 421 struct binder_proc *proc; global() member 564 struct binder_proc *proc; global() member 791 struct binder_proc *proc = node->proc; global() variable 796 binder_inner_proc_unlock(proc); global() variable 815 binder_worklist_empty(struct binder_proc *proc, struct list_head *list) binder_worklist_empty() argument 925 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work) binder_dequeue_work() argument 987 binder_wakeup_poll_threads_ilocked(struct binder_proc *proc, bool sync) binder_wakeup_poll_threads_ilocked() argument 1018 binder_select_thread_ilocked(struct binder_proc *proc) binder_select_thread_ilocked() argument 1049 binder_wakeup_thread_ilocked(struct binder_proc *proc, struct binder_thread *thread, bool sync) binder_wakeup_thread_ilocked() argument 1079 binder_wakeup_proc_ilocked(struct binder_proc *proc) binder_wakeup_proc_ilocked() argument 1104 binder_get_node_ilocked(struct binder_proc *proc, binder_uintptr_t ptr) binder_get_node_ilocked() argument 1132 binder_get_node(struct binder_proc *proc, binder_uintptr_t ptr) binder_get_node() argument 1143 binder_init_node_ilocked( struct binder_proc *proc, struct binder_node *new_node, struct flat_binder_object *fp) binder_init_node_ilocked() argument 1200 binder_new_node(struct binder_proc *proc, struct flat_binder_object *fp) binder_new_node() argument 1230 struct binder_proc *proc = node->proc; binder_inc_node_nilocked() local 1290 struct binder_proc *proc = node->proc; binder_dec_node_nilocked() local 1434 binder_get_ref_olocked(struct binder_proc *proc, u32 desc, bool need_strong_ref) binder_get_ref_olocked() argument 1475 binder_get_ref_for_node_olocked( struct binder_proc *proc, struct binder_node *node, struct binder_ref *new_ref) binder_get_ref_for_node_olocked() argument 1666 binder_get_node_from_ref( struct binder_proc *proc, u32 desc, bool need_strong_ref, struct binder_ref_data *rdata) binder_get_node_from_ref() argument 1723 binder_update_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool increment, bool strong, struct binder_ref_data *rdata) binder_update_ref_for_handle() argument 1766 binder_dec_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool strong, struct binder_ref_data *rdata) binder_dec_ref_for_handle() argument 1786 binder_inc_ref_for_node(struct binder_proc *proc, struct binder_node *node, bool strong, struct list_head *target_list, struct binder_ref_data *rdata) binder_inc_ref_for_node() argument 1882 binder_proc_dec_tmpref(struct binder_proc *proc) binder_proc_dec_tmpref() argument 2085 binder_get_object(struct binder_proc *proc, const void __user *u, struct binder_buffer *buffer, unsigned long offset, struct binder_object *object) binder_get_object() argument 2159 binder_validate_ptr( struct binder_proc *proc, struct binder_buffer *b, struct binder_object *object, binder_size_t index, binder_size_t start_offset, binder_size_t *object_offsetp, binder_size_t num_valid) binder_validate_ptr() argument 2228 binder_validate_fixup(struct binder_proc *proc, struct binder_buffer *b, binder_size_t objects_start_offset, binder_size_t buffer_obj_offset, binder_size_t fixup_offset, binder_size_t last_obj_offset, binder_size_t last_min_offset) binder_validate_fixup() argument 2330 binder_transaction_buffer_release(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, binder_size_t off_end_offset, bool is_failure) binder_transaction_buffer_release() argument 2510 binder_release_entire_buffer(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, bool is_failure) binder_release_entire_buffer() argument 2529 struct binder_proc *proc = thread->proc; binder_translate_binder() local 2581 struct binder_proc *proc = thread->proc; binder_translate_handle() local 2655 struct binder_proc *proc = thread->proc; binder_translate_fd() local 2968 struct binder_proc *proc = thread->proc; binder_translate_fd_array() local 3035 struct binder_proc *proc = thread->proc; binder_fixup_parent() local 3091 binder_proc_transaction(struct binder_transaction *t, struct binder_proc *proc, struct binder_thread *thread) binder_proc_transaction() argument 3178 binder_transaction(struct binder_proc *proc, struct binder_thread *thread, struct binder_transaction_data *tr, int reply, binder_size_t extra_buffers_size) binder_transaction() argument 3999 binder_free_buf(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, bool is_failure) binder_free_buf() argument 4033 binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, binder_uintptr_t binder_buffer, size_t size, binder_size_t *consumed) binder_thread_write() argument 4479 binder_stat_br(struct binder_proc *proc, struct binder_thread *thread, uint32_t cmd) binder_stat_br() argument 4490 binder_put_node_cmd(struct binder_proc *proc, struct binder_thread *thread, void __user **ptrp, binder_uintptr_t node_ptr, binder_uintptr_t node_cookie, int node_debug_id, uint32_t cmd, const char *cmd_name) binder_put_node_cmd() argument 4525 struct binder_proc *proc = thread->proc; binder_wait_for_work() local 4567 binder_apply_fd_fixups(struct binder_proc *proc, struct binder_transaction *t) binder_apply_fd_fixups() argument 4618 binder_thread_read(struct binder_proc *proc, struct binder_thread *thread, binder_uintptr_t binder_buffer, size_t size, binder_size_t *consumed, int non_block) binder_thread_read() argument 5036 binder_release_work(struct binder_proc *proc, struct list_head *list) binder_release_work() argument 5095 binder_get_thread_ilocked( struct binder_proc *proc, struct binder_thread *new_thread) binder_get_thread_ilocked() argument 5133 binder_get_thread(struct binder_proc *proc) binder_get_thread() argument 5154 binder_free_proc(struct binder_proc *proc) binder_free_proc() argument 5180 binder_thread_release(struct binder_proc *proc, struct binder_thread *thread) binder_thread_release() argument 5276 struct binder_proc *proc = filp->private_data; binder_poll() local 5303 struct binder_proc *proc = filp->private_data; binder_ioctl_write_read() local 5368 struct binder_proc *proc = filp->private_data; binder_ioctl_set_ctx_mgr() local 5412 binder_ioctl_get_node_info_for_ref(struct binder_proc *proc, struct binder_node_info_for_ref *info) binder_ioctl_get_node_info_for_ref() argument 5448 binder_ioctl_get_node_debug_info(struct binder_proc *proc, struct binder_node_debug_info *info) binder_ioctl_get_node_debug_info() argument 5476 struct binder_proc *proc = filp->private_data; binder_ioctl() local 5679 struct binder_proc *proc = vma->vm_private_data; binder_vma_open() local 5690 struct binder_proc *proc = vma->vm_private_data; binder_vma_close() local 5713 struct binder_proc *proc = filp->private_data; binder_mmap() local 5740 struct binder_proc *proc, *itr; binder_open() local 5833 struct binder_proc *proc = filp->private_data; binder_flush() local 5840 binder_deferred_flush(struct binder_proc *proc) binder_deferred_flush() argument 5864 struct binder_proc *proc = filp->private_data; binder_release() local 5882 struct binder_proc *proc = node->proc; binder_node_release() local 5943 binder_deferred_release(struct binder_proc *proc) binder_deferred_release() argument 6029 struct binder_proc *proc; binder_deferred_func() local 6057 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer) binder_defer_work() argument 6069 print_binder_transaction_ilocked(struct seq_file *m, struct binder_proc *proc, const char *prefix, struct binder_transaction *t) print_binder_transaction_ilocked() argument 6109 print_binder_work_ilocked(struct seq_file *m, struct binder_proc *proc, const char *prefix, const char *transaction_prefix, struct binder_work *w) print_binder_work_ilocked() argument 6234 print_binder_proc(struct seq_file *m, struct binder_proc *proc, int print_all) print_binder_proc() argument 6397 print_binder_proc_stats(struct seq_file *m, struct binder_proc *proc) print_binder_proc_stats() argument 6464 struct binder_proc *proc; binder_state_show() local 6503 struct binder_proc *proc; binder_stats_show() local 6519 struct binder_proc *proc; binder_transactions_show() local 6654 print_binder_transaction_brief(struct seq_file *m, struct binder_proc *proc, u64 timestamp) print_binder_transaction_brief() argument 6710 print_binder_proc_brief(struct seq_file *m, struct binder_proc *proc) print_binder_proc_brief() argument 6734 struct binder_proc *proc = NULL; binder_transaction_proc_show() local [all...] |
/kernel/linux/linux-5.10/fs/proc/ |
H A D | Makefile | 3 # Makefile for the Linux proc filesystem routines. 6 obj-y += proc.o 9 proc-y := nommu.o task_nommu.o 10 proc-$(CONFIG_MMU) := task_mmu.o 12 proc-y += inode.o root.o base.o generic.o array.o \ 14 proc-$(CONFIG_TTY) += proc_tty.o 15 proc-y += cmdline.o 16 proc-y += consoles.o 17 proc-y += cpuinfo.o 18 proc [all...] |
/kernel/linux/linux-6.6/fs/proc/ |
H A D | Makefile | 3 # Makefile for the Linux proc filesystem routines. 6 obj-y += proc.o 9 proc-y := nommu.o task_nommu.o 10 proc-$(CONFIG_MMU) := task_mmu.o 12 proc-y += inode.o root.o base.o generic.o array.o \ 14 proc-$(CONFIG_TTY) += proc_tty.o 15 proc-y += cmdline.o 16 proc-y += consoles.o 17 proc-y += cpuinfo.o 18 proc [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 15 * 1) proc->outer_lock : protects binder_ref 21 * 3) proc->inner_lock : protects the thread and node lists 22 * (proc->threads, proc->waiting_threads, proc->nodes) 24 * (proc->todo, thread->todo, proc->delivered_death and 37 * foo_ilocked() : requires proc->inner_lock 38 * foo_oilocked(): requires proc->outer_lock and proc 97 DEFINE_SHOW_ATTRIBUTE(proc); global() variable 418 struct binder_proc *proc = node->proc; global() variable 423 binder_inner_proc_unlock(proc); global() variable 442 binder_worklist_empty(struct binder_proc *proc, struct list_head *list) binder_worklist_empty() argument 552 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work) binder_dequeue_work() argument 614 binder_wakeup_poll_threads_ilocked(struct binder_proc *proc, bool sync) binder_wakeup_poll_threads_ilocked() argument 645 binder_select_thread_ilocked(struct binder_proc *proc) binder_select_thread_ilocked() argument 676 binder_wakeup_thread_ilocked(struct binder_proc *proc, struct binder_thread *thread, bool sync) binder_wakeup_thread_ilocked() argument 706 binder_wakeup_proc_ilocked(struct binder_proc *proc) binder_wakeup_proc_ilocked() argument 731 binder_get_node_ilocked(struct binder_proc *proc, binder_uintptr_t ptr) binder_get_node_ilocked() argument 759 binder_get_node(struct binder_proc *proc, binder_uintptr_t ptr) binder_get_node() argument 770 binder_init_node_ilocked( struct binder_proc *proc, struct binder_node *new_node, struct flat_binder_object *fp) binder_init_node_ilocked() argument 827 binder_new_node(struct binder_proc *proc, struct flat_binder_object *fp) binder_new_node() argument 857 struct binder_proc *proc = node->proc; binder_inc_node_nilocked() local 917 struct binder_proc *proc = node->proc; binder_dec_node_nilocked() local 1061 binder_get_ref_olocked(struct binder_proc *proc, u32 desc, bool need_strong_ref) binder_get_ref_olocked() argument 1102 binder_get_ref_for_node_olocked( struct binder_proc *proc, struct binder_node *node, struct binder_ref *new_ref) binder_get_ref_for_node_olocked() argument 1293 binder_get_node_from_ref( struct binder_proc *proc, u32 desc, bool need_strong_ref, struct binder_ref_data *rdata) binder_get_node_from_ref() argument 1350 binder_update_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool increment, bool strong, struct binder_ref_data *rdata) binder_update_ref_for_handle() argument 1393 binder_dec_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool strong, struct binder_ref_data *rdata) binder_dec_ref_for_handle() argument 1413 binder_inc_ref_for_node(struct binder_proc *proc, struct binder_node *node, bool strong, struct list_head *target_list, struct binder_ref_data *rdata) binder_inc_ref_for_node() argument 1509 binder_proc_dec_tmpref(struct binder_proc *proc) binder_proc_dec_tmpref() argument 1736 binder_get_object(struct binder_proc *proc, const void __user *u, struct binder_buffer *buffer, unsigned long offset, struct binder_object *object) binder_get_object() argument 1808 binder_validate_ptr( struct binder_proc *proc, struct binder_buffer *b, struct binder_object *object, binder_size_t index, binder_size_t start_offset, binder_size_t *object_offsetp, binder_size_t num_valid) binder_validate_ptr() argument 1877 binder_validate_fixup(struct binder_proc *proc, struct binder_buffer *b, binder_size_t objects_start_offset, binder_size_t buffer_obj_offset, binder_size_t fixup_offset, binder_size_t last_obj_offset, binder_size_t last_min_offset) binder_validate_fixup() argument 1981 binder_transaction_buffer_release(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, binder_size_t off_end_offset, bool is_failure) binder_transaction_buffer_release() argument 2161 binder_release_entire_buffer(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, bool is_failure) binder_release_entire_buffer() argument 2180 struct binder_proc *proc = thread->proc; binder_translate_binder() local 2232 struct binder_proc *proc = thread->proc; binder_translate_handle() local 2306 struct binder_proc *proc = thread->proc; binder_translate_fd() local 2620 struct binder_proc *proc = thread->proc; binder_translate_fd_array() local 2687 struct binder_proc *proc = thread->proc; binder_fixup_parent() local 2797 binder_proc_transaction(struct binder_transaction *t, struct binder_proc *proc, struct binder_thread *thread) binder_proc_transaction() argument 2942 binder_transaction(struct binder_proc *proc, struct binder_thread *thread, struct binder_transaction_data *tr, int reply, binder_size_t extra_buffers_size) binder_transaction() argument 3834 binder_free_buf(struct binder_proc *proc, struct binder_thread *thread, struct binder_buffer *buffer, bool is_failure) binder_free_buf() argument 3868 binder_thread_write(struct binder_proc *proc, struct binder_thread *thread, binder_uintptr_t binder_buffer, size_t size, binder_size_t *consumed) binder_thread_write() argument 4315 binder_stat_br(struct binder_proc *proc, struct binder_thread *thread, uint32_t cmd) binder_stat_br() argument 4326 binder_put_node_cmd(struct binder_proc *proc, struct binder_thread *thread, void __user **ptrp, binder_uintptr_t node_ptr, binder_uintptr_t node_cookie, int node_debug_id, uint32_t cmd, const char *cmd_name) binder_put_node_cmd() argument 4361 struct binder_proc *proc = thread->proc; binder_wait_for_work() local 4400 binder_apply_fd_fixups(struct binder_proc *proc, struct binder_transaction *t) binder_apply_fd_fixups() argument 4441 binder_thread_read(struct binder_proc *proc, struct binder_thread *thread, binder_uintptr_t binder_buffer, size_t size, binder_size_t *consumed, int non_block) binder_thread_read() argument 4867 binder_release_work(struct binder_proc *proc, struct list_head *list) binder_release_work() argument 4928 binder_get_thread_ilocked( struct binder_proc *proc, struct binder_thread *new_thread) binder_get_thread_ilocked() argument 4967 binder_get_thread(struct binder_proc *proc) binder_get_thread() argument 4988 binder_free_proc(struct binder_proc *proc) binder_free_proc() argument 5017 binder_thread_release(struct binder_proc *proc, struct binder_thread *thread) binder_thread_release() argument 5114 struct binder_proc *proc = filp->private_data; binder_poll() local 5141 struct binder_proc *proc = filp->private_data; binder_ioctl_write_read() local 5207 struct binder_proc *proc = filp->private_data; binder_ioctl_set_ctx_mgr() local 5251 binder_ioctl_get_node_info_for_ref(struct binder_proc *proc, struct binder_node_info_for_ref *info) binder_ioctl_get_node_info_for_ref() argument 5287 binder_ioctl_get_node_debug_info(struct binder_proc *proc, struct binder_node_debug_info *info) binder_ioctl_get_node_debug_info() argument 5312 binder_txns_pending_ilocked(struct binder_proc *proc) binder_txns_pending_ilocked() argument 5425 struct binder_proc *proc = filp->private_data; binder_ioctl() local 5723 struct binder_proc *proc = vma->vm_private_data; binder_vma_open() local 5734 struct binder_proc *proc = vma->vm_private_data; binder_vma_close() local 5757 struct binder_proc *proc = filp->private_data; binder_mmap() local 5783 struct binder_proc *proc, *itr; binder_open() local 5877 struct binder_proc *proc = filp->private_data; binder_flush() local 5884 binder_deferred_flush(struct binder_proc *proc) binder_deferred_flush() argument 5908 struct binder_proc *proc = filp->private_data; binder_release() local 5926 struct binder_proc *proc = node->proc; binder_node_release() local 5987 binder_deferred_release(struct binder_proc *proc) binder_deferred_release() argument 6076 struct binder_proc *proc; binder_deferred_func() local 6104 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer) binder_defer_work() argument 6116 print_binder_transaction_ilocked(struct seq_file *m, struct binder_proc *proc, const char *prefix, struct binder_transaction *t) print_binder_transaction_ilocked() argument 6158 print_binder_work_ilocked(struct seq_file *m, struct binder_proc *proc, const char *prefix, const char *transaction_prefix, struct binder_work *w) print_binder_work_ilocked() argument 6283 print_binder_proc(struct seq_file *m, struct binder_proc *proc, int print_all) print_binder_proc() argument 6449 print_binder_proc_stats(struct seq_file *m, struct binder_proc *proc) print_binder_proc_stats() argument 6515 struct binder_proc *proc; state_show() local 6554 struct binder_proc *proc; stats_show() local 6570 struct binder_proc *proc; transactions_show() local 6743 print_binder_transaction_brief(struct seq_file *m, struct binder_proc *proc, u64 timestamp) print_binder_transaction_brief() argument 6799 print_binder_proc_brief(struct seq_file *m, struct binder_proc *proc) print_binder_proc_brief() argument 6823 struct binder_proc *proc = NULL; binder_transaction_proc_show() local [all...] |
/third_party/skia/third_party/externals/oboe/src/aaudio/ |
H A D | AAudioLoader.cpp | 134 static void AAudioLoader_check(void *proc, const char *functionName) { in AAudioLoader_check() argument 135 if (proc == nullptr) { in AAudioLoader_check() 141 void *proc = dlsym(mLibHandle, functionName); in load_I_PPB() local 142 AAudioLoader_check(proc, functionName); in load_I_PPB() 143 return reinterpret_cast<signature_I_PPB>(proc); in load_I_PPB() 147 void *proc = dlsym(mLibHandle, functionName); in load_CPH_I() local 148 AAudioLoader_check(proc, functionName); in load_CPH_I() 149 return reinterpret_cast<signature_CPH_I>(proc); in load_CPH_I() 153 void *proc = dlsym(mLibHandle, functionName); in load_V_PBI() local 154 AAudioLoader_check(proc, functionNam in load_V_PBI() 159 void *proc = dlsym(mLibHandle, functionName); load_V_PBPDPV() local 165 void *proc = dlsym(mLibHandle, functionName); load_V_PBPEPV() local 171 void *proc = dlsym(mLibHandle, functionName); load_I_PSI() local 177 void *proc = dlsym(mLibHandle, functionName); load_I_PS() local 183 void *proc = dlsym(mLibHandle, functionName); load_L_PS() local 189 void *proc = dlsym(mLibHandle, functionName); load_F_PS() local 195 void *proc = dlsym(mLibHandle, functionName); load_B_PS() local 201 void *proc = dlsym(mLibHandle, functionName); load_I_PB() local 207 void *proc = dlsym(mLibHandle, functionName); load_I_PBPPS() local 213 void *proc = dlsym(mLibHandle, functionName); load_I_PSCPVIL() local 219 void *proc = dlsym(mLibHandle, functionName); load_I_PSPVIL() local 225 void *proc = dlsym(mLibHandle, functionName); load_I_PSTPTL() local 231 void *proc = dlsym(mLibHandle, functionName); load_I_PSKPLPL() local [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | Makefile | 19 obj-$(CONFIG_MODULES) += proc-syms.o 66 obj-$(CONFIG_CPU_ARM7TDMI) += proc-arm7tdmi.o 67 obj-$(CONFIG_CPU_ARM720T) += proc-arm720.o 68 obj-$(CONFIG_CPU_ARM740T) += proc-arm740.o 69 obj-$(CONFIG_CPU_ARM9TDMI) += proc-arm9tdmi.o 70 obj-$(CONFIG_CPU_ARM920T) += proc-arm920.o 71 obj-$(CONFIG_CPU_ARM922T) += proc-arm922.o 72 obj-$(CONFIG_CPU_ARM925T) += proc-arm925.o 73 obj-$(CONFIG_CPU_ARM926T) += proc-arm926.o 74 obj-$(CONFIG_CPU_ARM940T) += proc [all...] |
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | user.c | 180 struct dlm_user_proc *proc; in dlm_user_add_ast() local 200 proc = ua->proc; in dlm_user_add_ast() 208 spin_lock(&proc->asts_spin); in dlm_user_add_ast() 212 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 218 list_add_tail(&lkb->lkb_cb_list, &proc->asts); in dlm_user_add_ast() 219 wake_up_interruptible(&proc->wait); in dlm_user_add_ast() 221 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 225 spin_lock(&proc->locks_spin); in dlm_user_add_ast() 230 spin_unlock(&proc in dlm_user_add_ast() 236 device_user_lock(struct dlm_user_proc *proc, struct dlm_lock_params *params) device_user_lock() argument 290 device_user_unlock(struct dlm_user_proc *proc, struct dlm_lock_params *params) device_user_unlock() argument 319 device_user_deadlock(struct dlm_user_proc *proc, struct dlm_lock_params *params) device_user_deadlock() argument 380 device_user_purge(struct dlm_user_proc *proc, struct dlm_purge_params *params) device_user_purge() argument 504 struct dlm_user_proc *proc = file->private_data; device_write() local 632 struct dlm_user_proc *proc; device_open() local 659 struct dlm_user_proc *proc = file->private_data; device_close() local 779 struct dlm_user_proc *proc = file->private_data; device_read() local 890 struct dlm_user_proc *proc = file->private_data; device_poll() local [all...] |
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | user.c | 148 /* should held proc->asts_spin lock */ 201 struct dlm_user_proc *proc; in dlm_user_add_ast() local 223 proc = ua->proc; in dlm_user_add_ast() 231 spin_lock(&proc->asts_spin); in dlm_user_add_ast() 236 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 241 list_add_tail(&lkb->lkb_cb_list, &proc->asts); in dlm_user_add_ast() 242 wake_up_interruptible(&proc->wait); in dlm_user_add_ast() 250 spin_unlock(&proc->asts_spin); in dlm_user_add_ast() 254 spin_lock(&proc in dlm_user_add_ast() 265 device_user_lock(struct dlm_user_proc *proc, struct dlm_lock_params *params) device_user_lock() argument 316 device_user_unlock(struct dlm_user_proc *proc, struct dlm_lock_params *params) device_user_unlock() argument 345 device_user_deadlock(struct dlm_user_proc *proc, struct dlm_lock_params *params) device_user_deadlock() argument 406 device_user_purge(struct dlm_user_proc *proc, struct dlm_purge_params *params) device_user_purge() argument 530 struct dlm_user_proc *proc = file->private_data; device_write() local 658 struct dlm_user_proc *proc; device_open() local 685 struct dlm_user_proc *proc = file->private_data; device_close() local 805 struct dlm_user_proc *proc = file->private_data; device_read() local 924 struct dlm_user_proc *proc = file->private_data; device_poll() local [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 115 proc = await asyncio.create_subprocess_exec( 122 proc.stdin.write(data) 123 await proc.stdin.drain() 124 proc.stdin.close() 127 data = await proc.stdout.read() 128 exitcode = await proc.wait() 141 proc = await asyncio.create_subprocess_exec( 146 stdout, stderr = await proc.communicate(data) 147 return proc.returncode, stdout 156 proc [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | Makefile | 10 TEST_GEN_PROGS += proc-loadavg-001 11 TEST_GEN_PROGS += proc-empty-vm 12 TEST_GEN_PROGS += proc-pid-vm 13 TEST_GEN_PROGS += proc-self-map-files-001 14 TEST_GEN_PROGS += proc-self-map-files-002 15 TEST_GEN_PROGS += proc-self-syscall 16 TEST_GEN_PROGS += proc-self-wchan 17 TEST_GEN_PROGS += proc-subset-pid 18 TEST_GEN_PROGS += proc-tid0 19 TEST_GEN_PROGS += proc [all...] |
/third_party/node/test/parallel/ |
H A D | test-inspector-port-zero.js | 11 const proc = spawn(process.execPath, args); 12 proc.stdout.setEncoding('utf8'); 13 proc.stderr.setEncoding('utf8'); 16 proc.stdout.on('data', (data) => stdout += data); 17 proc.stderr.on('data', (data) => stderr += data); 18 proc.stdout.on('close', (hadErr) => assert(!hadErr)); 19 proc.stderr.on('close', (hadErr) => assert(!hadErr)); 20 proc.stderr.on('data', () => { 27 proc.stderr.on('data', () => { 28 if (stderr.includes('\n') && !proc [all...] |
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | Makefile | 19 obj-$(CONFIG_MODULES) += proc-syms.o 79 obj-$(CONFIG_CPU_ARM7TDMI) += proc-arm7tdmi.o 80 obj-$(CONFIG_CPU_ARM720T) += proc-arm720.o 81 obj-$(CONFIG_CPU_ARM740T) += proc-arm740.o 82 obj-$(CONFIG_CPU_ARM9TDMI) += proc-arm9tdmi.o 83 obj-$(CONFIG_CPU_ARM920T) += proc-arm920.o 84 obj-$(CONFIG_CPU_ARM922T) += proc-arm922.o 85 obj-$(CONFIG_CPU_ARM925T) += proc-arm925.o 86 obj-$(CONFIG_CPU_ARM926T) += proc-arm926.o 87 obj-$(CONFIG_CPU_ARM940T) += proc [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/sun6i-isp/ |
H A D | sun6i_isp_proc.c | 24 *width = isp_dev->proc.mbus_format.width; in sun6i_isp_proc_dimensions() 26 *height = isp_dev->proc.mbus_format.height; in sun6i_isp_proc_dimensions() 112 struct sun6i_isp_proc *proc = &isp_dev->proc; in sun6i_isp_proc_enable() local 118 if (source == &proc->source_csi0) in sun6i_isp_proc_enable() 142 struct v4l2_mbus_framefmt *mbus_format = &isp_dev->proc.mbus_format; in sun6i_isp_proc_configure() 170 struct sun6i_isp_proc *proc = &isp_dev->proc; in sun6i_isp_proc_s_stream() local 171 struct media_pad *local_pad = &proc->pads[SUN6I_ISP_PROC_PAD_SINK_CSI]; in sun6i_isp_proc_s_stream() 189 if (source_subdev == proc in sun6i_isp_proc_s_stream() 405 struct sun6i_isp_proc *proc = &isp_dev->proc; sun6i_isp_proc_notifier_bound() local 492 struct sun6i_isp_proc *proc = &isp_dev->proc; sun6i_isp_proc_setup() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | Makefile | 9 TEST_GEN_PROGS += proc-loadavg-001 10 TEST_GEN_PROGS += proc-pid-vm 11 TEST_GEN_PROGS += proc-self-map-files-001 12 TEST_GEN_PROGS += proc-self-map-files-002 13 TEST_GEN_PROGS += proc-self-syscall 14 TEST_GEN_PROGS += proc-self-wchan 15 TEST_GEN_PROGS += proc-uptime-001 16 TEST_GEN_PROGS += proc-uptime-002 22 TEST_GEN_PROGS += proc-multiple-procfs 23 TEST_GEN_PROGS += proc [all...] |
/third_party/python/Lib/test/ |
H A D | _test_eintr.py | 29 def kill_on_error(proc): 31 with proc: 33 yield proc 35 proc.kill() 93 for proc in processes: 94 proc.wait() 104 proc = self.new_sleep_process() 105 wait_func(proc.pid) 107 proc.wait() 138 proc [all...] |
/third_party/skia/src/codec/ |
H A D | SkSwizzler.cpp | 742 template <SkSwizzler::RowProc proc> 758 proc(dst32, (const uint8_t*)src16, width, bpp, deltaSrc, 0, ctable); in SkipLeadingGrayAlphaZerosThen() 761 template <SkSwizzler::RowProc proc> 777 proc(dst32, (const uint8_t*)src32, dstWidth, bpp, deltaSrc, 0, ctable); in SkipLeading8888ZerosThen() 782 RowProc proc = nullptr; in MakeSimple() local 785 proc = &sample1; in MakeSimple() 788 proc = &sample2; in MakeSimple() 792 proc = &sample4; in MakeSimple() 795 proc = &sample6; in MakeSimple() 798 proc in MakeSimple() 818 RowProc proc = nullptr; Make() local 1147 Make(const SkImageInfo& dstInfo, RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcBPP, int dstBPP, const SkCodec::Options& options, const SkIRect* frame) Make() argument 1170 SkSwizzler(RowProc fastProc, RowProc proc, const SkPMColor* ctable, int srcOffset, int srcWidth, int dstOffset, int dstWidth, int srcBPP, int dstBPP) SkSwizzler() argument [all...] |
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | cper-arm.c | 239 const struct cper_sec_proc_arm *proc) in cper_print_proc_arm() 246 printk("%sMIDR: 0x%016llx\n", pfx, proc->midr); in cper_print_proc_arm() 248 len = proc->section_length - (sizeof(*proc) + in cper_print_proc_arm() 249 proc->err_info_num * (sizeof(*err_info))); in cper_print_proc_arm() 251 printk("%ssection length: %d\n", pfx, proc->section_length); in cper_print_proc_arm() 254 printk("%sERR_INFO_NUM is %d\n", pfx, proc->err_info_num); in cper_print_proc_arm() 258 if (proc->validation_bits & CPER_ARM_VALID_MPIDR) in cper_print_proc_arm() 260 pfx, proc->mpidr); in cper_print_proc_arm() 262 if (proc in cper_print_proc_arm() 238 cper_print_proc_arm(const char *pfx, const struct cper_sec_proc_arm *proc) cper_print_proc_arm() argument [all...] |
H A D | cper.c | 144 const struct cper_sec_proc_generic *proc) in cper_print_proc_generic() 146 if (proc->validation_bits & CPER_PROC_VALID_TYPE) in cper_print_proc_generic() 147 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic() 148 proc->proc_type < ARRAY_SIZE(proc_type_strs) ? in cper_print_proc_generic() 149 proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic() 150 if (proc->validation_bits & CPER_PROC_VALID_ISA) in cper_print_proc_generic() 151 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa, in cper_print_proc_generic() 152 proc->proc_isa < ARRAY_SIZE(proc_isa_strs) ? in cper_print_proc_generic() 153 proc_isa_strs[proc->proc_isa] : "unknown"); in cper_print_proc_generic() 154 if (proc in cper_print_proc_generic() 143 cper_print_proc_generic(const char *pfx, const struct cper_sec_proc_generic *proc) cper_print_proc_generic() argument [all...] |
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | cper-arm.c | 238 const struct cper_sec_proc_arm *proc) in cper_print_proc_arm() 245 printk("%sMIDR: 0x%016llx\n", pfx, proc->midr); in cper_print_proc_arm() 247 len = proc->section_length - (sizeof(*proc) + in cper_print_proc_arm() 248 proc->err_info_num * (sizeof(*err_info))); in cper_print_proc_arm() 250 printk("%ssection length: %d\n", pfx, proc->section_length); in cper_print_proc_arm() 253 printk("%sERR_INFO_NUM is %d\n", pfx, proc->err_info_num); in cper_print_proc_arm() 257 if (proc->validation_bits & CPER_ARM_VALID_MPIDR) in cper_print_proc_arm() 259 pfx, proc->mpidr); in cper_print_proc_arm() 261 if (proc in cper_print_proc_arm() 237 cper_print_proc_arm(const char *pfx, const struct cper_sec_proc_arm *proc) cper_print_proc_arm() argument [all...] |
H A D | cper.c | 145 const struct cper_sec_proc_generic *proc) in cper_print_proc_generic() 147 if (proc->validation_bits & CPER_PROC_VALID_TYPE) in cper_print_proc_generic() 148 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic() 149 proc->proc_type < ARRAY_SIZE(proc_type_strs) ? in cper_print_proc_generic() 150 proc_type_strs[proc->proc_type] : "unknown"); in cper_print_proc_generic() 151 if (proc->validation_bits & CPER_PROC_VALID_ISA) in cper_print_proc_generic() 152 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa, in cper_print_proc_generic() 153 proc->proc_isa < ARRAY_SIZE(proc_isa_strs) ? in cper_print_proc_generic() 154 proc_isa_strs[proc->proc_isa] : "unknown"); in cper_print_proc_generic() 155 if (proc in cper_print_proc_generic() 144 cper_print_proc_generic(const char *pfx, const struct cper_sec_proc_generic *proc) cper_print_proc_generic() argument [all...] |
/third_party/node/test/tick-processor/ |
H A D | tick-processor-base.js | 14 const proc = cp.spawn(process.execPath, [ 24 proc.stdout.on('data', (chunk) => ticks += chunk); 28 match(test.pattern, proc, () => ticks, test.profProcessFlags); 36 const proc = cp.spawn(process.execPath, [ 47 proc.stdout.on('data', (chunk) => out += chunk); 48 proc.stdout.once('end', () => { 49 proc.once('exit', () => { 60 proc.stdout.removeAllListeners(); 61 proc.kill();
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_aexciter.c | 146 double proc = in, med; in distortion_process() local 148 proc = bprocess(proc, p->hp, &p->hw[0][0], &p->hw[0][1]); in distortion_process() 149 proc = bprocess(proc, p->hp, &p->hw[1][0], &p->hw[1][1]); in distortion_process() 151 if (proc >= 0.0) { in distortion_process() 152 med = (D(p->ap + proc * (p->kpa - proc)) + p->kpb) * p->pwrq; in distortion_process() 154 med = (D(p->an - proc * (p->kna + proc)) in distortion_process() [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | binary.cpp | 38 _serializer<T>::proc(os, x); in _proc() 45 _serializer<T>::proc(is, x); in _proc() 52 _serializer<T>::proc(is, x); in _proc() 60 _serializer<T>::proc(sz, x); in _proc() 68 proc(std::ostream &os, const T &x) { in proc() function 73 proc(std::istream &is, T &x) { in proc() function 78 proc(binary::size_t &sz, const T &x) { in proc() function 89 proc(std::ostream &os, const std::vector<T> &v) { in proc() function 97 proc(std::istream &is, std::vector<T> &v) { in proc() function 105 proc(binar function 118 proc(std::ostream &os, const std::vector<T> &v) { proc() function 125 proc(std::istream &is, std::vector<T> &v) { proc() function 132 proc(binary::size_t &sz, const std::vector<T> &v) { proc() function 141 proc(std::ostream &os, const std::string &s) { proc() function 147 proc(std::istream &is, std::string &s) { proc() function 153 proc(binary::size_t &sz, const std::string &s) { proc() function 163 proc(S & s, QT &x) { proc() function 174 proc(S &s, QT &x) { proc() function 187 proc(S &s, QT &x) { proc() function 202 proc(S &s, QT &x) { proc() function 217 proc(S &s, QT &x) { proc() function [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/timens/ |
H A D | procfs.c | 39 char path[] = "/proc/self/ns/time_for_children"; in init_namespaces() 71 FILE *proc; in read_proc_uptime() local 73 proc = fopen("/proc/uptime", "r"); in read_proc_uptime() 74 if (proc == NULL) { in read_proc_uptime() 75 pr_perror("Unable to open /proc/uptime"); in read_proc_uptime() 79 if (fscanf(proc, "%lu.%02lu", &up_sec, &up_nsec) != 2) { in read_proc_uptime() 84 pr_err("failed to parse /proc/uptime"); in read_proc_uptime() 87 fclose(proc); in read_proc_uptime() 96 FILE *proc; in read_proc_stat_btime() local [all...] |
/third_party/ltp/testcases/misc/math/fptests/ |
H A D | fptest01.c | 69 int proc; member 195 static int addevent(int type, int proc, double t) in addevent() argument 203 eventtab[i].proc = proc; in addevent() 234 rtrevent.proc = eventtab[imin].proc; in nextevent() 284 int i, p, proc; in doevent() local 287 proc = ev->proc; in doevent() 292 addevent(ENTERCRIT, proc, global_tim in doevent() [all...] |