Home
last modified time | relevance | path

Searched defs:size (Results 226 – 250 of 10143) sorted by relevance

12345678910>>...406

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcolor.c13 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf()
62 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf()
73 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf()
153 int value_color_snprintf(char *bf, size_t size, const char *fmt, double value) in value_color_snprintf()
159 int percent_color_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_snprintf()
170 int percent_color_len_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_len_snprintf()
H A Dsort.c58 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) in repsep_snprintf()
101 size_t size, unsigned int width) in hist_entry__thread_snprintf()
154 size_t size, unsigned int width) in hist_entry__comm_snprintf()
198 size_t size, unsigned int width) in _hist_entry__dso_snprintf()
210 size_t size, unsigned int width) in hist_entry__dso_snprintf()
294 u64 ip, char level, char *bf, size_t size, in _hist_entry__sym_snprintf()
336 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf()
380 size_t size, unsigned int width) in hist_entry__srcline_snprintf()
415 size_t size, unsigned int width) in hist_entry__srcline_from_snprintf()
442 size_t size, unsigned int width) in hist_entry__srcline_to_snprintf()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dfloppy.h102 #define fd_dma_mem_alloc(size) vdma_mem_alloc(size) argument
103 #define fd_dma_setup(addr, size, mode, io) vdma_dma_setup(addr, size, mode, io) argument
144 static unsigned long vdma_mem_alloc(unsigned long size) in vdma_mem_alloc()
150 static void _fd_dma_mem_free(unsigned long addr, unsigned long size) in _fd_dma_mem_free()
154 #define fd_dma_mem_free(addr,size) _fd_dma_mem_free(addr, size) argument
159 static int vdma_dma_setup(char *addr, unsigned long size, int mode, int io) in vdma_dma_setup()
H A Dnubus.h21 unsigned long size) in nubus_remap_nocache_ser()
27 unsigned long size) in nubus_remap_nocache_nonser()
33 unsigned long size) in nbus_remap_writethrough()
39 unsigned long size) in nubus_remap_fullcache()
H A Dzorro.h21 unsigned long size) in z_remap_nocache_ser()
27 unsigned long size) in z_remap_nocache_nonser()
33 unsigned long size) in z_remap_writethrough()
38 unsigned long size) in z_remap_fullcache()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay-sysfs.c35 size_t size) in overlay_manager_store()
135 const char *buf, size_t size) in overlay_position_store()
174 const char *buf, size_t size) in overlay_output_size_store()
208 size_t size) in overlay_enabled_store()
239 const char *buf, size_t size) in overlay_global_alpha_store()
281 const char *buf, size_t size) in overlay_pre_mult_alpha_store()
321 const char *buf, size_t size) in overlay_zorder_store()
410 const char *buf, size_t size) in overlay_attr_store()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_buffer.c98 static void tty_buffer_reset(struct tty_buffer *p, size_t size) in tty_buffer_reset()
155 static struct tty_buffer *tty_buffer_alloc(struct tty_port *port, size_t size) in tty_buffer_alloc()
258 static int __tty_buffer_request_room(struct tty_port *port, size_t size, in __tty_buffer_request_room()
295 int tty_buffer_request_room(struct tty_port *port, size_t size) in tty_buffer_request_room()
313 const unsigned char *chars, char flag, size_t size) in tty_insert_flip_string_fixed_flag()
349 const unsigned char *chars, const char *flags, size_t size) in tty_insert_flip_string_flags()
411 size_t size) in tty_prepare_flip_string()
570 const unsigned char *chars, size_t size) in tty_insert_flip_string_and_push_buffer()
/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A Dfind.h75 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) argument
78 #define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0) argument
97 #define find_first_clump8(clump, bits, size) \ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dposix_acl_xattr.h25 posix_acl_xattr_count(size_t size) in posix_acl_xattr_count()
39 static inline void posix_acl_fix_xattr_from_user(void *value, size_t size) in posix_acl_fix_xattr_from_user()
42 static inline void posix_acl_fix_xattr_to_user(void *value, size_t size) in posix_acl_fix_xattr_to_user()
/OK3568_Linux_fs/u-boot/lib/
H A Dsysmem.c266 static int sysmem_add(phys_addr_t base, phys_size_t size) in sysmem_add()
321 phys_size_t size, in sysmem_alloc_align_base()
555 void *sysmem_alloc(enum memblk_id id, phys_size_t size) in sysmem_alloc()
570 void *sysmem_alloc_by_name(const char *name, phys_size_t size) in sysmem_alloc_by_name()
585 void *sysmem_alloc_base(enum memblk_id id, phys_addr_t base, phys_size_t size) in sysmem_alloc_base()
601 phys_addr_t base, phys_size_t size) in sysmem_alloc_base_by_name()
617 phys_addr_t base, phys_size_t size) in sysmem_fdt_reserve_alloc_base()
632 ulong sysmem_alloc_temporary_mem(phys_size_t size) in sysmem_alloc_temporary_mem()
804 ulong addr, size; in do_sysmem_search() local
/OK3568_Linux_fs/kernel/lib/
H A Dsort.c33 static bool is_aligned(const void *base, size_t size, unsigned char align) in is_aligned()
133 static void do_swap(void *a, void *b, size_t size, swap_func_t swap_func) in do_swap()
173 static size_t parent(size_t i, unsigned int lsbit, size_t size) in parent()
199 void sort_r(void *base, size_t num, size_t size, in sort_r()
266 void sort(void *base, size_t num, size_t size, in sort()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_dump.h36 __u32 size; member
46 __u32 size; member
59 __u32 size; member
65 __u32 size; member
72 __u32 size; member
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-thunder-ecam.c16 static void set_val(u32 v, int where, int size, u32 *val) in set_val()
30 unsigned int devfn, int where, int size, u32 *val) in handle_ea_bar()
87 int where, int size, u32 *val) in thunder_ecam_p2_config_read()
128 int where, int size, u32 *val) in thunder_ecam_config_read()
334 int where, int size, u32 val) in thunder_ecam_config_write()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Ddma.c17 static void __dma_sync(phys_addr_t paddr, size_t size, in __dma_sync()
33 void arch_sync_dma_for_device(phys_addr_t paddr, size_t size, in arch_sync_dma_for_device()
39 void arch_sync_dma_for_cpu(phys_addr_t paddr, size_t size, in arch_sync_dma_for_cpu()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c186 char __user *buf, size_t size, loff_t *pos) in amdgpu_debugfs_process_reg_op()
306 size_t size, loff_t *pos) in amdgpu_debugfs_regs_read()
315 size_t size, loff_t *pos) in amdgpu_debugfs_regs_write()
334 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_read()
393 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_write()
453 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_read()
512 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_write()
572 size_t size, loff_t *pos) in amdgpu_debugfs_regs_smc_read()
631 size_t size, loff_t *pos) in amdgpu_debugfs_regs_smc_write()
693 size_t size, loff_t *pos) in amdgpu_debugfs_gca_config_read()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinux_osl.h123 #define OSL_PCMCIA_READ_ATTR(osh, offset, buf, size) \ argument
125 #define OSL_PCMCIA_WRITE_ATTR(osh, offset, buf, size) \ argument
131 #define OSL_PCI_READ_CONFIG(osh, offset, size) \ argument
133 #define OSL_PCI_WRITE_CONFIG(osh, offset, size, val) \ argument
181 #define MALLOC(osh, size) osl_malloc((osh), (size)) argument
182 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) argument
183 #define MFREE(osh, addr, size) osl_mfree((osh), (addr), (size)) argument
184 #define VMALLOC(osh, size) osl_vmalloc((osh), (size)) argument
185 #define VMALLOCZ(osh, size) osl_vmallocz((osh), (size)) argument
186 #define VMFREE(osh, addr, size) osl_vmfree((osh), (addr), (size)) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/pnp/isapnp/
H A Dcore.c350 static int __init isapnp_read_tag(unsigned char *type, unsigned short *size) in isapnp_read_tag()
382 int size, int number) in isapnp_parse_device()
411 int size) in isapnp_parse_irq_resource()
435 int size) in isapnp_parse_dma_resource()
448 int size) in isapnp_parse_port_resource()
469 int size) in isapnp_parse_fixed_port_resource()
486 int size) in isapnp_parse_mem_resource()
507 int size) in isapnp_parse_mem32_resource()
528 int size) in isapnp_parse_fixed_mem32_resource()
545 isapnp_parse_name(char *name, unsigned int name_max, unsigned short *size) in isapnp_parse_name()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dslab_common.c91 static int kmem_cache_sanity_check(const char *name, unsigned int size) in kmem_cache_sanity_check()
102 static inline int kmem_cache_sanity_check(const char *name, unsigned int size) in kmem_cache_sanity_check()
140 unsigned int align, unsigned int size) in calculate_alignment()
186 struct kmem_cache *find_mergeable(unsigned int size, unsigned int align, in find_mergeable()
303 unsigned int size, unsigned int align, in kmem_cache_create_usercopy()
417 kmem_cache_create(const char *name, unsigned int size, unsigned int align, in kmem_cache_create()
557 unsigned int size, slab_flags_t flags, in create_boot_cache()
587 unsigned int size, slab_flags_t flags, in create_kmalloc_cache()
649 struct kmem_cache *kmalloc_slab(size_t size, gfp_t flags) in kmalloc_slab()
848 void *kmalloc_order(size_t size, gfp_t flags, unsigned int order) in kmalloc_order()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dconfine_array_index.h70 static inline size_t confine_array_index(size_t index, size_t size) { in confine_array_index()
87 static inline size_t confine_array_index(size_t index, size_t size) in confine_array_index()
128 static inline size_t confine_array_index(size_t index, size_t size) { in confine_array_index()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dconfine_array_index.h70 static inline size_t confine_array_index(size_t index, size_t size) { in confine_array_index()
87 static inline size_t confine_array_index(size_t index, size_t size) in confine_array_index()
128 static inline size_t confine_array_index(size_t index, size_t size) { in confine_array_index()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dlinux_osl.c173 uint size; member
684 osl_cache_flush(void *va, uint size) in osl_cache_flush()
692 osl_cache_inv(void *va, uint size) in osl_cache_inv()
812 osl_ctfpool_init(osl_t *osh, uint numobj, uint size) in osl_ctfpool_init()
1466 osl_pci_read_config(osl_t *osh, uint offset, uint size) in osl_pci_read_config()
1487 osl_pci_write_config(osl_t *osh, uint offset, uint size, uint val) in osl_pci_write_config()
1560 osl_pcmcia_attr(osl_t *osh, uint offset, char *buf, int size, bool write) in osl_pcmcia_attr()
1565 osl_pcmcia_read_attr(osl_t *osh, uint offset, void *buf, int size) in osl_pcmcia_read_attr()
1571 osl_pcmcia_write_attr(osl_t *osh, uint offset, void *buf, int size) in osl_pcmcia_write_attr()
1577 osl_malloc(osl_t *osh, uint size) in osl_malloc()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dxattr.c24 void *buffer, size_t size) in btrfs_getxattr()
80 const char *name, const void *value, size_t size, int flags) in btrfs_setxattr()
228 const void *value, size_t size, int flags) in btrfs_setxattr_trans()
274 ssize_t btrfs_listxattr(struct dentry *dentry, char *buffer, size_t size) in btrfs_listxattr()
381 const char *name, void *buffer, size_t size, in btrfs_xattr_handler_get()
391 size_t size, int flags) in btrfs_xattr_handler_set()
403 size_t size, int flags) in btrfs_xattr_handler_set_prop()
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpimsginit.c30 u16 size; in hpi_init_message() local
59 u16 size; in hpi_init_response() local
88 static void hpi_init_messageV1(struct hpi_message_header *phm, u16 size, in hpi_init_messageV1()
102 void hpi_init_responseV1(struct hpi_response_header *phr, u16 size, in hpi_init_responseV1()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_nvif.c43 nvkm_client_unmap(void *priv, void __iomem *ptr, u32 size) in nvkm_client_unmap()
49 nvkm_client_map(void *priv, u64 handle, u32 size) in nvkm_client_map()
55 nvkm_client_ioctl(void *priv, bool super, void *data, u32 size, void **hack) in nvkm_client_ioctl()
75 nvkm_client_ntfy(const void *header, u32 length, const void *data, u32 size) in nvkm_client_ntfy()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dlinux_osl.h102 #define OSL_PCI_READ_CONFIG(osh, offset, size) \ argument
104 #define OSL_PCI_WRITE_CONFIG(osh, offset, size, val) \ argument
179 #define MALLOC(osh, size) osl_debug_malloc((osh), (size), __LINE__, __FILE__) argument
180 #define MALLOCZ(osh, size) osl_debug_mallocz((osh), (size), __LINE__, __FILE__) argument
181 #define MFREE(osh, addr, size) \ argument
183 #define VMALLOC(osh, size) osl_debug_vmalloc((osh), (size), __LINE__, __FILE__) argument
184 #define VMALLOCZ(osh, size) osl_debug_vmallocz((osh), (size), __LINE__, __FILE__) argument
185 #define VMFREE(osh, addr, size) osl_debug_vmfree((osh), (addr), (size), __LINE__, __FILE__) argument
200 #define MALLOC(osh, size) osl_malloc((osh), (size)) argument
201 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) argument
[all …]

12345678910>>...406