Home
last modified time | relevance | path

Searched refs:find_process_jit_space (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/common_modules/memory_security/src/
H A Djit_process.c13 struct result_of_find_process find_process_jit_space(struct rb_root *root, int pid) in find_process_jit_space() function
44 struct result_of_find_process result = find_process_jit_space(root, pid); in update_process_jit_space()
79 struct list_head *head = (find_process_jit_space(root, pid).head); in delete_process_jit_space()
H A Djit_memory.c43 struct list_head *head = (find_process_jit_space(&root_tree, task->pid).head); in find_jit_memory()
85 struct list_head *head = (find_process_jit_space(&root_tree, task->pid).head); in delete_jit_memory()
/kernel/linux/common_modules/memory_security/include/
H A Djit_process.h17 struct result_of_find_process find_process_jit_space(struct rb_root *root, int pid);

Completed in 2 milliseconds