Searched refs:usage (Results 1 – 12 of 12) sorted by relevance
/include/linux/ |
D | res_counter.h | 28 unsigned long long usage; member 151 if (cnt->limit > cnt->usage) in res_counter_margin() 152 margin = cnt->limit - cnt->usage; in res_counter_margin() 173 if (cnt->usage <= cnt->soft_limit) in res_counter_soft_limit_excess() 176 excess = cnt->usage - cnt->soft_limit; in res_counter_soft_limit_excess() 186 cnt->max_usage = cnt->usage; in res_counter_reset_max() 206 if (cnt->usage <= limit) { in res_counter_set_limit()
|
D | cred.h | 32 atomic_t usage; member 50 atomic_inc(&gi->usage); in get_group_info() 60 if (atomic_dec_and_test(&(group_info)->usage)) \ 84 atomic_t usage; member 117 atomic_t usage; member 221 atomic_inc(&cred->usage); in get_new_cred() 261 if (atomic_dec_and_test(&(cred)->usage)) in put_cred()
|
D | hid.h | 354 unsigned usage[HID_MAX_USAGES]; /* usage array */ member 369 unsigned usage; member 390 struct hid_usage *usage; /* usage table for this function */ member 658 struct hid_usage *usage, __s32 value); 665 struct hid_usage *usage, unsigned long **bit, int *max); 668 struct hid_usage *usage, unsigned long **bit, int *max); 671 struct hid_usage *usage); 766 struct hid_usage *usage, unsigned long **bit, int *max, in hid_map_usage() argument 771 usage->type = type; in hid_map_usage() 772 usage->code = c; in hid_map_usage() [all …]
|
D | hiddev.h | 55 __u32 usage; member 227 struct hid_usage *usage, __s32 value); 235 struct hid_usage *usage, __s32 value) { } in hiddev_hid_event() argument
|
D | fscache-cache.h | 40 atomic_t usage; member 93 atomic_t usage; member 124 atomic_set(&op->usage, 1); in fscache_operation_init() 161 atomic_inc(&op->op.usage); in fscache_get_retrieval() 285 atomic_t usage; /* number of users of this cookie */ member
|
D | key.h | 125 atomic_t usage; /* number of references */ member 207 atomic_inc(&key->usage); in key_get()
|
D | cpuidle.h | 37 unsigned long long usage; member
|
D | init_task.h | 155 .usage = ATOMIC_INIT(2), \
|
D | isdn.h | 597 int usage[ISDN_MAX_CHANNELS]; /* Used by tty/ip/voice */ member
|
D | sched.h | 1268 atomic_t usage; member 1797 #define get_task_struct(tsk) do { atomic_inc(&(tsk)->usage); } while(0) 1803 if (atomic_dec_and_test(&t->usage)) in put_task_struct()
|
/include/linux/sunrpc/ |
D | gss_krb5.h | 242 unsigned int usage, struct xdr_netobj *cksumout); 247 unsigned int usage, struct xdr_netobj *cksum);
|
/include/acpi/ |
D | processor.h | 64 u32 usage; member
|