| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | mem-stats.h | 127 class mem_usage 131 mem_usage (): m_allocated (0), m_times (0), m_peak (0), m_instances (1) {} in mem_usage() function 134 mem_usage (size_t allocated, size_t times, size_t peak, size_t instances = 0): 159 mem_usage 160 operator+ (const mem_usage &second) 162 return mem_usage (m_allocated + second.m_allocated, 170 operator== (const mem_usage &second) const 179 operator< (const mem_usage &second) const 193 typedef std::pair<mem_location *, mem_usage *> mem_pair_t; in compare() 206 dump (mem_location *loc, mem_usage &total) const in dump()
|
| H A D | alloc-pool.h | 37 class pool_usage: public mem_usage 46 : mem_usage (allocated, times, peak, instances), in pool_usage() 63 dump (mem_location *loc, mem_usage &total) const in dump()
|
| H A D | bitmap.h | 216 class bitmap_usage: public mem_usage 224 : mem_usage (allocated, times, peak), in bitmap_usage() 240 dump (mem_location *loc, mem_usage &total) const in dump()
|
| H A D | hash-table.h | 357 class mem_usage; variable 597 extern mem_alloc_description<mem_usage>& hash_table_usage (void);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | mem-stats.h | 127 class mem_usage 131 mem_usage (): m_allocated (0), m_times (0), m_peak (0), m_instances (1) {} in mem_usage() function 134 mem_usage (size_t allocated, size_t times, size_t peak, size_t instances = 0): 159 mem_usage 160 operator+ (const mem_usage &second) 162 return mem_usage (m_allocated + second.m_allocated, 170 operator== (const mem_usage &second) const 179 operator< (const mem_usage &second) const 193 typedef std::pair<mem_location *, mem_usage *> mem_pair_t; in compare() 206 dump (mem_location *loc, mem_usage &total) const in dump()
|
| H A D | alloc-pool.h | 37 class pool_usage: public mem_usage 46 : mem_usage (allocated, times, peak, instances), in pool_usage() 63 dump (mem_location *loc, mem_usage &total) const in dump()
|
| H A D | bitmap.h | 216 class bitmap_usage: public mem_usage 224 : mem_usage (allocated, times, peak), in bitmap_usage() 240 dump (mem_location *loc, mem_usage &total) const in dump()
|
| H A D | hash-table.h | 357 class mem_usage; variable 597 extern mem_alloc_description<mem_usage>& hash_table_usage (void);
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-mem.c | 420 const char *mem_usage[] = { in cmd_mem() local 431 mem_usage, PARSE_OPT_KEEP_UNKNOWN); in cmd_mem() 434 usage_with_options(mem_usage, mem_options); in cmd_mem() 448 usage_with_options(mem_usage, mem_options); in cmd_mem()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | codel_qdisc.h | 55 unsigned int mem_usage; member
|
| H A D | pie.h | 86 u32 mem_usage; member
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_fq_codel.c | 170 mem += get_codel_cb(skb)->mem_usage; in fq_codel_drop() 214 get_codel_cb(skb)->mem_usage = skb->truesize; in fq_codel_enqueue() 215 q->memory_usage += get_codel_cb(skb)->mem_usage; in fq_codel_enqueue() 266 q->memory_usage -= get_codel_cb(skb)->mem_usage; in dequeue_func()
|
| H A D | sch_fq_pie.c | 151 get_pie_cb(skb)->mem_usage = skb->truesize; in fq_pie_qdisc_enqueue() 272 q->memory_usage -= get_pie_cb(skb)->mem_usage; in fq_pie_qdisc_dequeue()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/ |
| H A D | debug.c | 237 DEBUGFS_DECLARE_RO_FILE(mem_usage, 512); 840 DEBUGFS_ADD(mem_usage); in carl9170_debugfs_register()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/ |
| H A D | mac.c | 371 emem_size = (fw_hdr->mem_usage & BIT(4)) ? in check_firmware_size() 632 emem_size = (fw_hdr->mem_usage & BIT(4)) ? in start_download_firmware()
|
| H A D | fw.h | 188 u8 mem_usage; /* 0x18 */ member
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | sal.h | 185 u8 mem_usage; /* memory usage */ member
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | devio.c | 105 unsigned int mem_usage; member 413 usbfs_decrease_memory_usage(as->mem_usage); in free_async() 1699 as->mem_usage = u; in proc_do_submiturb()
|