Lines Matching defs:which
994 litest_run_suite(struct list *tests, int which, int max, int error_fd)
1042 if (max != 1 && (count % max) != which)
1618 litest_create(enum litest_device_type which,
1636 if (dev->type == which) {
1643 ck_abort_msg("Invalid device type %d\n", which);
1646 d->which = which;
1768 enum litest_device_type which,
1778 d = litest_create(which,
1821 enum litest_device_type which)
1824 which,
1832 litest_create_device_with_overrides(enum litest_device_type which,
1840 which,
1850 litest_create_device(enum litest_device_type which)
1852 return litest_create_device_with_overrides(which, NULL, NULL, NULL, NULL);