Searched refs:nr_sigs (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-cti-core.c304 tc->con_in->nr_sigs = in_sigs;
305 tc->con_out->nr_sigs = out_sigs;
H A Dcoresight-cti-platform.c247 if (!tgrp->nr_sigs)
250 values = kcalloc(tgrp->nr_sigs, sizeof(u32), GFP_KERNEL);
255 values, tgrp->nr_sigs);
259 for (idx = 0; idx < tgrp->nr_sigs; idx++)
271 int items, err = 0, nr_sigs; local
275 nr_sigs = tgrp->nr_sigs;
276 if (!nr_sigs)
281 if (items > nr_sigs)
300 for (i = 0; i < nr_sigs;
[all...]
H A Dcoresight-cti-sysfs.c955 if (used_count < grp->nr_sigs)
970 for (sig_idx = 0; sig_idx < con->con_in->nr_sigs; sig_idx++) {
988 for (sig_idx = 0; sig_idx < con->con_out->nr_sigs; sig_idx++) {
1091 if (tc->con_in->nr_sigs > 0) {
1105 if (tc->con_out->nr_sigs > 0) {
H A Dcoresight-cti.h64 * @nr_sigs: number of signals in the group.
66 * @sig_types: array of types for the signals, length nr_sigs.
69 int nr_sigs; member in struct:cti_trig_grp
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.h63 int nr_sigs; member in struct:pnfs_block_volume::__anon1815::__anon1816
H A Ddev.c68 b->simple.nr_sigs = be32_to_cpup(p++);
69 if (!b->simple.nr_sigs || b->simple.nr_sigs > PNFS_BLOCK_MAX_UUIDS) {
70 dprintk("Bad signature count: %d\n", b->simple.nr_sigs);
75 for (i = 0; i < b->simple.nr_sigs; i++) {
H A Drpc_pipefs.c43 *p++ = cpu_to_be32(b->simple.nr_sigs);
44 for (i = 0; i < b->simple.nr_sigs; i++) {

Completed in 500 milliseconds