| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1248 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( in pin_init_from_closure() constant 1267 pub const unsafe fn init_from_closure<T: ?Sized, E>( in init_from_closure() constant 1280 pub const unsafe fn cast_pin_init<T, U, E>(init: impl PinInit<T, E>) -> impl PinInit<U, E> { in cast_pin_init() constant 1296 pub const unsafe fn cast_init<T, U, E>(init: impl Init<T, E>) -> impl Init<U, E> { in cast_init() constant
|
| /linux/rust/kernel/sync/lock/ |
| H A D | global.rs | 47 pub const unsafe fn new(data: B::Item) -> Self { in new() constant
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 700 pub const unsafe fn new() -> Self { in new() constant 709 pub const unsafe fn add<const I: usize, const ID: u64, O>( in add() constant
|
| H A D | error.rs | 153 const unsafe fn from_errno_unchecked(errno: crate::ffi::c_int) -> Error { in from_errno_unchecked() constant
|
| H A D | device_id.rs | 88 const unsafe fn build(ids: [(T, U); N], data_offset: Option<usize>) -> Self { in build() constant
|
| H A D | lib.rs | 221 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() constant
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 140 const unsafe fn from_repr<T: AtomicType>(r: T::Repr) -> T { in from_repr() constant
|
| /linux/arch/x86/boot/ |
| H A D | video-mode.c | 31 void probe_cards(int unsafe) in probe_cards()
|
| H A D | video.h | 76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
| /linux/rust/kernel/debugfs/ |
| H A D | file_ops.rs | 35 const unsafe fn new(operations: bindings::file_operations, mode: u16) -> Self { in new() constant
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 179 pub const unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() constant
|
| H A D | kvec.rs | 202 pub const unsafe fn inc_len(&mut self, additional: usize) { in inc_len() constant
|
| /linux/security/apparmor/ |
| H A D | domain.c | 872 bool *unsafe) in handle_onexec() 926 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
|
| /linux/rust/kernel/io/ |
| H A D | resource.rs | 91 pub(crate) const unsafe fn from_raw<'a>(ptr: *mut bindings::resource) -> &'a Self { in from_raw() constant
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 288 const unsafe fn __new(value: T) -> Self { in __new() constant
|
| /linux/drivers/android/binder/ |
| H A D | page_range.rs | 59 pub(crate) const unsafe fn new() -> Self { in new() constant
|
| /linux/include/linux/ |
| H A D | console.h | 229 unsigned int unsafe : 1; member
|
| /linux/kernel/printk/ |
| H A D | nbcon.c | 832 static bool __nbcon_context_update_unsafe(struct nbcon_context *ctxt, bool unsafe) in __nbcon_context_update_unsafe()
|
| /linux/mm/kasan/ |
| H A D | kasan_test_c.c | 768 static void kasan_atomics_helper(struct kunit *test, void *unsafe, void *safe) in kasan_atomics_helper()
|
| /linux/rust/syn/ |
| H A D | item.rs | 2218 unsafety: Option<Token![unsafe]>, in parse_rest_of_trait()
|