| 222 | } |
| 223 | |
| 224 | static inline int |
| 225 | racct_set(struct proc *p, int resource, uint64_t amount) |
| 226 | { |
| 227 | |
| 228 | return (0); |
| 229 | } |
| 230 | |
| 231 | static inline void |
| 232 | racct_set_force(struct proc *p, int resource, uint64_t amount) |
no outgoing calls
no test coverage detected