Searched refs:lock_count (Results 1 – 3 of 3) sorted by relevance
318 static int lock_count; in crash_handler() local321 if (lock_count++ > 0) { in crash_handler()343 --lock_count; in crash_handler()
339 uint8_t lock_count; in rw_t1t_handle_write_rsp() local461 lock_count = num_locks + 1; in rw_t1t_handle_write_rsp()462 while (lock_count < p_t1t->num_lockbytes) { in rw_t1t_handle_write_rsp()464 p_t1t->lock_tlv[p_t1t->lockbyte[lock_count].tlv_index] in rw_t1t_handle_write_rsp()466 p_t1t->lockbyte[lock_count].byte_index; in rw_t1t_handle_write_rsp()468 ((p_t1t->lockbyte[lock_count].byte_index + 1) * 8 <= in rw_t1t_handle_write_rsp()469 p_t1t->lock_tlv[p_t1t->lockbyte[lock_count].tlv_index] in rw_t1t_handle_write_rsp()472 : p_t1t->lock_tlv[p_t1t->lockbyte[lock_count] in rw_t1t_handle_write_rsp()482 lock_count++; in rw_t1t_handle_write_rsp()491 while (lock_count > num_locks) { in rw_t1t_handle_write_rsp()[all …]
2436 uint8_t lock_count; in rw_t2t_set_dynamic_lock_bits() local2459 lock_count = num_locks + 1; in rw_t2t_set_dynamic_lock_bits()2462 while (lock_count < p_t2t->num_lockbytes) { in rw_t2t_set_dynamic_lock_bits()2464 p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index].offset + in rw_t2t_set_dynamic_lock_bits()2465 p_t2t->lockbyte[lock_count].byte_index; in rw_t2t_set_dynamic_lock_bits()2469 ((p_t2t->lockbyte[lock_count].byte_index + 1) * TAG_BITS_PER_BYTE <= in rw_t2t_set_dynamic_lock_bits()2470 p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index].num_bits); in rw_t2t_set_dynamic_lock_bits()2474 : p_t2t->lock_tlv[p_t2t->lockbyte[lock_count].tlv_index] in rw_t2t_set_dynamic_lock_bits()2483 lock_count++; in rw_t2t_set_dynamic_lock_bits()2490 while (lock_count > num_locks) { in rw_t2t_set_dynamic_lock_bits()[all …]