Searched refs:schedpar (Results 1 – 1 of 1) sorted by relevance
277 struct sched_param schedpar; in sysfs_test_command() local303 schedpar.sched_priority = 0; in sysfs_test_command()304 ret = sched_setscheduler(threads[tid], SCHED_NORMAL, &schedpar); in sysfs_test_command()311 schedpar.sched_priority = dat; in sysfs_test_command()312 ret = sched_setscheduler(threads[tid], SCHED_FIFO, &schedpar); in sysfs_test_command()