Home
last modified time | relevance | path

Searched refs:ps_state (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dlibcgroup_freezer396 local ps_state="$(get_task_state ${task_pid})"
399 [ $rc -eq 0 -a "$ps_state" == "${expected_state}" ] && return 0
413 local ps_state="$(get_task_state ${task_pid})"
416 [ $rc -eq 0 -a "$ps_state" != "${expected_state}" ] && return 0
430 local ps_state="$(ps -p $task_pid -o 'state=')"
433 [ $rc -eq 0 -a "$ps_state" != "D" ] && return 0
436 tst_resm ${LIB_TEST_STATE} "Expected task ${task_pid} is not frozen (unexpected task state: \"$ps_state\")"
443 local ps_state="$(ps -p $task_pid -o 'state=')"
446 [ $rc -eq 0 -a "$ps_state" == "D" -o "$ps_state"
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c43 enum nl80211_ps_state ps_state; in wpa_driver_set_power_save() local
53 ps_state = NL80211_PS_ENABLED; in wpa_driver_set_power_save()
55 ps_state = NL80211_PS_DISABLED; in wpa_driver_set_power_save()
58 NLA_PUT_U32(msg, NL80211_ATTR_PS_STATE, ps_state); in wpa_driver_set_power_save()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c45 enum nl80211_ps_state ps_state; in wpa_driver_set_power_save() local
55 ps_state = NL80211_PS_ENABLED; in wpa_driver_set_power_save()
57 ps_state = NL80211_PS_DISABLED; in wpa_driver_set_power_save()
60 NLA_PUT_U32(msg, NL80211_ATTR_PS_STATE, ps_state); in wpa_driver_set_power_save()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c4675 uint32_t *ps_state = (void *) shader->derived_data; in iris_store_fs_state() local
4676 uint32_t *psx_state = ps_state + GENX(3DSTATE_PS_length); in iris_store_fs_state()
4678 iris_pack_command(GENX(3DSTATE_PS), ps_state, ps) { in iris_store_fs_state()
6148 uint32_t ps_state[GENX(3DSTATE_PS_length)] = {0}; in iris_upload_dirty_render_state() local
6149 _iris_pack_command(batch, GENX(3DSTATE_PS), ps_state, ps) { in iris_upload_dirty_render_state()
6210 iris_emit_merge(batch, shader_ps, ps_state, in iris_upload_dirty_render_state()

Completed in 14 milliseconds