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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c80 ssize_t fit; local
83 fit = imin(count, ab->allocated - (ab->fixedcursor - ab->base));
84 if (fit > 0)
85 bcopy(source, ab->fixedcursor, fit);
94 ssize_t fit; local
102 fit = imin(count, ab->allocated - (ab->varcursor - ab->base));
103 if (fit > 0) {
105 bcopy(source, ab->varcursor, fit);
106 ab->varcursor += fit;
108 fit
126 ssize_t fit, space; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c608 /* first fit , pick any one */
722 /* first fit case */
788 /* first fit */
3856 ksyn_queue_insert(ksyn_wait_queue_t kwq, ksyn_queue_t kq, uint32_t mgen, struct uthread * uth, ksyn_waitq_element_t kwe, int fit) argument
3870 if (fit == FIRSTFIT) {

Completed in 83 milliseconds