Home
last modified time | relevance | path

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

/aosp_15_r20/system/memory/lmkd/
Dlmkd.cpp2370 struct polling_params *poll_params) { in kill_done_handler()
2376 struct polling_params *poll_params) { in kill_fail_handler()
2687 static void mp_event_psi(int data, uint32_t events, struct polling_params *poll_params) { in mp_event_psi()
3078 static void mp_event_common(int data, uint32_t events, struct polling_params *poll_params) { in mp_event_common()
3823 static bool polling_paused(struct polling_params *poll_params) { in polling_paused()
3827 static void resume_polling(struct polling_params *poll_params, struct timespec curr_tm) { in resume_polling()
3835 struct polling_params *poll_params, uint32_t events) { in call_handler()
3877 struct polling_params poll_params; in mainloop() local