Searched refs:task_filedesc_ast (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | ast.h | 216 extern void task_filedesc_ast(task_t task, int current_size, int soft_limit, int hard_limit);
|
| H A D | task.c | 8568 task_filedesc_ast(__unused task_t task, __unused int current_size, __unused int soft_limit, __unuse… in task_filedesc_ast() function
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_proc.c | 245 extern void task_filedesc_ast(task_t task, int current_size, int soft_limit, int hard_limit); 5082 return task_filedesc_ast(task, fd_current_size, soft_limit, hard_limit); in proc_filedesc_ast()
|