Home
last modified time | relevance | path

Searched refs:ucollection_process_cpu_entry (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/common_modules/ucollection/
H A Ducollection_process_cpu.c77 struct ucollection_process_cpu_entry __user *entry) in get_process_load()
109 struct ucollection_process_cpu_entry kentry; in ioctrl_collect_process_cpu()
110 struct ucollection_process_cpu_entry __user *entry = argp; in ioctrl_collect_process_cpu()
116 memset(&kentry, 0, sizeof(struct ucollection_process_cpu_entry)); in ioctrl_collect_process_cpu()
117 (void)copy_from_user(&kentry, entry, sizeof(struct ucollection_process_cpu_entry)); in ioctrl_collect_process_cpu()
279 struct ucollection_process_cpu_entry kentry; in ioctrl_collect_the_process_cpu()
280 struct ucollection_process_cpu_entry __user *entry = argp; in ioctrl_collect_the_process_cpu()
286 memset(&kentry, 0, sizeof(struct ucollection_process_cpu_entry)); in ioctrl_collect_the_process_cpu()
287 (void)copy_from_user(&kentry, entry, sizeof(struct ucollection_process_cpu_entry)); in ioctrl_collect_the_process_cpu()
H A Dunified_collection_data.h27 struct ucollection_process_cpu_entry { struct
76 struct ucollection_process_cpu_entry)
78 struct ucollection_process_cpu_entry)

Completed in 1 milliseconds