Home
last modified time | relevance | path

Searched defs:kargs (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_ukk_mem.c21 _mali_uk_alloc_mem_s kargs; in mem_alloc_wrapper() local
47 _mali_uk_free_mem_s kargs; in mem_free_wrapper() local
73 _mali_uk_bind_mem_s kargs; in mem_bind_wrapper() local
95 _mali_uk_unbind_mem_s kargs; in mem_unbind_wrapper() local
118 _mali_uk_cow_mem_s kargs; in mem_cow_wrapper() local
144 _mali_uk_cow_modify_range_s kargs; in mem_cow_modify_range_wrapper() local
170 _mali_uk_mem_resize_s kargs; in mem_resize_mem_wrapper() local
192 _mali_uk_mem_write_safe_s kargs; in mem_write_safe_wrapper() local
232 _mali_uk_query_mmu_page_table_dump_size_s kargs; in mem_query_mmu_page_table_dump_size_wrapper() local
250 _mali_uk_dump_mmu_page_table_s kargs; in mem_dump_mmu_page_table_wrapper() local
[all …]
H A Dmali_ukk_core.c22 _mali_uk_get_api_version_s kargs; in get_api_version_wrapper() local
41 _mali_uk_get_api_version_v2_s kargs; in get_api_version_v2_wrapper() local
74 _mali_rk_ko_version_s kargs; in get_rk_ko_version_wrapper() local
85 _mali_uk_wait_for_notification_s kargs; in wait_for_notification_wrapper() local
106 _mali_uk_post_notification_s kargs; in post_notification_wrapper() local
127 _mali_uk_get_user_settings_s kargs; in get_user_settings_wrapper() local
146 _mali_uk_request_high_priority_s kargs; in request_high_priority_wrapper() local
161 _mali_uk_pending_submit_s kargs; in pending_submit_wrapper() local
H A Dmali_ukk_profiling.c22 _mali_uk_profiling_add_event_s kargs; in profiling_add_event_wrapper() local
42 _mali_uk_sw_counters_report_s kargs; in profiling_report_sw_counters_wrapper() local
87 _mali_uk_profiling_stream_fd_get_s kargs; in profiling_get_stream_fd_wrapper() local
111 _mali_uk_profiling_control_set_s kargs; in profiling_control_set_wrapper() local
H A Dmali_ukk_gp.c37 _mali_uk_get_gp_core_version_s kargs; in gp_get_core_version_wrapper() local
56 _mali_uk_gp_suspend_response_s kargs; in gp_suspend_response_wrapper() local
76 _mali_uk_get_gp_number_of_cores_s kargs; in gp_get_number_of_cores_wrapper() local
H A Dmali_ukk_pp.c54 _mali_uk_get_pp_number_of_cores_s kargs; in pp_get_number_of_cores_wrapper() local
77 _mali_uk_get_pp_core_version_s kargs; in pp_get_core_version_wrapper() local
94 _mali_uk_pp_disable_wb_s kargs; in pp_disable_wb_wrapper() local
H A Dmali_ukk_vsync.c22 _mali_uk_vsync_event_report_s kargs; in vsync_event_report_wrapper() local
H A Dmali_ukk_soft_job.c24 _mali_uk_soft_job_start_s kargs; in soft_job_start_wrapper() local
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dprocess.c161 struct kernel_clone_args kargs = {}; in sys_clone() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup.h721 struct kernel_clone_args *kargs) { return 0; } in cgroup_can_fork()
723 struct kernel_clone_args *kargs) {} in cgroup_cancel_fork()
725 struct kernel_clone_args *kargs) {} in cgroup_post_fork()
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c2682 noinline static int copy_clone_args_from_user(struct kernel_clone_args *kargs, in copy_clone_args_from_user()
2759 static inline bool clone3_stack_valid(struct kernel_clone_args *kargs) in clone3_stack_valid()
2779 static bool clone3_args_valid(struct kernel_clone_args *kargs) in clone3_args_valid()
2822 struct kernel_clone_args kargs; in SYSCALL_DEFINE2() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_scheduler.c808 _mali_uk_pp_and_gp_start_job_s kargs; in _mali_ukk_pp_and_gp_start_job() local
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c6108 static int cgroup_css_set_fork(struct kernel_clone_args *kargs) in cgroup_css_set_fork()
6197 static void cgroup_css_set_put_fork(struct kernel_clone_args *kargs) in cgroup_css_set_put_fork()
6230 int cgroup_can_fork(struct task_struct *child, struct kernel_clone_args *kargs) in cgroup_can_fork()
6270 struct kernel_clone_args *kargs) in cgroup_cancel_fork()
6290 struct kernel_clone_args *kargs) in cgroup_post_fork()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py530 def add_task(self, func, *args, **kargs):
/OK3568_Linux_fs/yocto/poky/bitbake/lib/
H A Dpyinotify.py863 def __init__(self, pevent=None, **kargs):
878 def my_init(self, **kargs):
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c3536 void sched_cgroup_fork(struct task_struct *p, struct kernel_clone_args *kargs) in sched_cgroup_fork()