Searched refs:tagaccum (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 514 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe() local 532 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 555 set_bit(tag, tagaccum); in mtip_handle_tfe() 560 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 600 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 637 set_bit(tag, tagaccum); in mtip_handle_tfe() 652 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|
/kernel/linux/linux-6.6/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 502 unsigned long tagaccum[SLOTBITS_IN_LONGS]; in mtip_handle_tfe() local 520 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 543 set_bit(tag, tagaccum); in mtip_handle_tfe() 548 print_tags(dd, "completed (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe() 588 memset(tagaccum, 0, SLOTBITS_IN_LONGS * sizeof(long)); in mtip_handle_tfe() 625 set_bit(tag, tagaccum); in mtip_handle_tfe() 640 print_tags(dd, "reissued (TFE)", tagaccum, cmd_cnt); in mtip_handle_tfe()
|
Completed in 10 milliseconds