HomeSort by: relevance | last modified time | path
    Searched defs:active (Results 1 - 25 of 414) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/jemalloc.old/dist/test/unit/
prof_idump.c 18 bool active; local
23 active = true;
24 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
25 sizeof(active)), 0,
prof_idump.c 18 bool active; local
23 active = true;
24 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
25 sizeof(active)), 0,
prof_gdump.c 18 bool active, gdump, gdump_old; local
24 active = true;
25 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
26 sizeof(active)), 0,
  /src/sys/arch/ia64/stand/common/
console.c 46 * is marked active. Also create the console variable.
54 int active; local
63 active = -1;
64 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) {
68 active = cons;
81 active = cons;
84 if (active == -1)
85 active = 0;
86 consoles[active]->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT);
87 consoles[active]->c_init(0)
155 int cons, active; local
    [all...]
console.c 46 * is marked active. Also create the console variable.
54 int active; local
63 active = -1;
64 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) {
68 active = cons;
81 active = cons;
84 if (active == -1)
85 active = 0;
86 consoles[active]->c_flags |= (C_ACTIVEIN | C_ACTIVEOUT);
87 consoles[active]->c_init(0)
155 int cons, active; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_pool_types.h 25 struct i915_active active; member in struct:intel_engine_pool_node
intel_engine_pool_types.h 25 struct i915_active active; member in struct:intel_engine_pool_node
  /src/external/bsd/jemalloc/dist/test/unit/
prof_idump.c 26 bool active; local
33 active = true;
39 expect_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
40 sizeof(active)), 0,
prof_idump.c 26 bool active; local
33 active = true;
39 expect_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
40 sizeof(active)), 0,
prof_gdump.c 21 bool active, gdump, gdump_old; local
27 active = true;
28 expect_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
29 sizeof(active)), 0,
prof_gdump.c 21 bool active, gdump, gdump_old; local
27 active = true;
28 expect_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
29 sizeof(active)), 0,
  /src/sbin/gpt/
create.c 74 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
105 gpt_create_pmbr_part(mbr->mbr_part, last, active);
130 int active = 0; local
138 active = 1;
160 return create(gpt, parts, force, primary_only, active);
create.c 74 create(gpt_t gpt, u_int parts, int force, int primary_only, int active)
105 gpt_create_pmbr_part(mbr->mbr_part, last, active);
130 int active = 0; local
138 active = 1;
160 return create(gpt, parts, force, primary_only, active);
  /src/sbin/ifconfig/
af_link.c 58 {.k_word = "active", .k_key = "active", .k_type = KW_T_BOOL,
83 bool active; local
86 if (prop_dictionary_get_bool(env, "active", &active) && active)
af_link.c 58 {.k_word = "active", .k_key = "active", .k_type = KW_T_BOOL,
83 bool active; local
86 if (prop_dictionary_get_bool(env, "active", &active) && active)
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem_evict.c 55 * bound by their active reference.
108 struct i915_vma *active; local
116 * Since both active and inactive objects reside on the same list,
118 * we sort it into inactive/active, which keeps the active portion
123 * 2. Active objects (will stall on unbinding, oldest scanned first)
137 active = NULL;
142 * of active elements (inactive elements are cheap to reap).
153 * first active element seen, before moving it to the tail.
156 if (vma == active) {
    [all...]
i915_gem_evict.c 55 * bound by their active reference.
108 struct i915_vma *active; local
116 * Since both active and inactive objects reside on the same list,
118 * we sort it into inactive/active, which keeps the active portion
123 * 2. Active objects (will stall on unbinding, oldest scanned first)
137 active = NULL;
142 * of active elements (inactive elements are cheap to reap).
153 * first active element seen, before moving it to the tail.
156 if (vma == active) {
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
gf100.h 26 int active; member in struct:gf100_fifo::__anon5357
gf100.h 26 int active; member in struct:gf100_fifo::__anon5357
  /src/sys/net/agr/
ieee8023ad_lacp_sm_rx.c 150 bool active; local
160 active = (du->ldu_actor.lip_state & LACP_STATE_ACTIVITY)
165 if (active &&
ieee8023ad_lacp_sm_rx.c 150 bool active; local
160 active = (du->ldu_actor.lip_state & LACP_STATE_ACTIVITY)
165 if (active &&
  /src/sys/uvm/
uvm_stat.c 59 int active, inactive; local
62 uvm_estimatepageable(&active, &inactive);
81 (*pr)(" %d VM pages: %d active, %d inactive, %d wired, %d free\n",
82 uvmexp.npages, active, inactive, uvmexp.wired, freepg);
uvm_stat.c 59 int active, inactive; local
62 uvm_estimatepageable(&active, &inactive);
81 (*pr)(" %d VM pages: %d active, %d inactive, %d wired, %d free\n",
82 uvmexp.npages, active, inactive, uvmexp.wired, freepg);
  /src/external/bsd/mdocml/dist/
tbl.c 40 int active; local
50 active = 1;
54 active = 0;
57 active = 1;
60 if (active)
  /src/external/gpl2/lvm2/dist/tools/
vgconvert.c 35 int active = 0; local
107 active++;
115 if (active) {

Completed in 69 milliseconds

1 2 3 4 5 6 7 8 91011>>