Searched refs:list_empty (Results 1 – 13 of 13) sorted by relevance
159 static inline int list_empty(struct list_head *head) in list_empty() function185 if (!list_empty(list)) in list_splice()199 if (!list_empty(list)) { in list_splice_init()
88 static inline int list_empty(struct list_head *el) in list_empty() function
2013 if (list_empty(&ts->os_rw_handlers) && list_empty(&ts->os_timers)) in js_os_poll()2017 if (!list_empty(&ts->os_timers)) { in js_os_poll()2092 if (!list_empty(&ps->msg_queue)) { in handle_posted_message()2099 if (list_empty(&ps->msg_queue)) { in handle_posted_message()2182 if (list_empty(&ts->os_rw_handlers) && list_empty(&ts->os_timers) && in js_os_poll()2183 list_empty(&ts->port_list)) in js_os_poll()2186 if (!list_empty(&ts->os_timers)) { in js_os_poll()3373 if (list_empty(&ps->msg_queue)) { in js_worker_postMessage()
671 if (list_empty(&report_list)) { in js_agent_getReport()
1843 return !list_empty(&rt->job_list); in JS_IsJobPending()1855 if (list_empty(&rt->job_list)) { in JS_ExecutePendingJob()2003 if(!list_empty(&rt->gc_obj_list)) { in JS_FreeRuntime()2092 if (!list_empty(&rt->string_list)) { in JS_FreeRuntime()18523 if (unlikely(!list_empty(&sf->var_ref_list))) { in JS_CallInternal()19455 if (list_empty(&s->queue)) in js_async_generator_resume_next()
122 if (list_empty(&ctx->msg_list.message_list)) { in dm_ipc_msg_next()
77 if (list_empty(&lst->lst_ctl)) { in fillAccessKey()568 if (!ctl_head || list_empty(ctl_head)) { in heart_beat_cb()603 if (!ctl_head || list_empty(ctl_head)) { in on_client_auth_timer()
151 if (list_empty(&lst->lst_svr)) { in is_legal_key()703 if (!ctl_head || list_empty(ctl_head)) { in alcs_rec_heart_beat()783 if (!head || list_empty(head)) { in on_svr_auth_timer()
351 #define list_empty dlist_empty macro
2233 if (list_empty(&ts->os_rw_handlers) && list_empty(&ts->os_timers)) { in js_os_poll()2238 if (!list_empty(&ts->os_timers)) { in js_os_poll()2316 if (!list_empty(&ps->msg_queue)) { in handle_posted_message()2323 if (list_empty(&ps->msg_queue)) { in handle_posted_message()2409 if (list_empty(&ts->os_rw_handlers) && list_empty(&ts->os_timers) && in js_os_poll()2410 list_empty(&ts->port_list)) { in js_os_poll()2414 if (!list_empty(&ts->os_timers)) { in js_os_poll()3717 if (list_empty(&ps->msg_queue)) { in js_worker_postMessage()
109 static __inline int list_empty(struct list_head *head) in list_empty() function
399 if (!list_empty((list_head_t *)&g_http2_fs_ctx.file_list)) { in http_upload_file_func()
471 if(list_empty(phead)) in rtw_is_list_empty()
Completed in 143 milliseconds