Searched refs:second (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c151 printf("Testing repeating kevent for %d pops in a second...\n",
162 /* sleep 1 second */
188 test_updated_kevent(int first, int second) argument
193 printf("Testing update from %d to %d msecs...\n", first, second);
203 EV_SET64(&kev, 4, EVFILT_TIMER, EV_ONESHOT, 0, second, 0, 0, 0);
204 if (second < 0)
205 second = 0;
206 ret = do_simple_kevent(&kev, second * 1000);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_node.c1071 nfsnode_t first, second; local
1075 second = (np1 > np2) ? np2 : np1;
1080 if ((error = nfs_node_lock(second)))
1133 nfsnode_t first, second; local
1137 second = (np1 > np2) ? np2 : np1;
1142 if ((error = nfs_node_set_busy(second, thd)))
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPM.h691 UInt8 second; member in struct:IOPMCalendarStruct
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c580 u_int16_t first, second; local
584 second = mbuf->m_pkthdr.csum_data & 0xffff;
585 mbuf->m_pkthdr.csum_data = first - second;

Completed in 80 milliseconds