Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dsyscall.rs12 resource::{RLimit64, RLimitID, RUsage, RUsageWho},
439 resource: usize, in prlimit64()
443 let resource = RLimitID::try_from(resource)?; in prlimit64() localVariable
454 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.rs16 resource::{RLimit64, RUsage},
933 let resource = args[1]; in handle() localVariable
937 Self::prlimit64(pid, resource, new_limit, old_limit) in handle()
1027 let resource = args[0]; in handle() localVariable
1032 resource, in handle()