Searched refs:sz (Results 1 - 25 of 739) sorted by path

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Dbarrier.h83 unsigned long sz)
92 : "r" (idx), "Ir" (sz)
82 array_index_mask_nospec(unsigned long idx, unsigned long sz) argument
/linux-master/arch/arm64/kernel/
H A Dsys32.c24 compat_size_t, sz, struct compat_statfs64 __user *, buf)
35 if (sz == 88)
36 sz = 84;
38 return kcompat_sys_statfs64(pathname, sz, buf);
41 COMPAT_SYSCALL_DEFINE3(aarch32_fstatfs64, unsigned int, fd, compat_size_t, sz,
45 if (sz == 88)
46 sz = 84;
48 return kcompat_sys_fstatfs64(fd, sz, buf);
/linux-master/arch/m68k/include/asm/
H A Dopenprom.h41 char * (*v2_dumb_mem_alloc)(char *va, unsigned sz);
42 void (*v2_dumb_mem_free)(char *va, unsigned sz);
45 char * (*v2_dumb_mmap)(char *virta, int which_io, unsigned paddr, unsigned sz);
/linux-master/arch/mips/include/asm/
H A Dmips-gic.h30 #define GIC_ACCESSOR_RO(sz, off, name) \
31 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_SHARED_OFS + off, name)
34 #define GIC_ACCESSOR_RW(sz, off, name) \
35 CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_SHARED_OFS + off, name)
38 #define GIC_VX_ACCESSOR_RO(sz, off, name) \
39 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_LOCAL_OFS + off, vl_##name) \
40 CPS_ACCESSOR_RO(gic, sz, MIPS_GIC_REDIR_OFS + off, vo_##name)
43 #define GIC_VX_ACCESSOR_RW(sz, off, name) \
44 CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_LOCAL_OFS + off, vl_##name) \
45 CPS_ACCESSOR_RW(gic, sz, MIPS_GIC_REDIR_OF
[all...]
/linux-master/arch/sh/mm/
H A Dtlb-debugfs.c97 const char *sz = " ?"; local
123 sz = tlb_sizes[i].size;
127 sz, valid ? "V" : "-",
/linux-master/arch/sparc/include/asm/
H A Dopenprom.h33 char * (*v2_dumb_mem_alloc)(char *va, unsigned int sz);
34 void (*v2_dumb_mem_free)(char *va, unsigned int sz);
37 char * (*v2_dumb_mmap)(char *virta, int which_io, unsigned int paddr, unsigned int sz);
/linux-master/drivers/dma/qcom/
H A Dhidma_dbg.c119 resource_size_t sz; local
124 sz = resource_size(dmadev->trca_resource);
125 seq_printf(s, "dev_trca_size=%pa\n", &sz);
128 sz = resource_size(dmadev->evca_resource);
129 seq_printf(s, "dev_evca_size=%pa\n", &sz);
/linux-master/drivers/hwtracing/stm/
H A Dp_basic.c18 ssize_t sz; local
20 sz = stm_data_write(data, m, c, true, buf, count);
21 if (sz > 0)
24 return sz;
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h355 #define h_reg_crq(ua, tok, sz) \
356 plpar_hcall_norets(H_REG_CRQ, ua, tok, sz)
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_debug.h151 * @sz: number of dwords
154 _debug_dump_mf(void *mpi_request, int sz) argument
160 for (i = 0; i < sz; i++) {
170 * @sz: number of dwords
173 _debug_dump_reply(void *mpi_request, int sz) argument
179 for (i = 0; i < sz; i++) {
189 * @sz: number of dwords
192 _debug_dump_config(void *mpi_request, int sz) argument
198 for (i = 0; i < sz; i++) {
/linux-master/fs/ubifs/
H A Dlog.c618 int sz = ALIGN(*offs, c->min_io_size), err; local
620 ubifs_pad(c, buf + *offs, sz - *offs);
621 err = ubifs_leb_change(c, *lnum, buf, sz);
697 int sz = ALIGN(offs, c->min_io_size); local
699 ubifs_pad(c, buf + offs, sz - offs);
700 err = ubifs_leb_change(c, write_lnum, buf, sz);
/linux-master/include/math-emu/
H A Dop-1.h46 #define _FP_FRAC_SRS_1(X,N,sz) __FP_FRAC_SRS_1(X##_f, N, sz)
48 #define __FP_FRAC_SRS_1(X,N,sz) \
H A Dop-2.h67 #define _FP_FRAC_SRS_2(X, N, sz) ( \
/linux-master/lib/zlib_inflate/
H A Dinfutil.c9 int zlib_inflate_blob(void *gunzip_buf, unsigned int sz, argument
30 strm->avail_out = sz;
37 rc = sz - strm->avail_out;
/linux-master/net/xfrm/
H A Dxfrm_hash.c16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) argument
20 if (sz <= PAGE_SIZE)
21 n = kzalloc(sz, GFP_KERNEL);
23 n = vzalloc(sz);
27 get_order(sz));
32 void xfrm_hash_free(struct hlist_head *n, unsigned int sz) argument
34 if (sz <= PAGE_SIZE)
39 free_pages((unsigned long)n, get_order(sz));
/linux-master/tools/include/linux/
H A Dhashtable.h31 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) argument
35 for (i = 0; i < sz; i++)
69 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) argument
73 for (i = 0; i < sz; i++)
/linux-master/tools/include/uapi/linux/
H A Dnetlink.h191 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/linux-master/tools/lib/subcmd/
H A Dpager.c74 struct winsize sz; local
80 if (ioctl(1, TIOCGWINSZ, &sz) == 0)
81 pager_columns = sz.ws_col;
/linux-master/tools/perf/util/
H A Dcall-path.c58 if (cpr->next < cpr->sz) {
66 cpr->sz += CALL_PATH_BLOCK_SIZE;
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c179 int sz; member in struct:__anon1444
198 sigmask_desc.sz = 8; /* bytes */
/linux-master/arch/arc/include/asm/
H A Darcregs.h211 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; member in struct:bcr_cache
213 unsigned int ver:8, config:4, sz:4, line_len:4, pad:12;
219 unsigned int pad:24, way:2, lsz:2, sz:4; member in struct:bcr_slc_cfg
221 unsigned int sz:4, lsz:2, way:2, pad:24;
251 unsigned int base:16, pad:5, sz:3, ver:8; member in struct:bcr_iccm_arcompact
253 unsigned int ver:8, sz:3, pad:5, base:16;
267 unsigned int res:21, sz:3, ver:8; member in struct:bcr_dccm_arcompact
269 unsigned int ver:8, sz:3, res:21;
H A Dcacheflush.h34 void dma_cache_wback_inv(phys_addr_t start, unsigned long sz);
35 void dma_cache_inv(phys_addr_t start, unsigned long sz);
36 void dma_cache_wback(phys_addr_t start, unsigned long sz);
H A Duaccess.h14 * -Added option to (UN)inline copy_(to|from)_user to reduce code sz
28 #define __get_user_fn(sz, u, k) \
31 switch (sz) { \
89 #define __put_user_fn(sz, u, k) \
92 switch (sz) { \
185 * Hand-crafted constant propagation to reduce code sz of the
/linux-master/arch/arc/kernel/
H A Dsetup.c52 unsigned int sz; member in struct:cpuinfo_arc::__anon4
131 info->iccm.sz = 4096 << iccm.sz; /* 8K to 512K */
138 info->dccm.sz = 2048 << dccm.sz; /* 2K to 256K */
251 info->iccm.sz = 256 << iccm.sz00; /* 512B to 16M */
253 info->iccm.sz <<= iccm.sz01;
261 info->dccm.sz = 256 << dccm.sz0;
263 info->dccm.sz <<= dccm.sz1;
356 if (info->dccm.sz || inf
[all...]
H A Dunwind.c179 static void *__init unw_hdr_alloc_early(unsigned long sz) argument
181 return memblock_alloc_from(sz, sizeof(unsigned int), MAX_DMA_ADDRESS);
360 static void *unw_hdr_alloc(unsigned long sz) argument
362 return kmalloc(sz, GFP_KERNEL);

Completed in 415 milliseconds

1234567891011>>