/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-loader.c | 188 const char *usage; member 194 .usage = "exec=<full path of file>", 200 .usage = "module=<module name> ", 206 .usage = "inlines=[yes|no] ", 212 .usage = "force=[yes|no] ", 234 pr_debug("\t%s:\t%s\n", bpf_prog_config_terms[i].usage, in do_prog_config()
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | dma-buf.c | 309 * dma_buf_set_name - Set a name to a specific dma_buf to track the usage. 341 enum dma_resv_usage usage; in dma_buf_export_sync_file() local 359 usage = dma_resv_usage_rw(arg.flags & DMA_BUF_SYNC_WRITE); in dma_buf_export_sync_file() 360 ret = dma_resv_get_singleton(dmabuf->resv, usage, &fence); in dma_buf_export_sync_file() 398 enum dma_resv_usage usage; in dma_buf_import_sync_file() local 416 usage = (arg.flags & DMA_BUF_SYNC_WRITE) ? DMA_RESV_USAGE_WRITE : in dma_buf_import_sync_file() 429 dma_resv_add_fence(dmabuf->resv, f, usage); in dma_buf_import_sync_file()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | keyring.c | 216 static struct key_tag default_domain_tag = { .usage = REFCOUNT_INIT(1), }; in key_set_index_key() 240 if (refcount_dec_and_test(&tag->usage)) { in key_put_tag() 891 * Returns a pointer to the found key and increments the key usage count if 1091 * Returns a pointer to the found key with usage count incremented if 1176 * (ie. it has a zero usage count) */ in find_keyring_by_name() 1177 if (!refcount_inc_not_zero(&keyring->usage)) in find_keyring_by_name() 1440 kenter("{%d,%d}", keyring->serial, refcount_read(&keyring->usage)); in key_link() 1453 kdebug("begun {%d,%d}", keyring->serial, refcount_read(&keyring->usage)); in key_link() 1463 kleave(" = %d {%d,%d}", ret, keyring->serial, refcount_read(&keyring->usage)); in key_link()
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | hwrpb.h | 148 unsigned long usage; member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | hwrpb.h | 148 unsigned long usage; member
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-exception-store.h | 106 void (*usage) (struct dm_exception_store *store, member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pxafb.h | 96 uint32_t usage; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | hiddev.h | 56 __u32 usage; member 97 __u32 physical; /* physical usage for this field */ 98 __u32 logical; /* logical usage for this field */ 99 __u32 application; /* application usage for this field */
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-cmedia.c | 96 struct hid_usage *usage, unsigned long **bit, int *max) in cmhid_input_mapping() 94 cmhid_input_mapping(struct hid_device *hid, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) cmhid_input_mapping() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hid-sensor-hub.h | 16 * @usage_id: Parent usage id of a physical device. 42 * @usage_id: Usage id for physical device, E.g. Gyro usage id. 61 * @usage: Usage id for this hub device instance. 71 u32 usage; member 148 * @usage_id: Attribute usage id of parent physical device as per spec 149 * @attr_usage_id: Attribute usage id as per spec 163 * @usage_id: Attribute usage id of parent physical device as per spec 164 * @attr_usage_id: Attribute usage id as per spec
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ptp.h | 32 u8 usage; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kdb.h | 73 char *usage; /* Usage String for this command */ member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pxafb.h | 96 uint32_t usage; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | hiddev.h | 56 __u32 usage; member 97 __u32 physical; /* physical usage for this field */ 98 __u32 logical; /* logical usage for this field */ 99 __u32 application; /* application usage for this field */
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-exception-store.h | 107 void (*usage)(struct dm_exception_store *store, member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | util.h | 27 void usage(const char *err) __noreturn;
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | hiddev.h | 39 __u32 usage; member
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_kdb.c | 153 .usage = "[skip_#entries] [cpu]",
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | hiddev.h | 39 __u32 usage; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | hiddev.h | 26 __u32 usage; member
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_redirect_cpu_user.c | 135 static void usage(char *argv[], struct bpf_object *obj) in usage() function 910 usage(argv, obj); in main() 921 usage(argv, obj); in main() 929 usage(argv, obj); in main()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | unifdef.c | 232 static void usage(void); 259 usage(); in main() 309 usage(); in main() 378 usage(void) in usage() function 380 fprintf(stderr, "usage: unifdef [-bBcdeKknsStV] [-Ipath]" in usage() 1175 usage(); in addsym() 1178 usage(); in addsym()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | rxrpc.c | 148 atomic_set(&call->usage, 1); in afs_alloc_call() 166 int n = atomic_dec_return(&call->usage); in afs_put_call() 201 int u = atomic_inc_return(&call->usage); in afs_get_call() 706 u = atomic_fetch_add_unless(&call->usage, 1, 0); in afs_wake_up_async_call()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/ |
H A D | loopback_test.c | 176 void usage(void) in usage() function 838 usage(); in loopback_run() 960 usage(); in main() 984 usage(); in main()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ctx.c | 961 ktime_t usage[AMDGPU_HW_IP_NUM]) in amdgpu_ctx_mgr_usage() 976 usage[hw_ip] = ns_to_ktime(ns); in amdgpu_ctx_mgr_usage() 989 usage[hw_ip] = ktime_add(usage[hw_ip], spend); in amdgpu_ctx_mgr_usage() 960 amdgpu_ctx_mgr_usage(struct amdgpu_ctx_mgr *mgr, ktime_t usage[AMDGPU_HW_IP_NUM]) amdgpu_ctx_mgr_usage() argument
|