Searched refs:db_list (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Ddbrec.c82 page->next = context->db_list[type];
83 context->db_list[type] = page;
98 for (page = context->db_list[type]; page; page = page->next)
130 for (page = context->db_list[type]; page; page = page->next)
144 context->db_list[type] = page->next;
H A Dmlx4.c192 context->db_list[i] = NULL;
H A Dmlx4.h203 struct mlx4_db_page *db_list[MLX4_NUM_DB_TYPE]; member in struct:mlx4_context
/freebsd-10-stable/sys/ufs/ffs/
H A Dsoftdep.h765 struct worklist db_list; /* id_inowait or pg_newdirblk */ member in struct:newdirblk
766 # define db_state db_list.wk_state
H A Dffs_softdep.c7461 LOCK_OWNED(VFSTOUFS(newdirblk->db_list.wk_mp));
7462 WORKLIST_REMOVE(&newdirblk->db_list);
8318 workitem_alloc(&newdirblk->db_list, D_NEWDIRBLK, mp);
8360 WORKLIST_INSERT(&newblk->nb_newdirblk, &newdirblk->db_list);
8471 workitem_alloc(&newdirblk->db_list, D_NEWDIRBLK, mp);
8570 WORKLIST_INSERT(&newblk->nb_newdirblk, &newdirblk->db_list);

Completed in 182 milliseconds