Searched refs:usage (Results 1 - 15 of 15) sorted by relevance

/include/linux/
H A Dhiddev.h44 struct hid_usage *usage, __s32 value);
52 struct hid_usage *usage, __s32 value) { }
51 hiddev_hid_event(struct hid_device *hid, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
H A Dres_counter.h29 unsigned long long usage; member in struct:res_counter
31 * the maximal value of the usage from the counter creation
35 * the limit that usage cannot exceed
39 * the limit that usage can be exceed
106 * returns 0 on success and <0 if the counter->usage will exceed the
125 * these calls check for usage underflow and show a warning on the console
139 * Returns the difference between the hard limit and the current usage
148 if (cnt->limit > cnt->usage)
149 margin = cnt->limit - cnt->usage;
157 * Get the difference between the usage an
[all...]
H A Dkdb.h155 static inline int kdb_register(char *cmd, kdb_func_t func, char *usage, argument
157 static inline int kdb_register_repeat(char *cmd, kdb_func_t func, char *usage, argument
H A Dcred.h33 atomic_t usage; member in struct:group_info
51 atomic_inc(&gi->usage);
61 if (atomic_dec_and_test(&(group_info)->usage)) \
103 atomic_t usage; member in struct:cred
208 atomic_inc(&cred->usage);
221 * usage count. The purpose of this is to attempt to catch at compile time the
248 if (atomic_dec_and_test(&(cred)->usage))
H A Dfscache-cache.h40 atomic_t usage; member in struct:fscache_cache_tag
104 atomic_t usage; member in struct:fscache_operation
136 atomic_set(&op->usage, 1);
175 atomic_inc(&op->op.usage);
245 /* increment the usage count on this object (may fail if unmounting) */
491 * fscache_use_cookie - Request usage of cookie attached to an object
494 * Request usage of the cookie attached to an object. NULL is returned if the
495 * relinquishment had reduced the cookie usage count to 0.
514 * fscache_unuse_cookie - Cease usage of cookie attached to an object
517 * Cease usage o
[all...]
H A Dhid.h149 * HID usage tables
348 unsigned usage[HID_MAX_USAGES]; /* usage array */ member in struct:hid_local
363 unsigned usage; member in struct:hid_collection
368 unsigned hid; /* hid usage code */
370 unsigned usage_index; /* index into usage array */
382 unsigned physical; /* physical usage for this field */
383 unsigned logical; /* logical usage for this field */
384 unsigned application; /* application usage for this field */
385 struct hid_usage *usage; /* usag member in struct:hid_field
839 hid_map_usage(struct hid_input *hidinput, struct hid_usage *usage, unsigned long **bit, int *max, __u8 type, __u16 c) argument
874 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 Dkey.h133 atomic_t usage; /* number of references */ member in struct:key
233 atomic_inc(&key->usage);
H A Dcpuidle.h34 unsigned long long usage; member in struct:cpuidle_state_usage
H A Dfscache.h177 atomic_t usage; /* number of users of this cookie */ member in struct:fscache_cookie
H A Dinit_task.h177 .usage = ATOMIC_INIT(2), \
H A Disdn.h93 /* Macros checking plain usage */
325 int drv_index; /* Index to dev->usage */
449 int usage[ISDN_MAX_CHANNELS]; /* Used by tty/ip/voice */ member in struct:isdn_devt
H A Dsched.h1238 atomic_t usage; member in struct:task_struct
1510 u64 acct_rss_mem1; /* accumulated rss usage */
1511 u64 acct_vm_mem1; /* accumulated virtual memory usage */
1855 #define get_task_struct(tsk) do { atomic_inc(&(tsk)->usage); } while(0)
1861 if (atomic_dec_and_test(&t->usage))
/include/uapi/linux/
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 */
H A Dbtrfs.h208 __u64 usage; member in struct:btrfs_balance_args
/include/linux/sunrpc/
H A Dgss_krb5.h242 unsigned int usage, struct xdr_netobj *cksumout);
247 unsigned int usage, struct xdr_netobj *cksum);

Completed in 160 milliseconds