Home
last modified time | relevance | path

Searched defs:ksize (Results 1 – 14 of 14) sorted by relevance

/linux/arch/powerpc/platforms/powernv/
H A Dopal-secvar.c57 static int opal_get_variable(const char *key, u64 ksize, u8 *data, u64 *dsize) in opal_get_variable()
89 static int opal_set_variable(const char *key, u64 ksize, u8 *data, u64 dsize) in opal_set_variable()
/linux/include/linux/
H A Dsockptr.h77 static inline int copy_safe_from_sockptr(void *dst, size_t ksize, in copy_safe_from_sockptr() argument
87 static inline int copy_struct_from_sockptr(void *dst, size_t ksize, in copy_struct_from_sockptr() argument
[all...]
H A Duaccess.h400 copy_struct_from_user(void * dst,size_t ksize,const void __user * src,size_t usize) copy_struct_from_user() argument
498 copy_struct_to_user(void __user * dst,size_t usize,const void * src,size_t ksize,bool * ignored_trailing) copy_struct_to_user() argument
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_get_stack_rawtp.c62 long usize, ksize; in bpf_prog1() local
/linux/drivers/dma-buf/
H A Ddma-heap.c137 unsigned int in_size, out_size, drv_size, ksize; dma_heap_ioctl() local
/linux/arch/alpha/boot/
H A Dmisc.c152 size_t ksize, in decompress_kernel()
/linux/security/landlock/
H A Dsyscalls.c64 copy_min_struct_from_user(void * const dst,const size_t ksize,const size_t ksize_min,const void __user * const src,const size_t usize) copy_min_struct_from_user() argument
/linux/drivers/gpu/drm/
H A Ddrm_ioctl.c833 unsigned int in_size, out_size, drv_size, ksize; in drm_ioctl() local
/linux/net/sched/
H A Dact_pedit.c172 int i, ksize; tcf_pedit_init() local
/linux/drivers/crypto/
H A Dpadlock-aes.c50 ksize:2; member
/linux/crypto/
H A Dtestmgr.c828 prepare_keybuf(const u8 * key,unsigned int ksize,const struct testvec_config * cfg,unsigned int alignmask,const u8 ** keybuf_ret,const u8 ** keyptr_ret) prepare_keybuf() argument
854 do_setkey(setkey_f,tfm,key,ksize,cfg,alignmask) global() argument
[all...]
/linux/drivers/nvmem/
H A Dcore.c85 unsigned int kend, ksize; in nvmem_access_with_keepouts() local
[all...]
/linux/include/net/netfilter/
H A Dnf_tables.h495 u32 (*ksize)(u32 size); member
/linux/mm/
H A Dslub.c6448 size_t ksize(const void *objp) ksize() function