Searched refs:item_handle_size (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_debug.c | 51 #define item_handle_size(n) (sizeof((moal_handle *)0)->n) macro 178 {"ioctl_pending", item_handle_size(ioctl_pending), 180 {"tx_pending", item_handle_size(tx_pending), 182 {"rx_pending", item_handle_size(rx_pending), 184 {"lock_count", item_handle_size(lock_count), 186 {"malloc_count", item_handle_size(malloc_count), 188 {"vmalloc_count", item_handle_size(vmalloc_count), 190 {"mbufalloc_count", item_handle_size(mbufalloc_count), 192 {"main_state", item_handle_size(main_state), 194 {"driver_state", item_handle_size(driver_state), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_debug.c | 53 #define item_handle_size(n) (sizeof(((moal_handle *)0)->n)) macro 231 {"ioctl_pending", item_handle_size(ioctl_pending), 233 {"tx_pending", item_handle_size(tx_pending), 235 {"rx_pending", item_handle_size(rx_pending), 237 {"lock_count", item_handle_size(lock_count), 239 {"malloc_count", item_handle_size(malloc_count), 241 {"vmalloc_count", item_handle_size(vmalloc_count), 243 {"mbufalloc_count", item_handle_size(mbufalloc_count), 246 {"malloc_cons_count", item_handle_size(malloc_cons_count), 249 {"main_state", item_handle_size(main_state), [all …]
|