Home
last modified time | relevance | path

Searched refs:tidx (Results 1 – 10 of 10) 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
385 res = TestResult(tidx['id'], tidx['name'])
388 print("Test " + tidx["id"] + ": " + tidx["name"])
390 if 'skip' in tidx:
391 if tidx['skip'] == 'yes':
392 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/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/drivers/infiniband/hw/hfi1/
H A Dsdma.c1713 uint i, n = 0, seq, tidx = 0; in sdma_desc_avail() local
1745 twait = waits[tidx]; in sdma_desc_avail()
1746 tidx = in sdma_desc_avail()
1750 tidx); in sdma_desc_avail()
1762 waits[tidx]->wakeup(waits[tidx], SDMA_AVAIL_REASON); in sdma_desc_avail()
1765 if (i != tidx) in sdma_desc_avail()
/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/drivers/crypto/
H A Dhifn_795x.c1426 int idx, tidx, err; in hifn_cipher_walk() local
1428 tidx = idx = 0; in hifn_cipher_walk()
1500 tidx++; in hifn_cipher_walk()
1503 return tidx; in hifn_cipher_walk()