Searched refs:list_empty (Results 1 – 17 of 17) sorted by relevance
80 list_empty=1168 list_empty=1408 list_empty=0420 if [ $list_empty -eq 0 ]; then446 list_empty=0451 if [ $list_empty -eq 0 ]; then467 if [ $list_empty -eq 0 ]; then494 if [ $list_empty -eq 0 ]; then
46 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro134 ASSERT(!list_empty(list)); in list_remove()162 if (list_empty(list)) in list_head()170 if (list_empty(list)) in list_tail()209 if (list_empty(src)) in list_move_tail()250 return (list_empty(list)); in list_is_empty()
626 was_empty = list_empty(&dev_priv->mm.request_list); in i915_add_request()697 while (!list_empty(&dev_priv->mm.active_list)) { in i915_gem_retire_request()752 while (!list_empty(&dev_priv->mm.request_list)) { in i915_gem_retire_requests()784 if (!dev_priv->mm.suspended && !list_empty(&dev_priv->mm.request_list)) in i915_gem_retire_work_handler()1109 if (!list_empty(&obj_priv->list)) in i915_gem_object_unbind()1127 if (!list_empty(&dev_priv->mm.inactive_list)) { in i915_gem_evict_something()1143 if (!list_empty(&dev_priv->mm.request_list)) { in i915_gem_evict_something()1159 if (!list_empty(&dev_priv->mm.inactive_list)) in i915_gem_evict_something()1169 if (!list_empty(&dev_priv->mm.flushing_list)) { in i915_gem_evict_something()1186 list_empty(&dev_priv->mm.inactive_list), in i915_gem_evict_something()[all …]
50 int list_empty(list_t *);
150 list_empty(list_t *list) in list_empty() function
198 if (list_empty(&tid->buf_q)) in arn_tx_resume_tid()231 while (!list_empty(&tid->buf_q)) { in arn_tx_flush_tid()301 if (list_empty(&tid->buf_q)) in arn_tid_drain()338 ASSERT(!list_empty((&sc->sc_txbuf_list))); in arn_clone_txbuf()439 ASSERT(!list_empty(bf_q)); in arn_tx_complete_aggr()511 if (!list_empty(&list_pending)) { in arn_tx_complete_aggr()712 } while (!list_empty(&tid->buf_q)); in arn_tx_form_aggr()730 if (list_empty(&tid->buf_q)) in arn_tx_sched_aggr()743 if (list_empty(&bf_q)) in arn_tx_sched_aggr()816 while (!list_empty(&txtid->buf_q)) { in arn_tx_aggr_stop()[all …]
281 if (list_empty(&sc->sc_rxbuf_list)) in arn_startrecv()295 if (list_empty(&sc->sc_rxbuf_list)) in arn_startrecv()
70 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro98 if (list_empty(src)) in list_splice_tail_init()
97 #define list_empty(head) ((head)->next == head) macro
159 empty = list_empty(&(head)->next[key]); in idr_list_empty()
197 list_del_init, list_empty, list_splice)
673 boolean_t list_empty = 1; in topo_node_facility() local737 list_empty = 0; in topo_node_facility()742 if (list_empty) { in topo_node_facility()
95 #define list_empty(list) (list_head(list) == NULL) macro188 while (list_empty(&xs_state.reply_list)) { in read_reply()939 while (list_empty(&watch_events)) in xenwatch_thread()
108 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
979 if (list_empty(&asc->asc_txbuf_list)) { in ath_xmit()
461 while (!list_empty(fth_str_curmems)) { in fth_struct_trailer()
174 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro