Searched refs:sync_cop (Results 1 – 2 of 2) sorted by relevance
106 sync_cop(mm); in use_cop()114 smp_call_function(sync_cop, mm, 1); in use_cop()146 sync_cop(mm); in drop_cop()154 smp_call_function(sync_cop, mm, 1); in drop_cop()244 sync_cop(current->active_mm); in acop_handle_fault()
21 static inline void sync_cop(void *arg) in sync_cop() function