Home
last modified time | relevance | path

Searched refs:amr_command_cluster (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/amr/
H A Damrvar.h164 struct amr_command_cluster struct
166 TAILQ_ENTRY(amr_command_cluster) acc_link;
170 #define AMR_CMD_CLUSTERCOUNT ((AMR_CMD_CLUSTERSIZE - sizeof(struct amr_command_cluster)) / \ argument
234 TAILQ_HEAD(,amr_command_cluster) amr_cmd_clusters;
H A Damr.c121 static void amr_freecmd_cluster(struct amr_command_cluster *acc);
373 struct amr_command_cluster *acc; in amr_free()
1924 struct amr_command_cluster *acc; in amr_alloccmd_cluster()
1985 amr_freecmd_cluster(struct amr_command_cluster *acc) in amr_freecmd_cluster()