Home
last modified time | relevance | path

Searched refs:active (Results 1 – 24 of 24) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Dprof_idump.c33 bool active; in TEST_BEGIN() local
38 active = true; in TEST_BEGIN()
39 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active, in TEST_BEGIN()
40 sizeof(active)), 0, in TEST_BEGIN()
A Dprof_gdump.c24 bool active, gdump, gdump_old; in TEST_BEGIN() local
30 active = true; in TEST_BEGIN()
31 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active, in TEST_BEGIN()
32 sizeof(active)), 0, in TEST_BEGIN()
A Dprof_accum.c62 bool active; in TEST_BEGIN() local
69 active = true; in TEST_BEGIN()
70 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active, in TEST_BEGIN()
71 sizeof(active)), 0, in TEST_BEGIN()
A Dstats.c5 size_t sz, allocated, active, resident, mapped; in TEST_BEGIN() local
11 assert_d_eq(mallctl("stats.active", (void *)&active, &sz, NULL, 0), in TEST_BEGIN()
19 assert_zu_le(allocated, active, in TEST_BEGIN()
21 assert_zu_lt(active, resident, in TEST_BEGIN()
23 assert_zu_lt(active, mapped, in TEST_BEGIN()
A Dprof_reset.c20 set_prof_active(bool active) in set_prof_active() argument
22 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active, in set_prof_active()
23 sizeof(active)), 0, "Unexpected mallctl failure"); in set_prof_active()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_externs.h68 bool prof_active_set(tsdn_t *tsdn, bool active);
72 bool prof_thread_active_set(tsd_t *tsd, bool active);
76 bool prof_gdump_set(tsdn_t *tsdn, bool active);
A Dextent_inlines.h29 void extent_active_set(extent_t *extent, bool active);
35 size_t size, size_t usize, size_t sn, bool active, bool zeroed,
218 extent_active_set(extent_t *extent, bool active) in extent_active_set() argument
220 extent->e_active = active; in extent_active_set()
249 size_t usize, size_t sn, bool active, bool zeroed, bool committed, in extent_init() argument
259 extent_active_set(extent, active); in extent_init()
A Dctl_structs.h39 size_t active; member
A Dprof_structs.h177 bool active; member
A Dprof_inlines.h131 return (!tdata->active); in prof_sample_accum_update()
/third_party/dev/ethernet/e1000/
A De1000_82571.c62 bool active);
79 bool active);
81 bool active);
575 static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state_82574() argument
581 if (active) in e1000_set_d0_lplu_state_82574()
601 static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state_82574() argument
607 if (!active) { in e1000_set_d3_lplu_state_82574()
871 static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state_82571() argument
886 if (active) { in e1000_set_d0_lplu_state_82571()
A De1000_api.h110 s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active);
111 s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active);
A De1000_api.c1165 s32 e1000_set_d0_lplu_state(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state() argument
1168 return hw->phy.ops.set_d0_lplu_state(hw, active); in e1000_set_d0_lplu_state()
1187 s32 e1000_set_d3_lplu_state(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state() argument
1190 return hw->phy.ops.set_d3_lplu_state(hw, active); in e1000_set_d3_lplu_state()
A De1000_phy.h42 s32 e1000_null_lplu_state(struct e1000_hw *hw, bool active);
80 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active);
A De1000_82541.c59 bool active);
946 static s32 e1000_set_d3_lplu_state_82541(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state_82541() argument
959 ret_val = e1000_set_d3_lplu_state_generic(hw, active); in e1000_set_d3_lplu_state_82541()
968 if (!active) { in e1000_set_d3_lplu_state_82541()
A De1000_82575.c70 bool active);
72 bool active);
74 bool active);
805 static s32 e1000_set_d0_lplu_state_82575(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state_82575() argument
820 if (active) { in e1000_set_d0_lplu_state_82575()
891 static s32 e1000_set_d0_lplu_state_82580(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state_82580() argument
900 if (active) { in e1000_set_d0_lplu_state_82580()
938 s32 e1000_set_d3_lplu_state_82580(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state_82580() argument
947 if (!active) { in e1000_set_d3_lplu_state_82580()
A De1000_ich8lan.c89 static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active);
91 bool active);
93 bool active);
3177 static s32 e1000_set_lplu_state_pchlan(struct e1000_hw *hw, bool active) in e1000_set_lplu_state_pchlan() argument
3187 if (active) in e1000_set_lplu_state_pchlan()
3211 static s32 e1000_set_d0_lplu_state_ich8lan(struct e1000_hw *hw, bool active) in e1000_set_d0_lplu_state_ich8lan() argument
3225 if (active) { in e1000_set_d0_lplu_state_ich8lan()
3307 static s32 e1000_set_d3_lplu_state_ich8lan(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state_ich8lan() argument
3318 if (!active) { in e1000_set_d3_lplu_state_ich8lan()
A De1000_phy.c141 bool E1000_UNUSEDARG active) in e1000_null_lplu_state() argument
2078 s32 e1000_set_d3_lplu_state_generic(struct e1000_hw *hw, bool active) in e1000_set_d3_lplu_state_generic() argument
2093 if (!active) { in e1000_set_d3_lplu_state_generic()
/third_party/ulib/jemalloc/src/
A Dprof.c1865 char *thread_name, bool active) in prof_tdata_init_impl() argument
1901 tdata->active = active; in prof_tdata_init_impl()
1993 bool active = tdata->active; in prof_tdata_reinit() local
1997 active)); in prof_tdata_reinit()
2077 prof_active_set(tsdn_t *tsdn, bool active) in prof_active_set() argument
2083 prof_active = active; in prof_active_set()
2162 return (tdata->active); in prof_thread_active_get()
2166 prof_thread_active_set(tsd_t *tsd, bool active) in prof_thread_active_set() argument
2173 tdata->active = active; in prof_thread_active_set()
A Dstats.c623 OPT_WRITE_BOOL_MUTABLE(prof_active, prof.active, ",") in stats_general_print()
792 size_t allocated, active, metadata, resident, mapped, retained; in stats_print_helper() local
795 CTL_GET("stats.active", &active, size_t); in stats_print_helper()
807 "\t\t\t\"active\": %zu,\n", active); in stats_print_helper()
823 allocated, active, metadata, resident, mapped, retained); in stats_print_helper()
A Dctl.c743 ctl_stats->active = (ctl_sarena->pactive << LG_PAGE); in ctl_refresh()
2123 CTL_RO_CGEN(config_stats, stats_active, ctl_stats->active, size_t) in CTL_RO_NL_CGEN()
/third_party/ulib/jemalloc/
A DChangeLog113 - Specify MAP_NORESERVE on Linux if [heuristic] overcommit is active, in order
135 enabled and active. (@jasone)
339 "prof.lg_sample", "thread.prof.name", "thread.prof.active",
341 "thread.prof.active" mallctls.
448 - Fix the cactive statistic to decrease (rather than increase) when active
978 - Base maximum dirty page count on proportion of active memory.
/third_party/ulib/chromiumos-platform-ec/include/chromiumos-platform-ec/
A Dec_commands.h2942 uint8_t active; /* still active */ member
/third_party/lib/acpica/
A Dchanges.txt12261 the active and edge/level bits.
15681 Fixed kernel fault during active cooling for thermal zones.

Completed in 84 milliseconds