Home
last modified time | relevance | path

Searched refs:tidx (Results 1 – 12 of 12) sorted by relevance

/linux/kernel/bpf/
H A Dmprog.c238 int ret, idx = -ERANGE, tidx; in bpf_mprog_attach() local
250 tidx = bpf_mprog_pos_exact(entry, &otuple); in bpf_mprog_attach()
251 if (tidx < 0) { in bpf_mprog_attach()
252 ret = tidx; in bpf_mprog_attach()
255 idx = tidx; in bpf_mprog_attach()
261 tidx = bpf_mprog_pos_before(entry, &rtuple); in bpf_mprog_attach()
262 if (tidx < -1 || (idx >= -1 && tidx != idx)) { in bpf_mprog_attach()
263 ret = tidx < -1 ? tidx : -ERANGE; in bpf_mprog_attach()
266 idx = tidx; in bpf_mprog_attach()
269 tidx = bpf_mprog_pos_after(entry, &rtuple); in bpf_mprog_attach()
[all …]
/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py271 def verify_by_json(procout, res, tidx, args, pm): argument
279 matchJSON = json.loads(json.dumps(tidx['matchJSON']))
375 def run_one_test(pm, args, index, tidx): argument
384 res = TestResult(tidx['id'], tidx['name'])
387 print("Test " + tidx["id"] + ": " + tidx["name"])
389 if 'skip' in tidx:
390 if tidx['skip'] == 'yes':
391 res = TestResult(tidx['i
[all...]
/linux/drivers/ntb/test/
H A Dntb_perf.c170 int tidx; member
890 pthr->tidx); in perf_init_test()
900 pthr->tidx); in perf_init_test()
906 pthr->tidx, in perf_init_test()
944 pthr->tidx, ret); in perf_run_test()
982 pthr->tidx, pthr->copied); in perf_sync_test()
985 pthr->tidx, ktime_to_us(pthr->duration)); in perf_sync_test()
987 dev_dbg(&perf->ntb->dev, "%d: %llu MBytes/s\n", pthr->tidx, in perf_sync_test()
1066 int tidx; in perf_terminate_test() local
1071 for (tidx = 0; tidx < MAX_THREADS_CNT; tidx++) { in perf_terminate_test()
[all …]
/linux/tools/docs/
H A Dchecktransupdate.py39 tidx = paths.index("translations")
40 opaths = paths[:tidx]
41 opaths += paths[tidx + 2 :]
/linux/drivers/watchdog/
H A Ddw_wdt.c426 int val, tidx; in dw_wdt_handle_tops() local
446 for (tidx = 0; tidx < val; ++tidx) { in dw_wdt_handle_tops()
447 dst = &dw_wdt->timeouts[tidx]; in dw_wdt_handle_tops()
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c32 u32 tidx = nvkm_falcon_rd32(falcon, 0x148); in gm200_flcn_tracepc() local
33 int nr = (tidx & 0x00ff0000) >> 16, sp, ip; in gm200_flcn_tracepc()
35 FLCN_ERR(falcon, "TRACEPC SCTL %08x TIDX %08x", sctl, tidx); in gm200_flcn_tracepc()
/linux/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py30 self.testidlist = [tidx['id'] for tidx in testlist]
/linux/sound/soc/fsl/
H A Dfsl_xcvr.c329 u32 val, idx, tidx; in fsl_xcvr_ai_write() local
333 tidx = BIT(phy ? 27 : 25); in fsl_xcvr_ai_write()
341 (val & idx) == ((val & tidx) >> 1), in fsl_xcvr_ai_write()
352 u32 val, idx, tidx; in fsl_xcvr_ai_read() local
356 tidx = BIT(phy ? 27 : 25); in fsl_xcvr_ai_read()
363 (val & idx) == ((val & tidx) >> 1), in fsl_xcvr_ai_read()
/linux/net/core/
H A Dneighbour.c2396 int err, tidx; in neightbl_set() local
2412 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_set()
2413 tbl = rcu_dereference(neigh_tables[tidx]); in neightbl_set()
2589 int family, tidx, nidx = 0; in neightbl_dump_info() local
2605 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_dump_info()
2608 tbl = rcu_dereference(neigh_tables[tidx]); in neightbl_dump_info()
2612 if (tidx < tbl_skip || (family && tbl->family != family)) in neightbl_dump_info()
2644 cb->args[0] = tidx; in neightbl_dump_info()
/linux/drivers/platform/surface/aggregator/
H A Dcontroller.c703 u16 tidx = ssh_tid_to_index(tid); in ssam_cplt_get_event_queue() local
712 tidx = 0; in ssam_cplt_get_event_queue()
715 return &cplt->event.target[tidx].queue[event]; in ssam_cplt_get_event_queue()
/linux/mm/damon/
H A Dcore.c2067 unsigned int tidx = 0; in damos_apply_scheme() local
2080 tidx++; in damos_apply_scheme()
2097 trace_damos_before_apply(cidx, sidx, tidx, r, in damos_apply_scheme()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_opregion.c93 u32 tidx; /* toggle table index */ member