| /linux/kernel/bpf/ |
| H A D | mprog.c | 238 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 D | tdc.py | 271 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['id'], tidx['name']) 394 pm.call_pre_case(tidx, test_skip=True) 395 pm.call_post_execute(tidx) [all …]
|
| /linux/drivers/ntb/test/ |
| H A D | ntb_perf.c | 170 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 D | checktransupdate.py | 37 tidx = paths.index("translations") 38 opaths = paths[:tidx] 39 opaths += paths[tidx + 2 :]
|
| /linux/drivers/watchdog/ |
| H A D | dw_wdt.c | 426 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 D | gm200.c | 32 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 D | valgrindPlugin.py | 30 self.testidlist = [tidx['id'] for tidx in testlist]
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_xcvr.c | 259 u32 val, idx, tidx; in fsl_xcvr_ai_write() local 263 tidx = BIT(phy ? 27 : 25); in fsl_xcvr_ai_write() 271 (val & idx) == ((val & tidx) >> 1), in fsl_xcvr_ai_write() 282 u32 val, idx, tidx; in fsl_xcvr_ai_read() local 286 tidx = BIT(phy ? 27 : 25); in fsl_xcvr_ai_read() 293 (val & idx) == ((val & tidx) >> 1), in fsl_xcvr_ai_read()
|
| /linux/net/core/ |
| H A D | neighbour.c | 2371 int err, tidx; 2387 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_set() 2388 tbl = rcu_dereference(neigh_tables[tidx]); in neightbl_set() 2564 int family, tidx, nidx = 0; in neightbl_dump_info() 2580 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_dump_info() 2583 tbl = rcu_dereference(neigh_tables[tidx]); in neightbl_dump_info() 2382 int err, tidx; neightbl_set() local 2568 int family, tidx, nidx = 0; neightbl_dump_info() local [all...] |
| /linux/mm/damon/ |
| H A D | vaddr.c | 246 int i, tidx = 0; in __damon_va_init_regions() local 252 tidx++; in __damon_va_init_regions() 254 pr_debug("Failed to get three regions of %dth target\n", tidx); in __damon_va_init_regions()
|
| H A D | core.c | 1880 unsigned int tidx = 0; in damos_apply_scheme() local 1893 tidx++; in damos_apply_scheme() 1909 trace_damos_before_apply(cidx, sidx, tidx, r, in damos_apply_scheme()
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | controller.c | 703 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 D | hifn_795x.c | 1426 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()
|