Searched refs:garbage (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | symbol.ml | 19 type 'a record = { data: 'a; mutable garbage: bool } RecordField 35 let new_record v = { data=v; garbage=false } 54 Hashtbl.iter (fun _ v -> v.garbage <- true) int_string_tbl 58 record1.garbage <- false 60 let garbage () = function 62 if record.garbage then (symb, record.data) :: accu else accu
|
A D | symbol.mli | 34 (** Symbols need to be regulary garbage collected. The following steps should be followed: 37 - finally, call [garbage] *) 41 val garbage : unit -> unit val
|
A D | xenstored.ml | 385 (* we garbage collect the string->int dictionary after a sizeable amount of operations, 395 Symbol.garbage ()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domain_page.c | 130 dcache->inuse[i] &= ~xchg(&dcache->garbage[i], 0); in map_domain_page() 216 set_bit(hashent->idx, dcache->garbage); in unmap_domain_page() 228 set_bit(idx, dcache->garbage); in unmap_domain_page() 252 dcache->garbage = dcache->inuse + in mapcache_domain_init() 284 rc = create_perdomain_mapping(d, (unsigned long)dcache->garbage, in mapcache_vcpu_init()
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 291 if gc.garbage: 294 print gc.garbage 775 if gc.garbage: 776 print "GARBAGE:", len(gc.garbage), gc.garbage
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | domain.h | 70 unsigned long *garbage; member
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.tab.c_shipped | 1671 Otherwise, the following line sets YYVAL to garbage.
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 1879 + * can contain garbage, so the caller is responsible for this to be
|
Completed in 14 milliseconds