Home
last modified time | relevance | path

Searched refs:c_long (Results 1 – 7 of 7) sorted by relevance

/linux/rust/kernel/sync/
H A Dcondvar.rs10 ffi::{c_int, c_long},
118 timeout_in_jiffies: c_long, in wait_internal() argument
119 ) -> c_long { in wait_internal() argument
/linux/rust/kernel/
H A Dtask.rs21 pub const MAX_SCHEDULE_TIMEOUT: c_long = c_long::MAX;
H A Dprelude.rs28 c_long,
H A Derror.rs175 unsafe { bindings::ERR_PTR(self.0.get() as crate::ffi::c_long).cast() } in to_ptr()
/linux/rust/
H A Dffi.rs41 c_long = isize;
/linux/drivers/android/binder/
H A Drust_binder_main.rs416 ) -> kernel::ffi::c_long { in rust_binder_ioctl() argument
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat507 ctypes.c_int(group_fd), ctypes.c_long(flags))