Searched refs:amt (Results 1 - 2 of 2) sorted by relevance

/include/net/
H A Dsock.h1213 unsigned long amt,
1220 amt << PAGE_SHIFT, &fail);
1226 unsigned long amt)
1228 res_counter_uncharge(&prot->memory_allocated, amt << PAGE_SHIFT);
1249 sk_memory_allocated_add(struct sock *sk, int amt, int *parent_status) argument
1254 memcg_memory_allocated_add(sk->sk_cgrp, amt, parent_status);
1256 atomic_long_add_return(amt, prot->memory_allocated);
1260 return atomic_long_add_return(amt, prot->memory_allocated);
1264 sk_memory_allocated_sub(struct sock *sk, int amt) argument
1269 memcg_memory_allocated_sub(sk->sk_cgrp, amt);
1212 memcg_memory_allocated_add(struct cg_proto *prot, unsigned long amt, int *parent_status) argument
1225 memcg_memory_allocated_sub(struct cg_proto *prot, unsigned long amt) argument
1421 sk_mem_pages(int amt) argument
2061 int amt = 0; local
[all...]
/include/linux/
H A Dsched.h2967 static inline void add_rchar(struct task_struct *tsk, ssize_t amt) argument
2969 tsk->ioac.rchar += amt;
2972 static inline void add_wchar(struct task_struct *tsk, ssize_t amt) argument
2974 tsk->ioac.wchar += amt;
2987 static inline void add_rchar(struct task_struct *tsk, ssize_t amt) argument
2991 static inline void add_wchar(struct task_struct *tsk, ssize_t amt) argument

Completed in 72 milliseconds