Home
last modified time | relevance | path

Searched refs:soft_limit (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/
Dres_counter.h40 unsigned long long soft_limit; member
164 if (cnt->usage <= cnt->soft_limit) in res_counter_soft_limit_excess()
167 excess = cnt->usage - cnt->soft_limit; in res_counter_soft_limit_excess()
207 unsigned long long soft_limit) in res_counter_set_soft_limit() argument
212 cnt->soft_limit = soft_limit; in res_counter_set_soft_limit()
/linux-2.6.39/kernel/
Dres_counter.c21 counter->soft_limit = RESOURCE_MAX; in res_counter_init()
105 return &counter->soft_limit; in res_counter_member()
/linux-2.6.39/fs/cifs/
Dcifspdu.h1515 __u64 soft_limit; member