Home
last modified time | relevance | path

Searched defs:unsafe (Results 1 – 15 of 15) sorted by relevance

/linux/rust/pin-init/src/
H A Dlib.rs1246 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( pin_init_from_closure() constant
1265 pub const unsafe fn init_from_closure<T: ?Sized, E>( init_from_closure() constant
1278 pub const unsafe fn cast_pin_init<T, U, E>(init: impl PinInit<T, E>) -> impl PinInit<U, E> { cast_pin_init() constant
1294 pub const unsafe fn cast_init<T, U, E>(init: impl Init<T, E>) -> impl Init<U, E> { cast_init() constant
[all...]
/linux/rust/kernel/
H A Dconfigfs.rs700 pub const unsafe fn new() -> Self { new() constant
709 pub const unsafe fn add<const I: usize, const ID: u64, O>( add() constant
[all...]
H A Derror.rs136 const unsafe fn from_errno_unchecked(errno: crate::ffi::c_int) -> Error { from_errno_unchecked() constant
[all...]
H A Ddevice_id.rs88 const unsafe fn build(ids: [(T, U); N], data_offset: Option<usize>) -> Self { in build() constant
[all...]
H A Dlib.rs209 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() constant
H A Dstr.rs287 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { from_bytes_with_nul_unchecked() constant
[all...]
/linux/rust/kernel/sync/
H A Datomic.rs138 const unsafe fn from_repr<T: AtomicType>(r: T::Repr) -> T { in from_repr() constant
/linux/arch/x86/boot/
H A Dvideo-mode.c31 void probe_cards(int unsafe) in probe_cards()
H A Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
/linux/rust/kernel/alloc/
H A Dkbox.rs179 pub const unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() constant
H A Dkvec.rs202 pub const unsafe fn inc_len(&mut self, additional: usize) { in inc_len() constant
/linux/security/apparmor/
H A Ddomain.c872 bool *unsafe) in handle_onexec()
926 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
/linux/rust/kernel/io/
H A Dresource.rs88 pub(crate) const unsafe fn from_raw<'a>(ptr: *mut bindings::resource) -> &'a Self { in from_raw() constant
/linux/kernel/printk/
H A Dnbcon.c825 static bool __nbcon_context_update_unsafe(struct nbcon_context *ctxt, bool unsafe) in __nbcon_context_update_unsafe()
/linux/mm/kasan/
H A Dkasan_test_c.c768 static void kasan_atomics_helper(struct kunit *test, void *unsafe, void *safe) in kasan_atomics_helper()