Searched refs:usage (Results 401 - 425 of 513) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/net/
H A Dtest_bridge_neigh_suppress.sh761 usage() function
764 usage: ${0##*/} OPTS
785 h) usage; exit 0;;
786 *) usage; exit 1;;
H A Dmsg_zerocopy.c694 static void usage(const char *filepath) function
782 usage(argv[0]);
H A Dbareudp.sh508 usage() function
518 *) usage;;
H A Dudpgso_bench_tx.c430 static void usage(const char *filepath) function
524 usage(argv[0]);
H A Dtest_vxlan_vnifiltering.sh560 h) usage; exit 0;;
561 *) usage; exit 1;;
H A Dfdb_flush.sh777 h) usage; exit 0;;
778 *) usage; exit 1;;
H A Dveth.sh201 usage() { function
211 usage $0
/linux-master/security/keys/
H A Dgc.c221 if (refcount_read(&key->usage) == 0)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c278 u64 usage = 0; local
287 usage += amdgpu_vram_mgr_vis_size(adev, block);
289 return usage;
318 man->usage += rsv->size;
834 drm_printf(printer, " vis usage:%llu\n",
/linux-master/include/drm/ttm/
H A Dttm_resource.h173 * @usage: How much of the resources are used, protected by the
176 uint64_t usage; member in struct:ttm_resource_manager
265 * @base: Embedded struct ttm_kmap_iter providing the usage interface.
305 * @used: usage state to set.
/linux-master/init/
H A Dinit_task.c71 .usage = REFCOUNT_INIT(2),
/linux-master/net/core/
H A Dsock_map.c817 u64 usage = sizeof(struct bpf_stab); local
819 usage += (u64)map->max_entries * sizeof(struct sock *);
820 return usage;
1430 u64 usage = sizeof(*htab); local
1432 usage += htab->buckets_num * sizeof(struct bpf_shtab_bucket);
1433 usage += atomic_read(&htab->count) * (u64)htab->elem_size;
1434 return usage;
/linux-master/kernel/bpf/
H A Dhashtab.c2234 u64 usage = sizeof(struct bpf_htab); local
2236 usage += sizeof(struct bucket) * htab->n_buckets;
2237 usage += sizeof(int) * num_possible_cpus() * HASHTAB_MAP_LOCK_COUNT;
2243 usage += htab->elem_size * num_entries;
2246 usage += value_size * num_possible_cpus() * num_entries;
2248 usage += sizeof(struct htab_elem *) * num_possible_cpus();
2255 usage += (htab->elem_size + LLIST_NODE_SZ) * num_entries;
2257 usage += (LLIST_NODE_SZ + sizeof(void *)) * num_entries;
2258 usage += value_size * num_possible_cpus() * num_entries;
2261 return usage;
[all...]
/linux-master/drivers/hid/usbhid/
H A Dhid-core.c805 struct hid_usage *usage; local
812 usage = &field->usage[j];
813 if ((usage->hid & HID_USAGE_PAGE) == page &&
814 (usage->hid & 0xFFFF) == hid_code) {
1113 switch (hid->collection->usage) {
/linux-master/scripts/dtc/
H A Ddt_to_config160 sub usage() subroutine
1020 &usage;
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c605 void usage(char *prog) function
629 usage(argv[0]);
/linux-master/tools/tracing/rtla/src/
H A Dosnoise.c927 * osnoise_get_context - increase the usage of a context and return it
1090 " usage: [rtla] osnoise [MODE] ...",
1108 goto usage;
1133 usage:
/linux-master/fs/
H A Dfs_context.c411 refcount_inc(&fc->log.log->usage);
494 if (refcount_dec_and_test(&log->usage)) {
/linux-master/arch/mips/boot/
H A Delf2ecoff.c54 #define PT_MIPS_REGINFO 0x70000000 /* Register usage information */
288 usage:
290 "usage: elf2ecoff <elf executable> <ecoff executable> [-a]\n");
295 goto usage;
/linux-master/tools/perf/
H A Dbuiltin-lock.c2012 const char * const *usage)
2017 parse_options_usage(usage, options, "threads", 0);
2024 parse_options_usage(usage, options, "lock-owner", 0);
2031 parse_options_usage(usage, options, "lock-owner", 0);
2038 parse_options_usage(usage, options, "lock-cgroup", 0);
2045 parse_options_usage(usage, options, "lock-cgroup", 0);
2052 parse_options_usage(usage, options, "lock-cgroup", 0);
2062 parse_options_usage(usage, options, "x", 1);
2011 check_lock_contention_options(const struct option *options, const char * const *usage) argument
/linux-master/fs/afs/
H A Dproc.c564 refcount_set(&sysnames->usage, 1);
632 if (sysnames && refcount_dec_and_test(&sysnames->usage)) {
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.c311 } while (!bitmap_equal(elusage_chosen, elusage->usage,
407 if (WARN_ON(!test_bit(element, key_info->elusage.usage)))
/linux-master/drivers/md/
H A Ddm-snap-persistent.c937 .usage = persistent_usage,
952 .usage = persistent_usage,
/linux-master/drivers/hid/
H A Dhid-prodikeys.c746 struct hid_field *field, struct hid_usage *usage,
751 if (HID_UP_MSVENDOR == (usage->hid & HID_USAGE_PAGE) &&
745 pk_input_mapping(struct hid_device *hdev, struct hid_input *hi, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh71 usage () { function
213 usage

Completed in 274 milliseconds

<<11121314151617181920>>