Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/tools/lldbmacros/
H A Dprocess.py1715 bt_count = 0
1718 while frame_ptr and frame_ptr != previous_frame_ptr and bt_count < 128:
1722 bt_count +=1
/xnu-11215.1.10/osfmk/vm/
H A Dvm_kern.c649 uint64_t bt_count; in kmem_hash_backtrace() local
656 bt_count = backtrace(bt, sizeof(bt) / sizeof(bt[0]), &ctl, NULL); in kmem_hash_backtrace()
657 return (uint16_t) os_hash_jenkins(bt, bt_count * sizeof(bt[0])); in kmem_hash_backtrace()