Searched refs:max (Results 26 - 36 of 36) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c3826 nbufhigh = min(MAXNBUF, max(nbufh, 2048));
3828 nbuftarget = max(nbuflow, nbuftarget);
4003 printf("max = %ld, ", (long)bufqlim[i].bl_nlhigh);
H A Dvfs_cluster.c257 * don't allow a size beyond the max UPL size we can create
1543 r_addr = max(extent->e_addr, rap->cl_maxra) + 1;
2866 * we'll extend the current cluster to the max
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s213 lwz r13,ptMaxVAddr(r26) ; Get max virtual address
215 lwz r13,ptMaxPAddr(r26) ; Get max physical address
H A Dmachine_routines_asm.s1896 * 255 that define number of throttle steps, 0 being off and "ictcfim" is max * 2.
2335 sub r7,r7,r10 ; Negative if duration is less than (max - min)
2341 add r3,r7,r12 ; Add back the max for total
H A Dhw_vm.s288 rlwimi r10,r29,18,0,13 ; Shift EA[18:31] down to VSID (31-bit math works because of max hash table size)
930 addi r4,r4,mapRemChunk-1 ; Add mapRemChunk-1 to get max(num left, chunksize)
1009 andc r6,r6,r5 ; Clear max if we have less to do
1010 and r5,r25,r5 ; Clear count if we have more than max
1262 addi r4,r4,mapRemChunk-1 ; Add mapRemChunk-1 to get max(num left, chunksize)
1348 andc r6,r6,r5 ; Clear max if we have less to do
1349 and r5,r25,r5 ; Clear count if we have more than max
4582 rldicl r4,r12,0,13 ; Trim to max supported address
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c885 /* Always use the highest max, in case the grows while iterating */
886 iterator->maxLeafRecs = max(btreePtr->leafRecords, iterator->maxLeafRecs);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_vlan.c1633 devmtu_p->ifdm_min = max(min_mtu, IF_MINMTU);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c1366 char id_buf[11]; /* Buffer for pid/uid -- max 4B */
1628 SYSCTL_INT(_kern_lctx, OID_AUTO, max, CTLFLAG_RW, &maxlcid, 0, "");
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c2354 bp->nb_dirtyend = max((on + n), bp->nb_dirtyend);
2365 bp->nb_validend = max(bp->nb_validend, bp->nb_dirtyend);
5594 #define MAXPAGINGREQS 16 /* max outstanding RPCs for pagein/pageout */
5967 bp->nb_dirtyoff = max(bp->nb_dirtyoff, end);
H A Dnfs_vfsops.c577 /* Is server's max file size at least 4GB? */
1758 iosize = max(nmp->nm_rsize, nmp->nm_wsize);
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c590 vm_map_offset_t max,
615 result->max_offset = max;
1926 * allocation into 4GB chunks if the max protection is NONE. That
3255 /* mapped data, this implies that max protection */
587 vm_map_create( pmap_t pmap, vm_map_offset_t min, vm_map_offset_t max, boolean_t pageable) argument

Completed in 130 milliseconds

12