Searched refs:bt_count (Results 1 – 4 of 4) sorted by relevance
113 (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()
279 int bt_count; member
1715 bt_count = 01718 while frame_ptr and frame_ptr != previous_frame_ptr and bt_count < 128:1722 bt_count +=1
649 uint64_t bt_count; in kmem_hash_backtrace() local656 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()