Home
last modified time | relevance | path

Searched defs:push (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/bpf/map/
H A Dqueue.rs20 fn push(&mut self, value: BpfQueueValue, flags: BpfMapUpdateElemFlags) -> Result<()>; in push() method
56 fn push(&mut self, value: BpfQueueValue, flags: BpfMapUpdateElemFlags) -> Result<()> { in push() method
104 fn push(&mut self, value: BpfQueueValue, flags: BpfMapUpdateElemFlags) -> Result<()> { in push() method
/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs343 pub fn push(self) -> &'i mut BpfCode { in push() method
411 pub fn push(self) -> &'i mut BpfCode { in push() method
452 pub fn push(self) -> &'i mut BpfCode { in push() method
485 pub fn push(self) -> &'i mut BpfCode { in push() method
538 pub fn push(self) -> &'i mut BpfCode { in push() method
598 pub fn push(self) -> &'i mut BpfCode { in push() method
627 pub fn push(self) -> &'i mut BpfCode { in push() method
/DragonOS/kernel/src/filesystem/procfs/
H A Dkmsg.rs54 pub fn push(&mut self, msg: LogMessage) { in push() method