Searched defs:usage (Results 1 - 10 of 10) sorted by relevance

/include/linux/
H A Dres_counter.h28 unsigned long long usage; member in struct:res_counter
30 * the maximal value of the usage from the counter creation
34 * the limit that usage cannot exceed
38 * the limit that usage can be exceed
110 * returns 0 on success and <0 if the counter->usage will exceed the
131 * these calls check for usage underflow and show a warning on the console
142 * Returns the difference between the hard limit and the current usage
151 if (cnt->limit > cnt->usage)
152 margin = cnt->limit - cnt->usage;
160 * Get the difference between the usage an
[all...]
H A Dcpuidle.h37 unsigned long long usage; member in struct:cpuidle_state_usage
66 * @st_usage: the state usage statistics
75 * @st_usage: the state usage statistics
H A Dcred.h32 atomic_t usage; member in struct:group_info
50 atomic_inc(&gi->usage);
60 if (atomic_dec_and_test(&(group_info)->usage)) \
84 atomic_t usage; member in struct:thread_group_cred
117 atomic_t usage; member in struct:cred
221 atomic_inc(&cred->usage);
234 * usage count. The purpose of this is to attempt to catch at compile time the
261 if (atomic_dec_and_test(&(cred)->usage))
H A Dhiddev.h55 __u32 usage; member in struct:hiddev_collection_info
96 __u32 physical; /* physical usage for this field */
97 __u32 logical; /* logical usage for this field */
98 __u32 application; /* application usage for this field */
227 struct hid_usage *usage, __s32 value);
235 struct hid_usage *usage, __s32 value) { }
234 hiddev_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
H A Dkey.h125 atomic_t usage; /* number of references */ member in struct:key
207 atomic_inc(&key->usage);
H A Dfscache-cache.h40 atomic_t usage; member in struct:fscache_cache_tag
93 atomic_t usage; member in struct:fscache_operation
124 atomic_set(&op->usage, 1);
161 atomic_inc(&op->op.usage);
218 /* increment the usage count on this object (may fail if unmounting) */
285 atomic_t usage; /* number of users of this cookie */ member in struct:fscache_cookie
H A Dhid.h186 * HID usage tables
354 unsigned usage[HID_MAX_USAGES]; /* usage array */ member in struct:hid_local
369 unsigned usage; member in struct:hid_collection
374 unsigned hid; /* hid usage code */
387 unsigned physical; /* physical usage for this field */
388 unsigned logical; /* logical usage for this field */
389 unsigned application; /* application usage for this field */
390 struct hid_usage *usage; /* usage tabl member in struct:hid_field
758 hid_map_usage(struct hid_input *hidinput, struct hid_usage *usage, unsigned long **bit, int *max, __u8 type, __u16 c) argument
793 hid_map_usage_clear(struct hid_input *hidinput, struct hid_usage *usage, unsigned long **bit, int *max, __u8 type, __u16 c) argument
[all...]
H A Disdn.h81 #define ISDN_USAGE_MASK 7 /* Mask to get plain usage */
218 /* Macros checking plain usage */
468 int drv_index; /* Index to dev->usage */
597 int usage[ISDN_MAX_CHANNELS]; /* Used by tty/ip/voice */ member in struct:isdn_devt
H A Dsched.h827 #if 0 /* BITS_PER_LONG > 32 -- currently broken: it increases power usage under light load */
1267 atomic_t usage; member in struct:task_struct
1522 u64 acct_rss_mem1; /* accumulated rss usage */
1523 u64 acct_vm_mem1; /* accumulated virtual memory usage */
1613 unsigned long nr_pages; /* uncharged usage */
1614 unsigned long memsw_nr_pages; /* uncharged mem+swap usage */
1791 #define get_task_struct(tsk) do { atomic_inc(&(tsk)->usage); } while(0)
1797 if (atomic_dec_and_test(&t->usage))
/include/acpi/
H A Dprocessor.h64 u32 usage; member in struct:acpi_processor_cx

Completed in 546 milliseconds