Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/process/
H A Dsyscall.rs18 resource::{RLimit64, RLimitID, RUsage, RUsageWho},
503 resource: usize, in prlimit64()
507 let resource = RLimitID::try_from(resource)?; in prlimit64() localVariable
518 match resource { in prlimit64()
H A Dexit.rs18 abi::WaitOption, pid::PidType, resource::RUsage, Pid, ProcessControlBlock, ProcessManager,
H A Dmod.rs79 pub mod resource; module
/DragonOS/kernel/src/syscall/
H A Dmod.rs17 resource::{RLimit64, RUsage},
968 let resource = args[1]; in handle() localVariable
972 Self::prlimit64(pid, resource, new_limit, old_limit) in handle()
1086 let resource = args[0]; in handle() localVariable
1091 resource, in handle()