Searched refs:sparsebit (Results 1 – 4 of 4) sorted by relevance
27 struct sparsebit;31 struct sparsebit *sparsebit_alloc(void);32 void sparsebit_free(struct sparsebit **sbitp);33 void sparsebit_copy(struct sparsebit *dstp, struct sparsebit *src);36 bool sparsebit_is_set_num(struct sparsebit *sbit,42 bool sparsebit_any_set(struct sparsebit *sbit);43 bool sparsebit_any_clear(struct sparsebit *sbit);44 bool sparsebit_all_set(struct sparsebit *sbit);45 bool sparsebit_all_clear(struct sparsebit *sbit);58 void sparsebit_set_all(struct sparsebit *sbitp);[all …]
177 struct sparsebit { struct396 bool sparsebit_all_set(struct sparsebit *s) in sparsebit_all_set()939 struct sparsebit *sparsebit_alloc(void) in sparsebit_alloc()941 struct sparsebit *s; in sparsebit_alloc()958 struct sparsebit *s = *sbitp; in sparsebit_free()973 void sparsebit_copy(struct sparsebit *d, struct sparsebit *s) in sparsebit_copy()1009 bool sparsebit_is_clear(struct sparsebit *s, in sparsebit_is_clear()1051 bool sparsebit_any_set(struct sparsebit *s) in sparsebit_any_set()1371 void sparsebit_set_num(struct sparsebit *s, in sparsebit_set_num()1534 void sparsebit_set_all(struct sparsebit *s) in sparsebit_set_all()[all …]
18 struct sparsebit *unused_phy_pages;60 struct sparsebit *vpages_valid;61 struct sparsebit *vpages_mapped;
36 LIBKVM = lib/assert.c lib/elf.c lib/io.c lib/kvm_util.c lib/rbtree.c lib/sparsebit.c lib/test_util.…
Completed in 7 milliseconds