Searched defs:alloc (Results 1 - 25 of 153) sorted by last modified time

1234567

/linux-master/rust/
H A DMakefile[all...]
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c554 static void its_encode_alloc(struct its_cmd_block *cmd, bool alloc) argument
792 bool alloc; local
[all...]
/linux-master/include/net/
H A Dmac80211.h6903 void *(*alloc)(struct ieee80211_hw *hw); member in struct:rate_control_ops
/linux-master/drivers/android/
H A Dbinder.c2385 static int binder_do_deferred_txn_copies(struct binder_alloc *alloc, argument
[all...]
H A Dbinder_alloc.c60 static size_t binder_alloc_buffer_size(struct binder_alloc *alloc, argument
68 static void binder_insert_free_buffer(struct binder_alloc *alloc, argument
101 binder_insert_allocated_buffer_locked( struct binder_alloc *alloc, struct binder_buffer *new_buffer) argument
126 binder_alloc_prepare_to_free_locked( struct binder_alloc *alloc, unsigned long user_ptr) argument
167 binder_alloc_prepare_to_free(struct binder_alloc *alloc, unsigned long user_ptr) argument
193 binder_lru_freelist_add(struct binder_alloc *alloc, unsigned long start, unsigned long end) argument
220 binder_install_single_page(struct binder_alloc *alloc, struct binder_lru_page *lru_page, unsigned long addr) argument
268 binder_install_buffer_pages(struct binder_alloc *alloc, struct binder_buffer *buffer, size_t size) argument
302 binder_lru_freelist_del(struct binder_alloc *alloc, unsigned long start, unsigned long end) argument
332 binder_alloc_set_vma(struct binder_alloc *alloc, struct vm_area_struct *vma) argument
339 binder_alloc_get_vma( struct binder_alloc *alloc) argument
346 debug_no_space_locked(struct binder_alloc *alloc) argument
383 debug_low_async_space_locked(struct binder_alloc *alloc) argument
436 binder_alloc_new_buf_locked( struct binder_alloc *alloc, struct binder_buffer *new_buffer, size_t size, int is_async) argument
568 binder_alloc_new_buf(struct binder_alloc *alloc, size_t data_size, size_t offsets_size, size_t extra_buffers_size, int is_async) argument
632 binder_delete_free_buffer(struct binder_alloc *alloc, struct binder_buffer *buffer) argument
659 binder_free_buf_locked(struct binder_alloc *alloc, struct binder_buffer *buffer) argument
731 binder_alloc_get_page(struct binder_alloc *alloc, struct binder_buffer *buffer, binder_size_t buffer_offset, pgoff_t *pgoffp) argument
754 binder_alloc_clear_buf(struct binder_alloc *alloc, struct binder_buffer *buffer) argument
781 binder_alloc_free_buf(struct binder_alloc *alloc, struct binder_buffer *buffer) argument
814 binder_alloc_mmap_handler(struct binder_alloc *alloc, struct vm_area_struct *vma) argument
889 binder_alloc_deferred_release(struct binder_alloc *alloc) argument
961 binder_alloc_print_allocated(struct seq_file *m, struct binder_alloc *alloc) argument
985 binder_alloc_print_pages(struct seq_file *m, struct binder_alloc *alloc) argument
1021 binder_alloc_get_allocated_count(struct binder_alloc *alloc) argument
1042 binder_alloc_vma_close(struct binder_alloc *alloc) argument
1063 struct binder_alloc *alloc = page->alloc; local
1145 binder_alloc_init(struct binder_alloc *alloc) argument
1201 check_buffer(struct binder_alloc *alloc, struct binder_buffer *buffer, binder_size_t offset, size_t bytes) argument
1227 binder_alloc_copy_user_to_buffer(struct binder_alloc *alloc, struct binder_buffer *buffer, binder_size_t buffer_offset, const void __user *from, size_t bytes) argument
1258 binder_alloc_do_buffer_copy(struct binder_alloc *alloc, bool to_buffer, struct binder_buffer *buffer, binder_size_t buffer_offset, void *ptr, size_t bytes) argument
1289 binder_alloc_copy_to_buffer(struct binder_alloc *alloc, struct binder_buffer *buffer, binder_size_t buffer_offset, void *src, size_t bytes) argument
1299 binder_alloc_copy_from_buffer(struct binder_alloc *alloc, void *dest, struct binder_buffer *buffer, binder_size_t buffer_offset, size_t bytes) argument
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3101 struct _SET_VOLTAGE_PS_ALLOCATION alloc; member in union:set_voltage
/linux-master/fs/ceph/
H A Dcaps.c209 int alloc = 0; local
/linux-master/drivers/iommu/intel/
H A Diommu.c519 iommu_context_addr(struct intel_iommu *iommu, u8 bus, u8 devfn, int alloc) argument
/linux-master/drivers/iommu/amd/
H A Diommu.c1810 __get_gcr3_pte(struct gcr3_tbl_info *gcr3_info, ioasid_t pasid, bool alloc) argument
/linux-master/security/
H A Dsecurity.c2540 security_inode_getsecurity(struct mnt_idmap *idmap, struct inode *inode, const char *name, void **buffer, bool alloc) argument
/linux-master/mm/
H A DMakefile
/linux-master/net/core/
H A Dsock.c3108 u64 alloc; local
/linux-master/fs/btrfs/
H A Dblock-group.c3597 btrfs_update_block_group(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, bool alloc) argument
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c4699 int alloc = 0; local
[all...]
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c1272 int vt_move_to_console(unsigned int vt, int alloc) argument
/linux-master/drivers/thunderbolt/
H A Dlc.c532 u32 val, alloc; local
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc.h217 int (*alloc)(struct tmc_drvdata *drvdata, struct etr_buf *etr_buf, member in struct:etr_buf_operations
/linux-master/drivers/base/
H A Dcomponent.c51 size_t alloc; member in struct:component_match
/linux-master/kernel/trace/
H A Dtrace.c1069 int alloc; local
/linux-master/fs/f2fs/
H A Dsegment.c4217 f2fs_lookup_journal_in_cursum(struct f2fs_journal *journal, int type, unsigned int val, int alloc) argument
/linux-master/include/media/
H A Dvideobuf2-core.h119 void *(*alloc)(struct vb2_buffer *vb, member in struct:vb2_mem_ops
/linux-master/include/linux/
H A Dmempool.h23 mempool_alloc_t *alloc; member in struct:mempool_s
/linux-master/drivers/dax/
H A Dbus.c876 struct resource *alloc; local
1058 resource_size_t alloc = 0; local
[all...]
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c1893 u64 alloc = 0; local
/linux-master/sound/soc/intel/avs/
H A Dmessages.h529 u32 alloc:1; member in struct:avs_segment_flags::__anon1496

Completed in 522 milliseconds

1234567