Searched refs:match_process (Results 1 – 2 of 2) sorted by relevance
217 int (*match_process)(long long *slot);806 if (TT.match_process && !TT.match_process(slot)) return 0; in get_ps()1350 TT.match_process = ps_match_process; in ps_main()1748 TT.match_process = shared_match_process; in top_setup()1907 TT.match_process = pgrep_match_process; in pgrep_main()
1228 int (*match_process)(long long *slot); member