Home
last modified time | relevance | path

Searched refs:freed_blocks (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/trace/events/
Dext4.h1279 TP_PROTO(struct inode *inode, int freed_blocks),
1281 TP_ARGS(inode, freed_blocks),
1287 __field( int, freed_blocks )
1296 __entry->freed_blocks = freed_blocks;
1306 __entry->freed_blocks, __entry->reserved_data_blocks)
/linux-6.12.1/drivers/net/wireless/ti/wlcore/
Dmain.c386 int avail, freed_blocks; in wlcore_fw_status() local
513 freed_blocks = status->total_released_blks - in wlcore_fw_status()
516 freed_blocks = 0x100000000LL - wl->tx_blocks_freed + in wlcore_fw_status()
521 wl->tx_allocated_blocks -= freed_blocks; in wlcore_fw_status()
528 if (freed_blocks) { in wlcore_fw_status()