Home
last modified time | relevance | path

Searched defs:alloc (Results 1 - 25 of 349) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dabs_lowcore.c8 int abs_lowcore_map(int cpu, struct lowcore *lc, bool alloc) in abs_lowcore_map() argument
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dqueue.h14 void *alloc; /* start of allocated mem */ member
/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dsigchain.c11 int alloc; member
H A Dhelp.h9 size_t alloc; member
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_ialloc.h22 uint64_t alloc; /* inode phys. allocation bitmap for member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ialloc.h23 uint64_t alloc; /* inode phys. allocation bitmap for member
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dsigchain.c11 int alloc; member
H A Dhelp.h9 size_t alloc; member
/kernel/linux/linux-6.6/sound/core/
H A Dmemalloc_local.h6 void *(*alloc)(struct snd_dma_buffer *dmab, size_t size); member
/kernel/uniproton/src/mem/
H A Dprt_mem_internal.h39 MemAllocFunc alloc; /* 申请一个内存块 */ member
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dqueue.h14 void *alloc; /* start of allocated mem */ member
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dcleanup_empty_blocks.cpp59 auto alloc = graph->GetAllocator(); in CleanupEmptyBlocks() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Ddatainfo.h26 DataInfo(uint32 bitNum, MapleAllocator &alloc) : info(alloc.Adapter()) in DataInfo() argument
30 DataInfo(const DataInfo &other, MapleAllocator &alloc) : info(other.info, alloc.Adapter()) {} in DataInfo() argument
31 DataInfo &Clone(MapleAllocator &alloc) in Clone() argument
H A Dcg_irbuilder.h106 MapleAllocator alloc; member in maplebe::OperandBuilder
H A Dlive.h88 MapleAllocator alloc; member in maplebe::LiveAnalysis
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Did_table.c44 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc() argument
71 c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) c4iw_id_free() argument
82 c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, u32 reserved, u32 flags) c4iw_id_table_alloc() argument
108 c4iw_id_table_free(struct c4iw_id_table *alloc) c4iw_id_table_free() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstrbuf.h51 size_t alloc; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Did_table.c44 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc() argument
71 c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) c4iw_id_free() argument
82 c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, u32 reserved, u32 flags) c4iw_id_table_alloc() argument
103 c4iw_id_table_free(struct c4iw_id_table *alloc) c4iw_id_table_free() argument
[all...]
/kernel/linux/linux-6.6/rust/kernel/
H A Dallocator.rs43 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() functions
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstrbuf.h51 size_t alloc; member
/kernel/linux/linux-6.6/drivers/scsi/elx/include/
H A Defc_common.h14 void *alloc; member
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.h39 ColorNode(unsigned number, T alloc) : cs_point_set_(alloc), number_(number), physical_(), fixed_() in ColorNode() argument
122 explicit GraphMatrix(ArenaAllocator *alloc) : matrix_(alloc->Adapter()) {} in GraphMatrix() argument
/arkcompiler/runtime_core/scripts/
H A Dmemdump.py67 def alloc(self, size): member in AllocInfo
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlive_registers_test.cpp33 auto alloc = GetGraph()->GetAllocator(); in TEST_F() local
41 auto alloc = GetGraph()->GetAllocator(); in TEST_F() local
97 auto alloc = GetGraph()->GetAllocator(); TEST_F() local
134 auto alloc = GetGraph()->GetAllocator(); TEST_F() local
157 auto alloc = GetGraph()->GetAllocator(); TEST_F() local
212 auto alloc = GetGraph()->GetAllocator(); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/scripts/
H A Dmemdump.py67 def alloc(self, size): member in AllocInfo

Completed in 6 milliseconds

12345678910>>...14