Home
last modified time | relevance | path

Searched defs:const (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/drivers/usb/gadget/function/
Dstorage_common.h38 # define dump_msg(fsg, /* const char * */ label, \ argument
52 # define dump_msg(fsg, /* const char * */ label, \ argument
/Linux-v6.1/security/landlock/
Dsyscalls.c158 const struct landlock_ruleset_attr __user *const, attr, in SYSCALL_DEFINE3() argument
307 const void __user *const, rule_attr, const __u32, flags) in SYSCALL_DEFINE4() argument
/Linux-v6.1/rust/alloc/
Dboxed.rs1200 impl<T> const Default for Box<[T]> { impl
1210 impl const Default for Box<str> { impl
1407 impl<T: ?Sized, A: Allocator> const From<Box<T, A>> for Pin<Box<T, A>> impl
1787 impl<T: ?Sized, A: Allocator> const Deref for Box<T, A> { impl
1797 impl<T: ?Sized, A: Allocator> const DerefMut for Box<T, A> { impl
1977 impl<T: ?Sized, A: Allocator> const Unpin for Box<T, A> where A: 'static {} impl
Dborrow.rs336 impl<B: ?Sized + ToOwned> const Deref for Cow<'_, B> impl
/Linux-v6.1/arch/powerpc/xmon/
Dansidecl.h116 #define const macro
/Linux-v6.1/arch/sparc/include/uapi/asm/
Dtraps.h20 #define SPARC_MOV_CONST_L3(const) (0xa6102000 | (const&0xfff)) argument
/Linux-v6.1/scripts/kconfig/
Dqconf.cc246 const QModelIndex &index) const in createEditor() argument
264 const QModelIndex &index) const in setModelData() argument
/Linux-v6.1/arch/alpha/include/asm/
Dio.h155 REMAP1(unsigned int, ioread8, const) in REMAP1() argument
/Linux-v6.1/drivers/of/
Dfdt.c852 const void * (*get_next_compat)(const char * const**)) in of_flat_dt_match_machine() argument
/Linux-v6.1/rust/alloc/vec/
Dmod.rs2914 impl<T> const Default for Vec<T> { impl