Home
last modified time | relevance | path

Searched refs:bt_count (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/net/
H A Dbridgestp.c113 (bt)->bt_count = 0; \
2436 int count = bt->bt_count; in bstp_task_thread_func()
2438 bt->bt_count = 0; in bstp_task_thread_func()
2448 if (bt->bt_count == 0) { in bstp_task_thread_func()
2468 if (bt->bt_count) { in bstp_task_enqueue()
2469 bt->bt_count++; in bstp_task_enqueue()
2475 bt->bt_count = 1; in bstp_task_enqueue()
2488 while (bt->bt_count != 0 || bstp_task_queue_running == bt) { in bstp_task_drain()
H A Dbridgestp.h279 int bt_count; member
/xnu-8020.121.3/tools/lldbmacros/
H A Dprocess.py1435 bt_count = 0
1440 while frame_ptr and frame_ptr != previous_frame_ptr and bt_count < 128:
1446 bt_count +=1