Searched refs:usage (Results 276 - 300 of 506) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/afs/
H A Dsecurity.c96 if (permits && refcount_dec_and_test(&permits->usage)) {
209 if (permits && !refcount_inc_not_zero(&permits->usage))
226 refcount_set(&new->usage, 1);
260 if (refcount_inc_not_zero(&xpermits->usage)) {
H A Dserver_list.c16 if (slist && refcount_dec_and_test(&slist->usage)) {
67 refcount_set(&slist->usage, 1);
H A Dwrite.c53 refcount_inc(&wbk->usage);
272 if (refcount_read(&wbk->usage) == 1)
/linux-master/drivers/md/
H A Ddm-exception-store.h107 void (*usage)(struct dm_exception_store *store, member in struct:dm_exception_store_type
/linux-master/include/linux/
H A Dkdb.h73 char *usage; /* Usage String for this command */ member in struct:_kdbtab
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_main.c35 /* Restrict usage of GSO, if hardware peer iwarp is unable to process
184 int usage; local
190 usage = atomic_read(&per_cpu(siw_use_cnt, cpu));
191 if (usage <= min_use) {
193 min_use = usage;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.h32 u8 usage; member in struct:pps_pin
/linux-master/tools/testing/selftests/net/
H A Dfib_rule_tests.sh427 # usage
429 usage() function
432 usage: ${0##*/} OPTS
445 h) usage; exit 0;;
446 *) usage; exit 1;;
H A Dfib-onlink-tests.sh466 # usage
468 usage() function
471 usage: ${0##*/} OPTS
489 h) usage; exit 0;;
490 *) usage; exit 1;;
/linux-master/tools/testing/selftests/bpf/
H A Dverify_sig_setup.sh29 usage() function
99 [[ $# -ne 2 ]] && usage
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py389 Uses the Wacom vendor-defined usage page.
507 for usage in field.usages:
508 yield (field, usage, application)
510 yield (field, field.usage, application)
519 for usage in get_report_usages(report):
520 yield usage
545 return (page.page_id << 16) | page[usage_name].usage
584 for field, usage, application in self.get_usages(self.uhdev):
590 expect_physical = usage in required
599 assert required[usage]
[all...]
/linux-master/tools/perf/util/
H A Dutil.h28 void usage(const char *err) __noreturn;
/linux-master/fs/bcachefs/
H A Dreplicas.c343 if (c->usage[i])
345 c->usage[i], &c->replicas);
354 swap(c->usage[i], new_usage[i]);
559 * However, we don't track sector counts for journal usage, so this doesn't drop
596 percpu_u64_get(&c->usage[0]->replicas[i]) ||
597 percpu_u64_get(&c->usage[1]->replicas[i]) ||
598 percpu_u64_get(&c->usage[2]->replicas[i]) ||
599 percpu_u64_get(&c->usage[3]->replicas[i]))
1040 for (i = 0; i < ARRAY_SIZE(c->usage); i++)
1041 free_percpu(c->usage[
[all...]
/linux-master/tools/thermal/tmon/
H A Dtmon.c49 void usage(void) function
257 usage();
/linux-master/tools/bootconfig/scripts/
H A Dbconf2ftrace.sh4 usage() { function
12 [ $# -eq 0 ] && usage
28 [ ! -f $1 ] && usage
H A Dftrace2bconf.sh4 usage() { function
16 usage
/linux-master/samples/bpf/
H A Dtest_cgrp2_sock.c194 static int usage(const char *argv0) function
242 return usage(argv[0]);
/linux-master/drivers/hid/
H A Dhid-tmff.c150 switch (field->usage[0].hid) {
182 hid_warn(hid, "ignoring unknown output usage %08x\n",
183 field->usage[0].hid);
/linux-master/tools/thermal/thermal-engine/
H A Dthermal-engine.c223 static void usage(const char *cmd) function
267 usage(basename(argv[0]));
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c58 static void usage(FILE *f) function
246 usage(stderr);
/linux-master/tools/bpf/
H A Dbpf_jit_disasm.c255 static void usage(void) function
286 usage();
/linux-master/tools/testing/selftests/watchdog/
H A Dwatchdog-test.c80 static void usage(char *progname) function
327 usage(argv[0]);
/linux-master/scripts/dtc/
H A Dof_unittest_expect90 sub usage { subroutine
96 usage: label
100 -h print program usage
101 --help print program usage
199 &usage;
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent.c105 static void usage(char const *prg) function
107 pr_err("usage: %s [-h] [-o] [-s <size of pipe>]\n", prg);
209 usage(argv[0]);
/linux-master/scripts/basic/
H A Dfixdep.c102 static void usage(void) function
421 usage();
436 * In the intended usage, the stdout is redirected to .*.cmd files.

Completed in 283 milliseconds

<<11121314151617181920>>