/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | ntfs_fs.h | 42 #define MINUS_ONE_T ((size_t)(-1)) 114 #define RUN_DEALLOCATE ((struct runs_tree *)(size_t)1) 119 size_t count; /* Currently used size a ntfs_run storage. */ 120 size_t allocated; /* Currently allocated ntfs_run storage size. */ 148 size_t nbits; 150 size_t total_zeroes; // Total number of free bits. 152 size_t nwnd; 157 size_t count; // Extents count. 165 size_t extent_min; // Minimal extent used while building. 166 size_t extent_ma [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | slab.h | 184 void * __must_check krealloc(const void *, size_t, gfp_t); 187 size_t __ksize(const void *); 188 size_t ksize(const void *); 346 static __always_inline unsigned int kmalloc_index(size_t size) in kmalloc_index() 389 void *__kmalloc(size_t size, gfp_t flags) __assume_kmalloc_alignment __malloc; 400 void kmem_cache_free_bulk(struct kmem_cache *, size_t, void **); 401 int kmem_cache_alloc_bulk(struct kmem_cache *, gfp_t, size_t, void **); 407 static __always_inline void kfree_bulk(size_t size, void **p) in kfree_bulk() 413 void *__kmalloc_node(size_t size, gfp_t flags, int node) __assume_kmalloc_alignment __malloc; 416 static __always_inline void *__kmalloc_node(size_t siz [all...] |
H A D | dma-mapping.h | 104 size_t offset, size_t size, enum dma_data_direction dir, 106 void dma_unmap_page_attrs(struct device *dev, dma_addr_t addr, size_t size, 114 size_t size, enum dma_data_direction dir, unsigned long attrs); 115 void dma_unmap_resource(struct device *dev, dma_addr_t addr, size_t size, 117 void dma_sync_single_for_cpu(struct device *dev, dma_addr_t addr, size_t size, 120 size_t size, enum dma_data_direction dir); 125 void *dma_alloc_attrs(struct device *dev, size_t size, dma_addr_t *dma_handle, 127 void dma_free_attrs(struct device *dev, size_t size, void *cpu_addr, 129 void *dmam_alloc_attrs(struct device *dev, size_t siz [all...] |
H A D | kasan.h | 46 void kasan_unpoison_shadow(const void *address, size_t size); 62 void * __must_check kasan_kmalloc_large(const void *ptr, size_t size, 67 size_t size, gfp_t flags); 68 void * __must_check kasan_krealloc(const void *object, size_t new_size, 86 int kasan_module_alloc(void *addr, size_t size); 89 static inline int kasan_module_alloc(void *addr, size_t size) { return 0; } in kasan_module_alloc() 96 size_t __ksize(const void *); 101 size_t kasan_metadata_size(struct kmem_cache *cache); 108 static inline void kasan_unpoison_shadow(const void *address, size_t size) {} in kasan_unpoison_shadow() 133 static inline void *kasan_kmalloc_large(void *ptr, size_t siz [all...] |
H A D | kstrtox.h | 100 int __must_check kstrtoull_from_user(const char __user *s, size_t count, unsigned int base, unsigned long long *res); 101 int __must_check kstrtoll_from_user(const char __user *s, size_t count, unsigned int base, long long *res); 102 int __must_check kstrtoul_from_user(const char __user *s, size_t count, unsigned int base, unsigned long *res); 103 int __must_check kstrtol_from_user(const char __user *s, size_t count, unsigned int base, long *res); 104 int __must_check kstrtouint_from_user(const char __user *s, size_t count, unsigned int base, unsigned int *res); 105 int __must_check kstrtoint_from_user(const char __user *s, size_t count, unsigned int base, int *res); 106 int __must_check kstrtou16_from_user(const char __user *s, size_t count, unsigned int base, u16 *res); 107 int __must_check kstrtos16_from_user(const char __user *s, size_t count, unsigned int base, s16 *res); 108 int __must_check kstrtou8_from_user(const char __user *s, size_t count, unsigned int base, u8 *res); 109 int __must_check kstrtos8_from_user(const char __user *s, size_t coun [all...] |
H A D | io-pgtable.h | 41 void (*tlb_flush_walk)(unsigned long iova, size_t size, size_t granule, 43 void (*tlb_flush_leaf)(unsigned long iova, size_t size, size_t granule, 46 unsigned long iova, size_t granule, void *cookie); 158 phys_addr_t paddr, size_t size, int prot, gfp_t gfp); 159 size_t (*unmap)(struct io_pgtable_ops *ops, unsigned long iova, 160 size_t size, struct iommu_iotlb_gather *gather); 218 size_t size, size_t granul in io_pgtable_tlb_flush_walk() [all...] |
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_alloc.h | 53 size_t data_size; 54 size_t offsets_size; 55 size_t extra_buffers_size; 104 size_t free_async_space; 106 size_t buffer_size; 109 size_t pages_high; 121 size_t data_size, 122 size_t offsets_size, 123 size_t extra_buffers_size, 150 static inline size_t [all...] |
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | map_rom.c | 18 static int maprom_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *); 19 static int maprom_write (struct mtd_info *, loff_t, size_t, size_t *, const u_char *); 23 static int maprom_point (struct mtd_info *mtd, loff_t from, size_t len, 24 size_t *retlen, void **virt, resource_size_t *phys); 25 static int maprom_unpoint(struct mtd_info *mtd, loff_t from, size_t len); 72 static int maprom_point(struct mtd_info *mtd, loff_t from, size_t len, in maprom_point() 73 size_t *retlen, void **virt, resource_size_t *phys) in maprom_point() 86 static int maprom_unpoint(struct mtd_info *mtd, loff_t from, size_t le [all...] |
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | sockaddr.c | 13 static size_t af_inet__scnprintf(struct sockaddr *sa, char *bf, size_t size) in af_inet__scnprintf() 21 static size_t af_inet6__scnprintf(struct sockaddr *sa, char *bf, size_t size) in af_inet6__scnprintf() 26 size_t printed = scnprintf(bf, size, ", port: %d, addr: %s", ntohs(sin6->sin6_port), in af_inet6__scnprintf() 36 static size_t af_local__scnprintf(struct sockaddr *sa, char *bf, size_t size) in af_local__scnprintf() 42 static size_t (*af_scnprintfs[])(struct sockaddr *sa, char *bf, size_t size) = { 48 static size_t syscall_arg__scnprintf_augmented_sockadd [all...] |
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | map_rom.c | 19 static int maprom_read (struct mtd_info *, loff_t, size_t, size_t *, u_char *); 20 static int maprom_write (struct mtd_info *, loff_t, size_t, size_t *, const u_char *); 24 static int maprom_point (struct mtd_info *mtd, loff_t from, size_t len, 25 size_t *retlen, void **virt, resource_size_t *phys); 26 static int maprom_unpoint(struct mtd_info *mtd, loff_t from, size_t len); 73 static int maprom_point(struct mtd_info *mtd, loff_t from, size_t len, in maprom_point() 74 size_t *retlen, void **virt, resource_size_t *phys) in maprom_point() 87 static int maprom_unpoint(struct mtd_info *mtd, loff_t from, size_t le [all...] |
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_alloc.h | 56 size_t data_size; 57 size_t offsets_size; 58 size_t extra_buffers_size; 108 size_t free_async_space; 110 size_t buffer_size; 112 size_t pages_high; 125 size_t data_size, 126 size_t offsets_size, 127 size_t extra_buffers_size, 154 static inline size_t [all...] |
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | sockaddr.c | 13 static size_t af_inet__scnprintf(struct sockaddr *sa, char *bf, size_t size) in af_inet__scnprintf() 21 static size_t af_inet6__scnprintf(struct sockaddr *sa, char *bf, size_t size) in af_inet6__scnprintf() 26 size_t printed = scnprintf(bf, size, ", port: %d, addr: %s", ntohs(sin6->sin6_port), in af_inet6__scnprintf() 36 static size_t af_local__scnprintf(struct sockaddr *sa, char *bf, size_t size) in af_local__scnprintf() 42 static size_t (*af_scnprintfs[])(struct sockaddr *sa, char *bf, size_t size) = { 48 static size_t syscall_arg__scnprintf_augmented_sockadd [all...] |
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | overflow.h | 82 static inline __must_check size_t array_size(size_t a, size_t b) in array_size() 84 size_t bytes; in array_size() 104 static inline __must_check size_t array3_size(size_t a, size_t b, size_t c) in array3_size() 106 size_t bytes; in array3_size() 116 static inline __must_check size_t __ab_c_siz [all...] |
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap-spmi.c | 17 const void *reg, size_t reg_size, in regmap_spmi_base_read() 18 void *val, size_t val_size) in regmap_spmi_base_read() 32 const void *reg, size_t reg_size, in regmap_spmi_base_gather_write() 33 const void *val, size_t val_size) in regmap_spmi_base_gather_write() 70 size_t count) in regmap_spmi_base_write() 106 const void *reg, size_t reg_size, in regmap_spmi_ext_read() 107 void *val, size_t val_size) in regmap_spmi_ext_read() 110 size_t len; in regmap_spmi_ext_read() 122 len = min_t(size_t, val_size, 16); in regmap_spmi_ext_read() 134 len = min_t(size_t, val_siz in regmap_spmi_ext_read() [all...] |
/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | string.c | 36 static inline char *__strnend(const char *s, size_t n) in __strnend() 57 size_t strlen(const char *s) in strlen() 72 size_t strnlen(const char *s, size_t n) in strnlen() 113 char *strncpy(char *dest, const char *src, size_t n) in strncpy() 115 size_t len = __strnend(src, n) - src; in strncpy() 157 size_t strlcat(char *dest, const char *src, size_t n) in strlcat() 159 size_t dsize = __strend(dest) - dest; in strlcat() 160 size_t le in strlcat() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-loader.h | 54 int err, char *buf, size_t size); 56 struct bpf_object *bpf__prepare_load_buffer(void *obj_buf, size_t obj_buf_sz, 64 char *buf, size_t size); 68 char *buf, size_t size); 78 size_t size); 80 int bpf__strerror_apply_obj_config(int err, char *buf, size_t size); 84 int bpf__strerror_setup_output_event(struct evlist *evlist, int err, char *buf, size_t size); 100 size_t obj_buf_sz __maybe_unused) in bpf__prepare_load_buffer() 147 __bpf_strerror(char *buf, size_t size) in __bpf_strerror() 162 char *buf, size_t siz in bpf__strerror_prepare_load() [all...] |
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regmap-spmi.c | 17 const void *reg, size_t reg_size, in regmap_spmi_base_read() 18 void *val, size_t val_size) in regmap_spmi_base_read() 32 const void *reg, size_t reg_size, in regmap_spmi_base_gather_write() 33 const void *val, size_t val_size) in regmap_spmi_base_gather_write() 70 size_t count) in regmap_spmi_base_write() 106 const void *reg, size_t reg_size, in regmap_spmi_ext_read() 107 void *val, size_t val_size) in regmap_spmi_ext_read() 110 size_t len; in regmap_spmi_ext_read() 122 len = min_t(size_t, val_size, 16); in regmap_spmi_ext_read() 134 len = min_t(size_t, val_siz in regmap_spmi_ext_read() [all...] |
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | xdr.h | 67 xdr_buf_init(struct xdr_buf *buf, void *start, size_t len) in xdr_buf_init() 131 size_t xdr_buf_pagecount(struct xdr_buf *buf); 183 extern void xdr_shift_buf(struct xdr_buf *, size_t); 206 extern void _copy_from_pages(char *p, struct page **pages, size_t pgbase, 207 size_t len); 235 extern __be32 *xdr_reserve_space(struct xdr_stream *xdr, size_t nbytes); 237 size_t nbytes); 239 extern void xdr_truncate_encode(struct xdr_stream *xdr, size_t len); 249 extern void xdr_set_scratch_buffer(struct xdr_stream *xdr, void *buf, size_t buflen); 250 extern __be32 *xdr_inline_decode(struct xdr_stream *xdr, size_t nbyte [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.h | 434 size_t (*packing)(void *buf, void *entry_ptr, enum packing_op op); 435 size_t unpacked_entry_size; 436 size_t packed_entry_size; 437 size_t max_entry_count; 442 size_t entry_count; 459 size_t sja1105_table_header_packing(void *buf, void *hdr, enum packing_op op); 462 size_t 493 int sja1105_table_resize(struct sja1105_table *table, size_t new_count); 495 u32 sja1105_crc32(const void *buf, size_t len); 497 void sja1105_pack(void *buf, const u64 *val, int start, int end, size_t le [all...] |
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_ldm.h | 16 #include <linux/zstd.h> /* ZSTD_CCtx, size_t */ 42 size_t ZSTD_ldm_generateSequences( 44 ldmParams_t const* params, void const* src, size_t srcSize); 64 size_t ZSTD_ldm_blockCompress(rawSeqStore_t* rawSeqStore, 67 void const* src, size_t srcSize); 76 void ZSTD_ldm_skipSequences(rawSeqStore_t* rawSeqStore, size_t srcSize, 84 void ZSTD_ldm_skipRawSeqStoreBytes(rawSeqStore_t* rawSeqStore, size_t nbBytes); 90 size_t ZSTD_ldm_getTableSize(ldmParams_t params); 96 size_t ZSTD_ldm_getMaxNbSeq(ldmParams_t params, size_t maxChunkSiz [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-data.h | 101 size_t num_if_rules; 103 size_t num_read_only_regs; 105 size_t num_manufacturer_regs; 207 size_t num_sensor_read_only_regs; 209 size_t num_sensor_manufacturer_regs; 211 size_t num_sensor_rules; 213 size_t num_module_read_only_regs; 215 size_t num_module_manufacturer_regs; 217 size_t num_module_rules; 221 size_t license_lengt [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmaengine.h | 126 size_t size; 127 size_t icg; 128 size_t dst_icg; 129 size_t src_icg; 158 size_t numf; 159 size_t frame_size; 449 size_t peripheral_size; 563 size_t len; 571 size_t len); 574 size_t *payload_le [all...] |
H A D | kstrtox.h | 100 int __must_check kstrtoull_from_user(const char __user *s, size_t count, unsigned int base, unsigned long long *res); 101 int __must_check kstrtoll_from_user(const char __user *s, size_t count, unsigned int base, long long *res); 102 int __must_check kstrtoul_from_user(const char __user *s, size_t count, unsigned int base, unsigned long *res); 103 int __must_check kstrtol_from_user(const char __user *s, size_t count, unsigned int base, long *res); 104 int __must_check kstrtouint_from_user(const char __user *s, size_t count, unsigned int base, unsigned int *res); 105 int __must_check kstrtoint_from_user(const char __user *s, size_t count, unsigned int base, int *res); 106 int __must_check kstrtou16_from_user(const char __user *s, size_t count, unsigned int base, u16 *res); 107 int __must_check kstrtos16_from_user(const char __user *s, size_t count, unsigned int base, s16 *res); 108 int __must_check kstrtou8_from_user(const char __user *s, size_t count, unsigned int base, u8 *res); 109 int __must_check kstrtos8_from_user(const char __user *s, size_t coun [all...] |
/kernel/linux/linux-6.6/lib/zstd/ |
H A D | zstd_compress_module.c | 22 size_t const __ret = (ret); \ 27 static size_t zstd_cctx_init(zstd_cctx *cctx, const zstd_parameters *parameters, in zstd_cctx_init() 69 size_t zstd_compress_bound(size_t src_size) in zstd_compress_bound() 82 size_t zstd_cctx_workspace_bound(const zstd_compression_parameters *cparams) in zstd_cctx_workspace_bound() 88 zstd_cctx *zstd_init_cctx(void *workspace, size_t workspace_size) in zstd_init_cctx() 96 size_t zstd_compress_cctx(zstd_cctx *cctx, void *dst, size_t dst_capacity, in zstd_compress_cctx() 97 const void *src, size_t src_size, const zstd_parameters *parameters) in zstd_compress_cctx() 104 size_t zstd_cstream_workspace_boun [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | string_64.h | 14 extern void *memcpy(void *to, const void *from, size_t len); 15 extern void *__memcpy(void *to, const void *from, size_t len); 18 void *memset(void *s, int c, size_t n); 19 void *__memset(void *s, int c, size_t n); 22 static inline void *memset16(uint16_t *s, uint16_t v, size_t n) in memset16() 34 static inline void *memset32(uint32_t *s, uint32_t v, size_t n) in memset32() 46 static inline void *memset64(uint64_t *s, uint64_t v, size_t n) in memset64() 58 void *memmove(void *dest, const void *src, size_t count); 59 void *__memmove(void *dest, const void *src, size_t count); 61 int memcmp(const void *cs, const void *ct, size_t coun [all...] |