Searched defs:unsafe (Results 1 – 11 of 11) sorted by relevance
/linux/rust/pin-init/src/ |
H A D | lib.rs | 1246 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( in pin_init_from_closure() constant 1265 pub const unsafe fn init_from_closure<T: ?Sized, E>( in init_from_closure() constant 1278 pub const unsafe fn cast_pin_init<T, U, E>(init: impl PinInit<T, E>) -> impl PinInit<U, E> { in cast_pin_init() constant 1294 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/ |
H A D | error.rs | 135 const unsafe fn from_errno_unchecked(errno: crate::ffi::c_int) -> Error { in from_errno_unchecked() constant
|
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 | lib.rs | 185 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() constant
|
H A D | str.rs | 278 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { in from_bytes_with_nul_unchecked() 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/alloc/ |
H A D | kbox.rs | 176 pub const unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() constant
|
/linux/kernel/printk/ |
H A D | nbcon.c | 806 static bool __nbcon_context_update_unsafe(struct nbcon_context *ctxt, bool unsafe) in __nbcon_context_update_unsafe()
|
/linux/include/linux/ |
H A D | console.h | 225 unsigned int unsafe : 1; member
|
/linux/mm/kasan/ |
H A D | kasan_test_c.c | 733 static void kasan_atomics_helper(struct kunit *test, void *unsafe, void *safe) in kasan_atomics_helper()
|