Home
last modified time | relevance | path

Searched defs:poll_params (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/memory/lmkd/
H A Dlmkd.cpp2152 struct polling_params *poll_params) { in kill_done_handler()
2467 static void mp_event_psi(int data, uint32_t events, struct polling_params *poll_params) { in mp_event_psi()
2788 static void mp_event_common(int data, uint32_t events, struct polling_params *poll_params) { in mp_event_common()
3322 static bool polling_paused(struct polling_params *poll_params) { in polling_paused()
3326 static void resume_polling(struct polling_params *poll_params, struct timespec curr_tm) { in resume_polling()
3334 struct polling_params *poll_params, uint32_t events) { in call_handler()
3372 struct polling_params poll_params; in mainloop() local