Lines Matching refs:b_user_cmd
23 struct b_user_cmd *cmds;
37 struct b_user_cmd *buc = &io_u->buc;
73 ret = read(bf->fd, p, left * sizeof(struct b_user_cmd));
82 events += ret / sizeof(struct b_user_cmd);
148 struct b_user_cmd *buc = (struct b_user_cmd *) buf + i;
175 struct b_user_cmd *buc = &io_u->buc;
189 struct b_user_cmd *buc = &io_u->buc;
397 bd->cmds = malloc(td->o.iodepth * sizeof(struct b_user_cmd));
398 memset(bd->cmds, 0, td->o.iodepth * sizeof(struct b_user_cmd));