/kernel/linux/linux-5.10/include/linux/ |
H A D | hid-sensor-hub.h | 71 u32 usage; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum2_kvdl.c | 49 unsigned long usage[]; /* Usage bits */ member
|
H A D | spectrum_cnt.c | 23 unsigned long *usage; /* Usage bitmap */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_int.h | 245 struct qed_sb_cnt_info usage; member
|
/kernel/linux/linux-6.6/include/drm/ttm/ |
H A D | ttm_resource.h | 176 uint64_t usage; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kvm_types.h | 77 enum pfn_cache_usage usage; member
|
H A D | hid-sensor-hub.h | 71 u32 usage; member
|
H A D | hugetlb_cgroup.h | 39 unsigned long usage[HUGE_MAX_HSTATE]; member
|
/kernel/linux/linux-6.6/drivers/video/logo/ |
H A D | pnmtologo.c | 426 static void usage(void) in usage() function
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | rstat.c | 483 u64 usage, utime, stime; in cgroup_base_stat_cputime_show() local
|
H A D | misc.c | 298 u64 usage; in misc_cg_current_show() local [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | queue_stack_maps.c | 262 u64 usage = sizeof(struct bpf_queue_stack); in queue_stack_map_mem_usage() local
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | dma-resv.c | 209 enum dma_resv_usage usage; in dma_resv_reserve_fences() local 70 dma_resv_list_entry(struct dma_resv_list *list, unsigned int index, struct dma_resv *resv, struct dma_fence **fence, enum dma_resv_usage *usage) dma_resv_list_entry() argument 84 dma_resv_list_set(struct dma_resv_list *list, unsigned int index, struct dma_fence *fence, enum dma_resv_usage usage) dma_resv_list_set() argument 280 dma_resv_add_fence(struct dma_resv *obj, struct dma_fence *fence, enum dma_resv_usage usage) dma_resv_add_fence() argument 335 dma_resv_replace_fences(struct dma_resv *obj, uint64_t context, struct dma_fence *replacement, enum dma_resv_usage usage) dma_resv_replace_fences() argument 561 dma_resv_get_fences(struct dma_resv *obj, enum dma_resv_usage usage, unsigned int *num_fences, struct dma_fence ***fences) dma_resv_get_fences() argument 619 dma_resv_get_singleton(struct dma_resv *obj, enum dma_resv_usage usage, struct dma_fence **fence) dma_resv_get_singleton() argument 670 dma_resv_wait_timeout(struct dma_resv *obj, enum dma_resv_usage usage, bool intr, unsigned long timeout) dma_resv_wait_timeout() argument 701 dma_resv_set_deadline(struct dma_resv *obj, enum dma_resv_usage usage, ktime_t deadline) dma_resv_set_deadline() argument 728 dma_resv_test_signaled(struct dma_resv *obj, enum dma_resv_usage usage) dma_resv_test_signaled() argument 753 static const char *usage[] = { "kernel", "write", "read", "bookkeep" }; dma_resv_describe() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.c | 378 enum dma_resv_usage usage; in nouveau_fence_sync() local
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-cmedia.c | 136 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
|
H A D | hid-plantronics.c | 50 plantronics_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) plantronics_input_mapping() argument 120 plantronics_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) plantronics_event() argument [all...] |
H A D | hid-uclogic-core.c | 65 uclogic_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) uclogic_input_mapping() argument
|
H A D | hid-lg.c | 571 static int lg_wireless_mapping(struct hid_input *hi, struct hid_usage *usage, in lg_wireless_mapping() argument 538 lg_ultrax_remote_mapping(struct hid_input *hi, struct hid_usage *usage, unsigned long **bit, int *max) lg_ultrax_remote_mapping() argument 632 lg_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lg_input_mapping() argument 681 lg_input_mapped(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) lg_input_mapped() argument 722 lg_event(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage, __s32 value) lg_event() argument [all...] |
/kernel/linux/linux-6.6/drivers/leds/trigger/ |
H A D | ledtrig-activity.c | 39 unsigned int usage; in led_activity_function() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 186 int usage; in siw_get_tx_cpu() local
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | compaction-times.py | 14 usage = "usage: perf script report compaction-times.py -- [-h] [-u] [-p|-pv] [-t | [-m] [-fs] [-ms]] [pid|pid-range|comm-regex]\n" variable
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | mem-functions.c | 114 const char *const *usage; member
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | cookie_uid_helper_example.c | 276 static int usage(void) in usage() function
|
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
H A D | gss_krb5_test.c | 29 const struct xdr_netobj *usage; member 1121 struct xdr_netobj usage = { rfc6803_encrypt_case() local 1616 struct xdr_netobj usage = { rfc8009_encrypt_case() local [all...] |
H A D | gss_krb5_internal.h | 138 krb5_derive_key(struct krb5_ctx *kctx, const struct xdr_netobj *inkey, struct xdr_netobj *outkey, u32 usage, u8 seed, gfp_t gfp_mask) krb5_derive_key() argument
|