OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_free
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/uvm/
uvm_map.h
225
struct vm_map_entry *
first_free
; /* First free space hint */
member in struct:vm_map
uvm_map.c
232
KASSERT((entry) != (map)->
first_free
); \
261
if (map->
first_free
== ent) {
262
map->
first_free
= ent->prev;
539
if (map->
first_free
== e) {
542
printf("
first_free
%p should be %p\n",
543
map->
first_free
, e);
556
printf("stale
first_free
\n");
1603
if ((map->
first_free
== prev_entry) &&
1605
map->
first_free
= new_entry;
2000
entry = map->
first_free
;
[
all
...]
/src/lib/libc/db/hash/
hash_page.c
77
static uint32_t
first_free
(uint32_t);
661
first_free
(uint32_t map)
function in typeref:typename:uint32_t
791
bit = bit +
first_free
(freep[j]);
/src/usr.bin/pmap/
pmap.c
146
printf("%*s
first_free
= %p,", indent(2), "",
147
D(vm_map, vm_map)->
first_free
);
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025