Searched refs:states (Results 1 – 14 of 14) sorted by relevance
| /include/rv/ |
| A D | ltl_monitor.h | 50 memset(&mon->states, 0, sizeof(mon->states)); in ltl_task_init() 124 char states[32], next[32]; in ltl_trace_event() local 130 snprintf(states, sizeof(states), "%*pbl", RV_MAX_BA_STATES, mon->states); in ltl_trace_event() 140 CONCATENATE(trace_event_, MONITOR_NAME)(task, states, atoms.buffer, next); in ltl_trace_event() 151 if (test_bit(i, mon->states)) in ltl_validate() 157 memcpy(mon->states, next_states, sizeof(next_states)); in ltl_validate()
|
| /include/linux/ |
| A D | rv.h | 53 DECLARE_BITMAP(states, RV_MAX_BA_STATES); 60 for (int i = 0; i < ARRAY_SIZE(mon->states); ++i) { in rv_ltl_valid_state() 61 if (mon->states[i]) in rv_ltl_valid_state()
|
| A D | pm_domain.h | 226 struct genpd_power_state *states; member 227 void (*free_states)(struct genpd_power_state *states, 459 struct genpd_power_state **states, int *n); 501 struct genpd_power_state **states, int *n) in of_genpd_parse_idle_states() argument
|
| A D | livepatch.h | 162 struct klp_state *states; member
|
| A D | cpuidle.h | 159 struct cpuidle_state states[CPUIDLE_STATE_MAX]; member
|
| /include/linux/regulator/ |
| A D | gpio-regulator.h | 74 struct gpio_regulator_state *states; member
|
| A D | driver.h | 501 struct regulator_err_state *states; member
|
| /include/linux/mux/ |
| A D | driver.h | 50 unsigned int states; member
|
| /include/acpi/ |
| A D | processor.h | 95 struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER]; member 136 struct acpi_processor_px *states; member 193 struct acpi_processor_tx states[ACPI_PROCESSOR_MAX_THROTTLING]; member
|
| A D | acpi_bus.h | 295 struct acpi_device_power_state states[ACPI_D_STATE_COUNT]; /* Power states (D0-D3Cold) */ member 328 struct acpi_device_perf_state *states; member 869 return adev->power.states[ACPI_STATE_D3_COLD].flags.valid || in acpi_device_can_poweroff() 871 adev->power.states[ACPI_STATE_D3_HOT].flags.explicit_set); in acpi_device_can_poweroff()
|
| /include/xen/interface/ |
| A D | platform.h | 364 GUEST_HANDLE(xen_processor_cx) states; /* supported c states */ 401 GUEST_HANDLE(xen_processor_px) states;
|
| /include/net/ |
| A D | xfrm.h | 2048 static inline void xfrm_states_put(struct xfrm_state **states, int n) in xfrm_states_put() argument 2052 xfrm_state_put(*(states + i)); in xfrm_states_put() 2055 static inline void xfrm_states_delete(struct xfrm_state **states, int n) in xfrm_states_delete() argument 2059 xfrm_state_delete(*(states + i)); in xfrm_states_delete()
|
| /include/hyperv/ |
| A D | hvhdk.h | 644 union hv_x64_xsave_xfem_register states; member
|
| /include/rdma/ |
| A D | ib_verbs.h | 528 const char * const states[] = { in ib_port_state_to_str() local 537 if (state < ARRAY_SIZE(states)) in ib_port_state_to_str() 538 return states[state]; in ib_port_state_to_str()
|
Completed in 54 milliseconds