Searched refs:gc (Results 1 - 25 of 112) sorted by relevance

12345

/freebsd-9.3-release/sys/gdb/
H A Dgdb_cons.c118 struct gdbcons *gc = arg; local
122 for (i = 0; i < gc->npending; i++)
123 gdb_tx_puthex(gc->buf[i]);
125 gc->npending = 0;
144 struct gdbcons *gc; local
147 gc = cp->cn_arg;
148 if (gc->npending != 0) {
154 callout_stop(&gc->flush);
155 if (gc->npending == sizeof(gc
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_stat.d60 execs = threads = methods = objnew = cload = gc = exception = 0;
115 hotspot*:::gc-begin
117 gc++;
134 gc / interval);
135 execs = threads = methods = oalloc = cload = gc = exception = 0;
H A Drb_stat.d58 execs = methods = objnew = objfree = gc = raised = rescue = 0;
118 ruby*:::gc-begin
120 gc++;
132 gc / interval);
133 execs = methods = objnew = objfree = gc = raised = rescue = 0;
H A Dj_calldist.d19 * 2 Type of call (method/gc)
85 hotspot*:::gc-begin
87 self->gc = timestamp;
91 hotspot*:::gc-end
92 /self->gc/
94 this->elapsed = timestamp - self->gc;
96 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
99 self->gc = 0;
H A Dj_calltime.d19 * TYPE Type of call (method/gc/total)
87 hotspot*:::gc-begin
89 self->gc = timestamp;
93 hotspot*:::gc-end
94 /self->gc/
96 this->elapsed = timestamp - self->gc;
97 self->gc = 0;
99 @num[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] = count();
100 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
H A Dj_cpudist.d19 * 2 Type of call (method/gc)
85 hotspot*:::gc-begin
87 self->gc = vtimestamp;
91 hotspot*:::gc-end
92 /self->gc/
94 this->oncpu = vtimestamp - self->gc;
96 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
99 self->gc = 0;
H A Dj_cputime.d19 * TYPE Type of call (method/gc/total)
87 hotspot*:::gc-begin
89 self->gc = vtimestamp;
93 hotspot*:::gc-end
94 /self->gc/
96 this->oncpu = vtimestamp - self->gc;
97 self->gc = 0;
99 @num[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] = count();
100 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
H A Drb_calldist.d18 * 2 Type of call (method/obj-new/gc)
94 ruby*:::gc-begin
96 self->gc = timestamp;
99 ruby*:::gc-end
100 /self->gc/
102 this->elapsed = timestamp - self->gc;
103 self->gc = 0;
105 @types[".", "gc", "-"] = quantize(this->elapsed / 1000);
H A Drb_calltime.d15 * TYPE Type of call (method/obj-new/gc/total)
94 ruby*:::gc-begin
96 self->gc = timestamp;
99 ruby*:::gc-end
100 /self->gc/
102 this->elapsed = timestamp - self->gc;
103 self->gc = 0;
104 @num[".", "gc", "-"] = count();
105 @types[".", "gc", "-"] = sum(this->elapsed);
H A Drb_cpudist.d18 * 2 Type of call (method/obj-new/gc)
94 ruby*:::gc-begin
96 self->gc = vtimestamp;
99 ruby*:::gc-end
100 /self->gc/
102 this->oncpu = vtimestamp - self->gc;
103 self->gc = 0;
105 @types[".", "gc", "-"] = quantize(this->oncpu / 1000);
H A Drb_cputime.d15 * TYPE Type of call (method/obj-new/gc/total)
94 ruby*:::gc-begin
96 self->gc = vtimestamp;
99 ruby*:::gc-end
100 /self->gc/
102 this->oncpu = vtimestamp - self->gc;
103 self->gc = 0;
104 @num[".", "gc", "-"] = count();
105 @types[".", "gc", "-"] = sum(this->oncpu);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_stat.d60 execs = threads = methods = objnew = cload = gc = exception = 0;
115 hotspot*:::gc-begin
117 gc++;
134 gc / interval);
135 execs = threads = methods = oalloc = cload = gc = exception = 0;
H A Dj_calldist.d19 * 2 Type of call (method/gc)
85 hotspot*:::gc-begin
87 self->gc = timestamp;
91 hotspot*:::gc-end
92 /self->gc/
94 this->elapsed = timestamp - self->gc;
96 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
99 self->gc = 0;
H A Dj_calltime.d19 * TYPE Type of call (method/gc/total)
87 hotspot*:::gc-begin
89 self->gc = timestamp;
93 hotspot*:::gc-end
94 /self->gc/
96 this->elapsed = timestamp - self->gc;
97 self->gc = 0;
99 @num[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] = count();
100 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
H A Dj_cpudist.d19 * 2 Type of call (method/gc)
85 hotspot*:::gc-begin
87 self->gc = vtimestamp;
91 hotspot*:::gc-end
92 /self->gc/
94 this->oncpu = vtimestamp - self->gc;
96 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
99 self->gc = 0;
H A Dj_cputime.d19 * TYPE Type of call (method/gc/total)
87 hotspot*:::gc-begin
89 self->gc = vtimestamp;
93 hotspot*:::gc-end
94 /self->gc/
96 this->oncpu = vtimestamp - self->gc;
97 self->gc = 0;
99 @num[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] = count();
100 @types[pid, "gc", self->full == B_FALSE ? "GC" : "Full GC"] =
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_stat.d58 execs = methods = objnew = objfree = gc = raised = rescue = 0;
118 ruby*:::gc-begin
120 gc++;
132 gc / interval);
133 execs = methods = objnew = objfree = gc = raised = rescue = 0;
H A Drb_calldist.d18 * 2 Type of call (method/obj-new/gc)
94 ruby*:::gc-begin
96 self->gc = timestamp;
99 ruby*:::gc-end
100 /self->gc/
102 this->elapsed = timestamp - self->gc;
103 self->gc = 0;
105 @types[".", "gc", "-"] = quantize(this->elapsed / 1000);
H A Drb_calltime.d15 * TYPE Type of call (method/obj-new/gc/total)
94 ruby*:::gc-begin
96 self->gc = timestamp;
99 ruby*:::gc-end
100 /self->gc/
102 this->elapsed = timestamp - self->gc;
103 self->gc = 0;
104 @num[".", "gc", "-"] = count();
105 @types[".", "gc", "-"] = sum(this->elapsed);
H A Drb_cpudist.d18 * 2 Type of call (method/obj-new/gc)
94 ruby*:::gc-begin
96 self->gc = vtimestamp;
99 ruby*:::gc-end
100 /self->gc/
102 this->oncpu = vtimestamp - self->gc;
103 self->gc = 0;
105 @types[".", "gc", "-"] = quantize(this->oncpu / 1000);
H A Drb_cputime.d15 * TYPE Type of call (method/obj-new/gc/total)
94 ruby*:::gc-begin
96 self->gc = vtimestamp;
99 ruby*:::gc-end
100 /self->gc/
102 this->oncpu = vtimestamp - self->gc;
103 self->gc = 0;
104 @num[".", "gc", "-"] = count();
105 @types[".", "gc", "-"] = sum(this->oncpu);
/freebsd-9.3-release/contrib/nvi/vi/
H A Dv_match.c42 int cnt, isempty, matchc, startc, (*gc)__P((SCR *, VCS *));
66 gc = cs_next;
70 gc = cs_prev;
74 gc = cs_next;
78 gc = cs_prev;
82 gc = cs_next;
86 gc = cs_prev;
90 gc = cs_next;
94 gc = cs_prev;
107 if (gc(s
[all...]
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c233 struct gconfig *gc; local
243 LIST_FOREACH(gc, &pp->lg_geom->lg_config, lg_config) {
244 if (strcmp(gc->lg_name, "scheme") == 0) {
245 scheme = gc->lg_val;
256 LIST_FOREACH(gc, &pp->lg_config, lg_config) {
257 if (strcmp(gc->lg_name, "index") == 0) {
258 idx = atoi(gc->lg_val);
281 struct gconfig *gc; local
292 LIST_FOREACH(gc, &gp->lg_config, lg_config) {
293 if (strcmp(gc
334 struct gconfig *gc; local
413 struct gconfig *gc; local
648 struct gconfig *gc; local
673 struct gconfig *gc; local
746 struct gconfig *gc; local
1052 struct gconfig *gc; local
1128 struct gconfig *gc; local
1172 struct gconfig *gc; local
[all...]
/freebsd-9.3-release/lib/libelf/
H A Dgelf_cap.c98 gelf_update_cap(Elf_Data *d, int ndx, GElf_Cap *gc) argument
108 if (d == NULL || ndx < 0 || gc == NULL ||
139 LIBELF_COPY_U32(cap32, gc, c_tag);
140 LIBELF_COPY_U32(cap32, gc, c_un.c_val);
144 *cap64 = *gc;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-vn.c52 VEC (tree, gc) *vuses;
194 static VEC (tree, gc) *
199 VEC (tree, gc) *vuses = NULL;
205 VEC_safe_push (tree, gc, vuses, vuse);
211 static VEC (tree, gc) *shared_lookup_vuses;
217 static VEC (tree, gc) *
229 VEC_safe_push (tree, gc, shared_lookup_vuses, vuse);
252 vn_add_with_vuses (tree expr, tree val, VEC (tree, gc) *vuses)
291 vn_lookup_with_vuses (tree expr, VEC (tree, gc) *vuses)
330 print_creation_to_file (tree v, tree expr, VEC (tree, gc) *vuse
[all...]

Completed in 76 milliseconds

12345