Searched refs:schedpar (Results 1 – 1 of 1) sorted by relevance
279 struct sched_param schedpar; in sysfs_test_command() local305 schedpar.sched_priority = 0; in sysfs_test_command()306 ret = sched_setscheduler(threads[tid], SCHED_NORMAL, &schedpar); in sysfs_test_command()313 schedpar.sched_priority = dat; in sysfs_test_command()314 ret = sched_setscheduler(threads[tid], SCHED_FIFO, &schedpar); in sysfs_test_command()