Home
last modified time | relevance | path

Searched refs:mem_usage (Results 1 – 18 of 18) sorted by relevance

/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 Dmem-stats.h127 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 Dalloc-pool.h37 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 Dbitmap.h216 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 Dhash-table.h357 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 Dmem-stats.h127 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 Dalloc-pool.h37 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 Dbitmap.h216 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 Dhash-table.h357 class mem_usage; variable
597 extern mem_alloc_description<mem_usage>& hash_table_usage (void);
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-mem.c420 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 Dcodel_qdisc.h55 unsigned int mem_usage; member
H A Dpie.h86 u32 mem_usage; member
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_fq_codel.c170 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 Dsch_fq_pie.c151 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 Ddebug.c237 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 Dmac.c371 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 Dfw.h188 u8 mem_usage; /* 0x18 */ member
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dsal.h185 u8 mem_usage; /* memory usage */ member
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevio.c105 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()