Searched refs:list_head (Results 176 - 198 of 198) sorted by relevance

12345678

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c3141 ASSERT(list_head(&dr->dt.di.dr_children) == NULL);
3299 while (dr = list_head(list)) {
3547 ASSERT(list_head(&dr->dt.di.dr_children) == NULL);
H A Ddsl_scan.c2637 while ((sio = list_head(io_list)) != NULL) {
2811 first_sio = list_head(&sio_list);
2843 while ((sio = list_head(&sio_list)) != NULL) {
H A Dspa_misc.c873 while ((dp = list_head(&spa->spa_config_list)) != NULL) {
H A Dspa.c387 if ((dp = list_head(&spa->spa_config_list)) != NULL) {
7966 while (list_head(&spa->spa_state_dirty_list) != NULL) {
7976 while ((vd = list_head(&spa->spa_state_dirty_list)) != NULL) {
8223 while ((vd = list_head(&spa->spa_config_dirty_list)) != NULL)
H A Ddsl_dir.c1445 while ((tr = list_head(tr_list)) != NULL) {
H A Dzio.c427 *zl = (*zl == NULL) ? list_head(pl) : list_next(pl, *zl);
442 *zl = (*zl == NULL) ? list_head(cl) : list_next(cl, *zl);
H A Dzvol.c428 while (ze = list_head(&zv->zv_extents)) {
1550 ze = list_head(&zv->zv_extents);
H A Ddmu_send.c2660 struct receive_objnode *node = list_head(&list->list);
2666 node = list_head(&list->list);
H A Dmetaslab.c2856 mat_next = list_next(&zal->zal_list, list_head(&zal->zal_list));
H A Dzfs_ioctl.c4945 for (dsp = list_head(&ds->ds_sendstreams); dsp != NULL;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c92 struct list_head next;
683 struct list_head *dst,
684 struct list_head *src)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_debug.c144 struct list_head *head;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c1049 static int mthca_unmap_fmr(struct list_head *fmr_list)
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1474 int ib_unmap_fmr(struct list_head *fmr_list)
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c91 struct list_head list;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1391 struct list_head *vma_head = &ctx->vma_private_list;
2412 struct list_head cq_armed_list;
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1372 struct list_head list;
3042 struct list_head cq_notify_list;
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c204 u_int *list_head, u_int *list_tail,
7660 ahd_search_action action, u_int *list_head,
7672 next = *list_head;
7707 *list_head = next;
7658 ahd_search_scb_list(struct ahd_softc *ahd, int target, char channel, int lun, u_int tag, role_t role, uint32_t status, ahd_search_action action, u_int *list_head, u_int *list_tail, u_int tid) argument
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c244 struct list_head list;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.c1215 struct list_head *lh;
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c248 struct list_head list;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c174 struct list_head list;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c4767 tmp_cb = list_head(&zcl.zcl_callbacks);

Completed in 368 milliseconds

12345678