Searched refs:set_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c221 set_max = 0, /* current = max */ enumerator in enum:__anon5251
227 { "set_max", "read_latency" };
542 clp->type = set_max;
559 case set_max:
791 for (i = set_max; i < cl_max; i++) {
/freebsd-11-stable/sys/vm/
H A Dvm_map.c1994 * region in the target map. If "set_max" is
2000 vm_prot_t new_prot, boolean_t set_max)
2070 if (set_max ||
2126 if (set_max)
1999 vm_map_protect(vm_map_t map, vm_offset_t start, vm_offset_t end, vm_prot_t new_prot, boolean_t set_max) argument

Completed in 77 milliseconds