Searched refs:list_empty (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/tools/ctf/common/
H A Dlist.h50 int list_empty(list_t *);
H A Dlist.c150 list_empty(list_t *list) function
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.CompCpio.sh80 list_empty=1
168 list_empty=1
408 list_empty=0
420 if [ $list_empty -eq 0 ]; then
446 list_empty=0
451 if [ $list_empty -eq 0 ]; then
467 if [ $list_empty -eq 0 ]; then
494 if [ $list_empty -eq 0 ]; then
/illumos-gate/usr/src/common/list/
H A Dlist.c46 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
134 ASSERT(!list_empty(list));
162 if (list_empty(list))
170 if (list_empty(list))
209 if (list_empty(src))
250 return (list_empty(list));
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_linux_list.h97 #define list_empty(head) ((head)->next == head) macro
H A Ddrm_gem.c159 empty = list_empty(&(head)->next[key]);
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h139 * Note: list_empty on entry does not return true after this, the entry
197 list_del_init, list_empty, list_splice)
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c626 was_empty = list_empty(&dev_priv->mm.request_list);
697 while (!list_empty(&dev_priv->mm.active_list)) {
752 while (!list_empty(&dev_priv->mm.request_list)) {
784 if (!dev_priv->mm.suspended && !list_empty(&dev_priv->mm.request_list))
1109 if (!list_empty(&obj_priv->list))
1127 if (!list_empty(&dev_priv->mm.inactive_list)) {
1143 if (!list_empty(&dev_priv->mm.request_list)) {
1159 if (!list_empty(&dev_priv->mm.inactive_list))
1169 if (!list_empty(&dev_priv->mm.flushing_list)) {
1186 list_empty(
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c673 boolean_t list_empty = 1; local
737 list_empty = 0;
742 if (list_empty) {
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c198 if (list_empty(&tid->buf_q))
231 while (!list_empty(&tid->buf_q)) {
300 if (list_empty(&tid->buf_q))
337 ASSERT(!list_empty((&sc->sc_txbuf_list)));
438 ASSERT(!list_empty(bf_q));
510 if (!list_empty(&list_pending)) {
711 } while (!list_empty(&tid->buf_q));
729 if (list_empty(&tid->buf_q))
742 if (list_empty(&bf_q))
815 while (!list_empty(
[all...]
H A Darn_recv.c281 if (list_empty(&sc->sc_rxbuf_list))
295 if (list_empty(&sc->sc_rxbuf_list))
H A Darn_core.h70 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
98 if (list_empty(src))
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_intr.c325 list_empty(&complete_list.heci_cb.cb_list)) {
677 !list_empty(&dev->read_list.heci_cb.cb_list)))
1116 !list_empty(&list->heci_cb.cb_list)) {
1242 !list_empty(&dev->write_list.heci_cb.cb_list)) {
1343 !list_empty(&dev->ctrl_rd_list.heci_cb.cb_list)) {
1380 !list_empty(&dev->ctrl_rd_list.heci_cb.cb_list)) {
H A Dheci_data_structures.h179 #define list_empty(l) ((l)->list_next == (l)) macro
H A Dheci_init.c167 if (list_empty(&list->heci_cb.cb_list))
459 !list_empty(&dev->write_list.heci_cb.cb_list)) {
H A Dio_heci.c537 !list_empty(&dev->pthi_read_complete_list.heci_cb.cb_list)) {
850 !list_empty(&dev->pthi_cmd_list.heci_cb.cb_list)) {
H A Dheci_main.c785 !list_empty(&dev->read_list.heci_cb.cb_list)) {
1119 if (!list_empty(&dev->pthi_cmd_list.heci_cb.cb_list) ||
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c461 while (!list_empty(fth_str_curmems)) {
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_impl.h108 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
H A Dath_main.c979 if (list_empty(&asc->asc_txbuf_list)) {
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h174 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c95 #define list_empty(list) (list_head(list) == NULL) macro
188 while (list_empty(&xs_state.reply_list)) {
939 while (list_empty(&watch_events))

Completed in 147 milliseconds