Searched refs:new_js_ctx_scheduling_mode (Results 1 – 1 of 1) sorted by relevance
3944 u32 new_js_ctx_scheduling_mode; in js_ctx_scheduling_mode_store() local3953 ret = kstrtouint(buf, 0, &new_js_ctx_scheduling_mode); in js_ctx_scheduling_mode_store()3954 if (ret || new_js_ctx_scheduling_mode >= KBASE_JS_PRIORITY_MODE_COUNT) { in js_ctx_scheduling_mode_store()3961 if (new_js_ctx_scheduling_mode == kbdev->js_ctx_scheduling_mode) in js_ctx_scheduling_mode_store()3968 kbdev->js_ctx_scheduling_mode = new_js_ctx_scheduling_mode; in js_ctx_scheduling_mode_store()3977 dev_dbg(kbdev->dev, "JS ctx scheduling mode: %u\n", new_js_ctx_scheduling_mode); in js_ctx_scheduling_mode_store()