Searched refs:find_start (Results 1 – 4 of 4) sorted by relevance
894 static bool find_start(const Definition* startDef, const char* start) { in find_start() function902 if (find_start(&child, start)) { in find_start()1346 fPendingMethod = find_start(startDef, fStart); in populate()
967 static bool find_start(const Definition* startDef, const char* start) { in find_start() function975 if (find_start(&child, start)) { in find_start()1422 fPendingMethod = find_start(startDef, fStart); in populate()
462 struct os_reltime find_start; /* time of last p2p_find start */ member
1177 os_get_reltime(&p2p->find_start); in p2p_find()3523 if (os_reltime_before(rx_time, &p2p->find_start)) { in p2p_scan_res_handler()3535 (unsigned int) p2p->find_start.sec, in p2p_scan_res_handler()3536 (unsigned int) p2p->find_start.usec); in p2p_scan_res_handler()