Searched refs:usage (Results 76 - 100 of 506) sorted by relevance

1234567891011>>

/linux-master/samples/pktgen/
H A Dparameters.sh6 function usage() { function
97 usage;
124 usage
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_wouldblock.c31 void usage(char *prog) function
59 usage(basename(argv[0]));
65 usage(basename(argv[0]));
/linux-master/tools/spi/
H A Dspidev_fdx.c119 goto usage;
124 goto usage;
131 usage:
133 "usage: %s [-h] [-m N] [-r N] /dev/spidevB.D\n",
140 goto usage;
/linux-master/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; } function
12 usage
21 usage
28 usage
/linux-master/include/crypto/
H A Dpkcs7.h39 enum key_being_used_for usage);
/linux-master/drivers/hid/
H A Dhid-vivaldi-common.c26 * @usage: HID usage to parse
32 struct hid_field *field, struct hid_usage *usage)
42 (usage->hid & HID_USAGE_PAGE) != HID_UP_ORDINAL)
45 fn_key = usage->hid & HID_USAGE;
96 field->value[usage->usage_index];
31 vivaldi_feature_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) argument
H A Dhid-corsair.c48 static int corsair_usage_to_gkey(unsigned int usage) argument
51 if (usage >= 0xd0 && usage <= 0xdf)
52 return usage - 0xd0 + 1;
54 if (usage >= 0xe8 && usage <= 0xe9)
55 return usage - 0xe8 + 17;
606 struct hid_usage *usage, __s32 value)
613 switch (usage->hid & HID_USAGE) {
630 struct hid_usage *usage, unsigne
605 corsair_event(struct hid_device *dev, struct hid_field *field, struct hid_usage *usage, __s32 value) argument
627 corsair_input_mapping(struct hid_device *dev, struct hid_input *input, struct hid_field *field, struct hid_usage *usage, unsigned long **bit, int *max) argument
[all...]
/linux-master/tools/objtool/include/objtool/
H A Dbuiltin.h45 extern int cmd_parse_options(int argc, const char **argv, const char * const usage[]);
/linux-master/kernel/cgroup/
H A Dmisc.c71 * misc_cg_res_total_usage() - Get the current total usage of the resource.
75 * Return: Current total usage of the resource.
80 return atomic64_read(&root_cg.res[type].usage);
119 WARN_ONCE(atomic64_add_negative(-amount, &cg->res[type].usage),
137 * * -EBUSY - If max limit will be crossed or total usage will be more than the
156 new_usage = atomic64_add_return(amount, &res->usage);
288 * misc_cg_current_show() - Show the current usage of the misc cgroup.
298 u64 usage; local
302 usage = atomic64_read(&cg->res[i].usage);
[all...]
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c100 KDBMSG(ARGCOUNT, "Improper argument count, see usage."),
767 kp->name, kp->usage, kp->help);
794 mp->usage = kdb_strdup(argv[2], GFP_KDB);
795 if (!mp->usage)
800 if (mp->usage[0] == '"') {
801 strcpy(mp->usage, argv[2]+1);
802 mp->usage[strlen(mp->usage)-1] = '\0';
813 kfree(mp->usage);
2427 if (strlen(kt->usage) > 2
[all...]
/linux-master/tools/perf/scripts/python/
H A Dsyscall-counts-by-pid.py19 usage = "perf script -s syscall-counts-by-pid.py [comm]\n"; variable
25 sys.exit(usage)
H A Dsctop.py27 usage = "perf script -s sctop.py [comm] [interval]\n"; variable
34 sys.exit(usage)
H A Dfailed-syscalls-by-pid.py20 usage = "perf script -s syscall-counts-by-pid.py [comm|pid]\n"; variable
26 sys.exit(usage)
/linux-master/tools/perf/scripts/perl/
H A Drw-by-file.pl21 my $usage = "perf script -s rw-by-file.pl <comm>\n";
23 my $for_comm = shift or die $usage;
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock2.c27 static int usage(const char *argv0) function
43 return usage(argv[0]);
/linux-master/arch/x86/tools/
H A Dinsn_sanity.c38 static void usage(const char *err) function
119 usage("Failed to open /dev/urandom");
182 usage("Failed to open input file");
191 usage("Failed to parse seed");
197 usage("Failed to parse max_iter");
200 usage(NULL);
206 usage("Max iteration number must be bigger than iter-num");
209 usage("Don't use input file (-i) with random seed (-s)");
/linux-master/tools/testing/selftests/cgroup/
H A Dwait_inotify.c19 static const char usage[] = "Usage: %s [-v] <cgroup_file>\n"; variable
45 fprintf(stderr, usage, cmd);
/linux-master/drivers/leds/trigger/
H A Dledtrig-activity.c39 unsigned int usage; local
85 usage = 0;
87 usage = 100;
89 usage = 100 * diff_used / diff_boot;
94 * since last call. The % of overall CPU usage is :
98 * What we want is that when the CPU usage is zero, the LED must blink
112 * - a target CPU usage of min(50%, 100%/#CPU) for a 10% duty cycle
116 * OFF_ms = 90 + (1 - usage/target) * 900
118 * ON_ms = 10 + (usage-target)/(100%-target) * 80
119 * OFF_ms = 90 - (usage
[all...]
/linux-master/tools/tracing/rtla/src/
H A Drtla.c15 * rtla_usage - print rtla usage
25 " usage: rtla COMMAND ...",
74 goto usage;
86 usage:
/linux-master/scripts/
H A Ddiffconfig13 def usage():
29 Example usage:
73 usage()
83 usage()
102 usage()
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dsrcu_lockdep.sh10 usage () { function
36 usage
/linux-master/tools/testing/selftests/mm/
H A Dtest_vmalloc.sh82 usage() function
91 echo "Example usage:"
160 usage
/linux-master/tools/testing/selftests/net/
H A Dbind_bhash.sh14 usage() { function
25 usage $0
H A Dgro.sh67 usage() { function
87 usage
H A Dtxtimestamp.sh60 usage() { function
75 usage

Completed in 340 milliseconds

1234567891011>>