Home
last modified time | relevance | path

Searched refs:force_get_mut (Results 1 – 9 of 9) sorted by relevance

/DragonOS/kernel/src/mm/
H A Dpercpu.rs104 pub unsafe fn force_get_mut(&self, cpu_id: ProcessorId) -> &mut T { in force_get_mut() method
/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs169 unsafe { self.cpuhp_state.force_get_mut(cpu_id) } in cpuhp_state_mut()
178 let p = self.cpuhp_state.force_get_mut(cpu_id); in set_cpuhp_state()
/DragonOS/kernel/src/bpf/map/
H A Dlru.rs144 .force_get_mut(ProcessorId::new(cpu)) in lookup_percpu_elem()
H A Dhash_map.rs146 .force_get_mut(ProcessorId::new(cpu)) in lookup_percpu_elem()
H A Darray_map.rs208 .force_get_mut(ProcessorId::new(cpu)) in lookup_percpu_elem()
/DragonOS/kernel/src/driver/net/e1000e/
H A De1000e_driver.rs70 fn force_get_mut(&self) -> &mut E1000EDriver { in force_get_mut() method
341 let poll_res = guard.poll(timestamp, self.driver.force_get_mut(), sockets); in poll()
/DragonOS/kernel/src/driver/net/
H A Dloopback.rs161 fn force_get_mut(&self) -> &mut LoopbackDriver { in force_get_mut() method
506 let poll_res = guard.poll(timestamp, self.driver.force_get_mut(), sockets); in poll()
H A Dvirtio_net.rs347 fn force_get_mut(&self) -> &mut <VirtIONicDeviceInnerWrapper as Deref>::Target { in force_get_mut() method
677 let poll_res = guard.poll(timestamp, self.device_inner.force_get_mut(), sockets); in poll()
/DragonOS/kernel/src/driver/irqchip/
H A Driscv_sifive_plic.rs527 .force_get_mut(cpu) in do_riscv_sifive_plic_init()