Searched refs:now (Results 151 - 157 of 157) sorted by relevance

1234567

/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1693 /*! Moves a previously modified page into a now appropriate queue.
2074 // it now.
2494 bigtime_t now = system_time(); local
2497 (now - lastWrittenTime) / 1000,
2499 lastWrittenTime = now;
2612 // we can now steal this page
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c594 /* we don't actually store anything for now, always use s/w crypto */
3241 struct timeval now, timeout, expiry; local
3248 getmicrouptime(&now);
3251 if (timercmp(&now, &expiry, <)) {
3311 struct timeval now, timeout, expiry; local
3317 getmicrouptime(&now);
3332 if (!cont && timercmp(&now, &expiry, <))
3348 * If no frame expired and there are stored frames, index is now
3822 /* We only support a fixed Tx aggregation window size, for now. */
4594 * For now, kee
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300.h1516 extern void ar9300_set_coverage_class(struct ath_hal *ah, u_int8_t coverageclass, int now);
H A Dar9300_misc.c516 ar9300_set_coverage_class(struct ath_hal *ah, u_int8_t coverageclass, int now) argument
/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp2616 tm* now = localtime(&nowSecs); local
2620 wcsftime(buf, 100, data[i].format, now);
/haiku/src/kits/interface/
H A DMenu.cpp1398 // the call above didn't do anything, so I've removed it for now
2891 BMenu::_InvokeItem(BMenuItem* item, bool now) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c621 /* we don't actually store anything for now, always use s/w crypto */
2240 /* We configure only queue 0 for now. */
3236 struct timeval now, timeout, expiry; local
3243 getmicrouptime(&now);
3246 if (timercmp(&now, &expiry, <)) {
3271 struct timeval now, timeout, expiry; local
3277 getmicrouptime(&now);
3292 if (!cont && timercmp(&now, &expiry, <))
3308 * If no frame expired and there are stored frames, index is now
3791 /* We only support a fixed Tx aggregation window size, for now
[all...]

Completed in 128 milliseconds

1234567