/kernel/linux/linux-5.10/drivers/android/ |
D | binder_alloc.c | 60 static size_t binder_alloc_buffer_size(struct binder_alloc *alloc, in binder_alloc_buffer_size() 68 static void binder_insert_free_buffer(struct binder_alloc *alloc, in binder_insert_free_buffer() 102 struct binder_alloc *alloc, struct binder_buffer *new_buffer) in binder_insert_allocated_buffer_locked() 127 struct binder_alloc *alloc, in binder_alloc_prepare_to_free_locked() 170 struct binder_buffer *binder_alloc_prepare_to_free(struct binder_alloc *alloc, in binder_alloc_prepare_to_free() 181 static int binder_update_page_range(struct binder_alloc *alloc, int allocate, in binder_update_page_range() 313 static inline void binder_alloc_set_vma(struct binder_alloc *alloc, in binder_alloc_set_vma() 329 struct binder_alloc *alloc) in binder_alloc_get_vma() 341 static void debug_low_async_space_locked(struct binder_alloc *alloc, int pid) in debug_low_async_space_locked() 379 struct binder_alloc *alloc, in binder_alloc_new_buf_locked() [all …]
|
D | binder_alloc_selftest.c | 92 static bool check_buffer_pages_allocated(struct binder_alloc *alloc, in check_buffer_pages_allocated() 115 static void binder_selftest_alloc_buf(struct binder_alloc *alloc, in binder_selftest_alloc_buf() 132 static void binder_selftest_free_buf(struct binder_alloc *alloc, in binder_selftest_free_buf() 156 static void binder_selftest_free_page(struct binder_alloc *alloc) in binder_selftest_free_page() 176 static void binder_selftest_alloc_free(struct binder_alloc *alloc, in binder_selftest_alloc_free() 205 static void binder_selftest_free_seq(struct binder_alloc *alloc, in binder_selftest_free_seq() 223 static void binder_selftest_alloc_size(struct binder_alloc *alloc, in binder_selftest_alloc_size() 249 static void binder_selftest_alloc_offset(struct binder_alloc *alloc, in binder_selftest_alloc_offset() 283 void binder_selftest_alloc(struct binder_alloc *alloc) in binder_selftest_alloc()
|
D | binder_alloc.h | 69 struct binder_alloc *alloc; member 115 static inline void binder_selftest_alloc(struct binder_alloc *alloc) {} in binder_selftest_alloc() 150 binder_alloc_get_free_async_space(struct binder_alloc *alloc) in binder_alloc_get_free_async_space()
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
D | gus_mem.c | 18 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) in snd_gf1_mem_lock() 27 static struct snd_gf1_mem_block *snd_gf1_mem_xalloc(struct snd_gf1_mem * alloc, in snd_gf1_mem_xalloc() 63 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree() 93 static struct snd_gf1_mem_block *snd_gf1_mem_look(struct snd_gf1_mem * alloc, in snd_gf1_mem_look() 106 static struct snd_gf1_mem_block *snd_gf1_mem_share(struct snd_gf1_mem * alloc, in snd_gf1_mem_share() 121 static int snd_gf1_mem_find(struct snd_gf1_mem * alloc, in snd_gf1_mem_find() 173 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, in snd_gf1_mem_alloc() 207 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) in snd_gf1_mem_free() 224 struct snd_gf1_mem *alloc; in snd_gf1_mem_init() local 255 struct snd_gf1_mem *alloc; in snd_gf1_mem_done() local [all …]
|
/kernel/linux/linux-4.19/sound/isa/gus/ |
D | gus_mem.c | 33 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) in snd_gf1_mem_lock() 42 static struct snd_gf1_mem_block *snd_gf1_mem_xalloc(struct snd_gf1_mem * alloc, in snd_gf1_mem_xalloc() 78 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree() 108 static struct snd_gf1_mem_block *snd_gf1_mem_look(struct snd_gf1_mem * alloc, in snd_gf1_mem_look() 121 static struct snd_gf1_mem_block *snd_gf1_mem_share(struct snd_gf1_mem * alloc, in snd_gf1_mem_share() 136 static int snd_gf1_mem_find(struct snd_gf1_mem * alloc, in snd_gf1_mem_find() 188 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, in snd_gf1_mem_alloc() 222 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) in snd_gf1_mem_free() 239 struct snd_gf1_mem *alloc; in snd_gf1_mem_init() local 274 struct snd_gf1_mem *alloc; in snd_gf1_mem_done() local [all …]
|
/kernel/linux/linux-4.19/drivers/android/ |
D | binder_alloc.c | 66 static size_t binder_alloc_buffer_size(struct binder_alloc *alloc, in binder_alloc_buffer_size() 75 static void binder_insert_free_buffer(struct binder_alloc *alloc, in binder_insert_free_buffer() 109 struct binder_alloc *alloc, struct binder_buffer *new_buffer) in binder_insert_allocated_buffer_locked() 134 struct binder_alloc *alloc, in binder_alloc_prepare_to_free_locked() 177 struct binder_buffer *binder_alloc_prepare_to_free(struct binder_alloc *alloc, in binder_alloc_prepare_to_free() 188 static int binder_update_page_range(struct binder_alloc *alloc, int allocate, in binder_update_page_range() 334 static inline void binder_alloc_set_vma(struct binder_alloc *alloc, in binder_alloc_set_vma() 350 struct binder_alloc *alloc) in binder_alloc_get_vma() 363 struct binder_alloc *alloc, in binder_alloc_new_buf_locked() 540 struct binder_buffer *binder_alloc_new_buf(struct binder_alloc *alloc, in binder_alloc_new_buf() [all …]
|
D | binder_alloc_selftest.c | 101 static bool check_buffer_pages_allocated(struct binder_alloc *alloc, in check_buffer_pages_allocated() 123 static void binder_selftest_alloc_buf(struct binder_alloc *alloc, in binder_selftest_alloc_buf() 140 static void binder_selftest_free_buf(struct binder_alloc *alloc, in binder_selftest_free_buf() 164 static void binder_selftest_free_page(struct binder_alloc *alloc) in binder_selftest_free_page() 184 static void binder_selftest_alloc_free(struct binder_alloc *alloc, in binder_selftest_alloc_free() 213 static void binder_selftest_free_seq(struct binder_alloc *alloc, in binder_selftest_free_seq() 231 static void binder_selftest_alloc_size(struct binder_alloc *alloc, in binder_selftest_alloc_size() 257 static void binder_selftest_alloc_offset(struct binder_alloc *alloc, in binder_selftest_alloc_offset() 291 void binder_selftest_alloc(struct binder_alloc *alloc) in binder_selftest_alloc()
|
D | binder_alloc.h | 73 struct binder_alloc *alloc; member 121 static inline void binder_selftest_alloc(struct binder_alloc *alloc) {} in binder_selftest_alloc() 155 binder_alloc_get_free_async_space(struct binder_alloc *alloc) in binder_alloc_get_free_async_space() 173 binder_alloc_get_user_buffer_offset(struct binder_alloc *alloc) in binder_alloc_get_user_buffer_offset()
|
/kernel/linux/linux-4.19/drivers/infiniband/hw/cxgb4/ |
D | id_table.c | 44 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc() 71 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free() 82 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc() 108 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
D | id_table.c | 44 u32 c4iw_id_alloc(struct c4iw_id_table *alloc) in c4iw_id_alloc() 71 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free() 82 int c4iw_id_table_alloc(struct c4iw_id_table *alloc, u32 start, u32 num, in c4iw_id_table_alloc() 108 void c4iw_id_table_free(struct c4iw_id_table *alloc) in c4iw_id_table_free()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | localalloc.c | 273 struct ocfs2_dinode *alloc = NULL; in ocfs2_load_local_alloc() local 377 struct ocfs2_dinode *alloc = NULL; in ocfs2_shutdown_local_alloc() local 485 struct ocfs2_dinode *alloc; in ocfs2_begin_local_alloc_recovery() local 549 struct ocfs2_dinode *alloc) in ocfs2_complete_local_alloc_recovery() 621 struct ocfs2_dinode *alloc; in ocfs2_reserve_local_alloc_bits() local 725 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits() local 781 struct ocfs2_dinode *alloc; in ocfs2_free_local_alloc_bits() local 813 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits() 825 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits() 912 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc() [all …]
|
/kernel/linux/linux-4.19/fs/ocfs2/ |
D | localalloc.c | 287 struct ocfs2_dinode *alloc = NULL; in ocfs2_load_local_alloc() local 391 struct ocfs2_dinode *alloc = NULL; in ocfs2_shutdown_local_alloc() local 500 struct ocfs2_dinode *alloc; in ocfs2_begin_local_alloc_recovery() local 564 struct ocfs2_dinode *alloc) in ocfs2_complete_local_alloc_recovery() 636 struct ocfs2_dinode *alloc; in ocfs2_reserve_local_alloc_bits() local 740 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits() local 796 struct ocfs2_dinode *alloc; in ocfs2_free_local_alloc_bits() local 828 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits() 840 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits() 928 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc() [all …]
|
/kernel/linux/linux-5.10/lib/ |
D | test_overflow.c | 490 #define alloc010(alloc, arg, sz) alloc(sz, alloc_GFP) argument 491 #define alloc011(alloc, arg, sz) alloc(sz, alloc_GFP, NUMA_NO_NODE) argument 492 #define alloc000(alloc, arg, sz) alloc(sz) argument 493 #define alloc001(alloc, arg, sz) alloc(sz, NUMA_NO_NODE) argument 494 #define alloc110(alloc, arg, sz) alloc(arg, sz, alloc_GFP) argument
|
/kernel/linux/linux-4.19/lib/ |
D | test_overflow.c | 490 #define alloc010(alloc, arg, sz) alloc(sz, alloc_GFP) argument 491 #define alloc011(alloc, arg, sz) alloc(sz, alloc_GFP, NUMA_NO_NODE) argument 492 #define alloc000(alloc, arg, sz) alloc(sz) argument 493 #define alloc001(alloc, arg, sz) alloc(sz, NUMA_NO_NODE) argument 494 #define alloc110(alloc, arg, sz) alloc(arg, sz, alloc_GFP) argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
D | mthca_allocator.c | 40 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc() 64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free() 79 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, in mthca_alloc_init() 105 void mthca_alloc_cleanup(struct mthca_alloc *alloc) in mthca_alloc_cleanup()
|
/kernel/linux/linux-4.19/drivers/infiniband/hw/mthca/ |
D | mthca_allocator.c | 40 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc() 64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free() 79 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, in mthca_alloc_init() 105 void mthca_alloc_cleanup(struct mthca_alloc *alloc) in mthca_alloc_cleanup()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
D | pgalloc.c | 390 unsigned long end, int alloc) in base_page_walk() 406 unsigned long end, int alloc) in base_segment_walk() 435 unsigned long end, int alloc) in base_region3_walk() 463 unsigned long end, int alloc) in base_region2_walk() 491 unsigned long end, int alloc) in base_region1_walk()
|
/kernel/linux/linux-4.19/arch/s390/mm/ |
D | pgalloc.c | 454 unsigned long end, int alloc) in base_page_walk() 470 unsigned long end, int alloc) in base_segment_walk() 499 unsigned long end, int alloc) in base_region3_walk() 527 unsigned long end, int alloc) in base_region2_walk() 555 unsigned long end, int alloc) in base_region1_walk()
|
/kernel/linux/linux-4.19/arch/powerpc/platforms/powernv/ |
D | pci-ioda-tce.c | 55 static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc) in pnv_tce() 121 bool alloc) in pnv_tce_xchg() 154 __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, bool alloc) in pnv_tce_useraddrptr()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
D | pci-ioda-tce.c | 83 static __be64 *pnv_tce(struct iommu_table *tbl, bool user, long idx, bool alloc) in pnv_tce() 149 bool alloc) in pnv_tce_xchg() 182 __be64 *pnv_tce_useraddrptr(struct iommu_table *tbl, long index, bool alloc) in pnv_tce_useraddrptr()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 22 uint64_t alloc; /* inode phys. allocation bitmap for member
|
/kernel/linux/linux-4.19/fs/xfs/libxfs/ |
D | xfs_ialloc.h | 22 uint64_t alloc; /* inode phys. allocation bitmap for member
|
/kernel/linux/linux-4.19/drivers/scsi/arm/ |
D | queue.h | 17 void *alloc; /* start of allocated mem */ member
|
/kernel/linux/linux-4.19/tools/lib/subcmd/ |
D | help.h | 9 size_t alloc; member
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
D | queue.h | 14 void *alloc; /* start of allocated mem */ member
|