Home
last modified time | relevance | path

Searched refs:qlist_empty (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/mm/kasan/
H A Dquarantine.c42 static bool qlist_empty(struct qlist_head *q) in qlist_empty() function
56 if (unlikely(qlist_empty(q))) in qlist_put()
67 if (unlikely(qlist_empty(from))) in qlist_move_all()
70 if (qlist_empty(to)) { in qlist_move_all()
156 if (unlikely(qlist_empty(q))) in qlist_free_all()
282 if (unlikely(qlist_empty(from))) in qlist_move_cache()
335 if (qlist_empty(&global_quarantine[i])) in kasan_quarantine_remove_cache()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c374 #define qlist_empty(list) ((list) == (list)->next) macro
538 while (!qlist_empty(&qmi_con->client_qnode)) { in cleanup_qmi_connection()
654 if (!qlist_empty(&qmi_proxy_ctl_msg)) { in recv_qmi_from_dev()
681 if (!qlist_empty(&qmi_proxy_ctl_msg)) { in recv_qmi_from_dev()
721 if (qlist_empty(&qmi_proxy_ctl_msg)) in recv_qmi_from_client()
912 while (!qlist_empty(&qmi_proxy_connection)) { in qmi_proxy_loop()