Home
last modified time | relevance | path

Searched refs:tstr (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mfd/
H A Drz-mtu3.c251 unsigned long flags, tstr; in rz_mtu3_start_stop_ch() local
261 tstr = rz_mtu3_shared_reg_read(ch, offset); in rz_mtu3_start_stop_ch()
262 __assign_bit(bitpos, &tstr, start); in rz_mtu3_start_stop_ch()
263 rz_mtu3_shared_reg_write(ch, offset, tstr); in rz_mtu3_start_stop_ch()
272 unsigned long flags, tstr; in rz_mtu3_is_enabled() local
281 tstr = rz_mtu3_shared_reg_read(ch, offset); in rz_mtu3_is_enabled()
284 return tstr & BIT(bitpos); in rz_mtu3_is_enabled()
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1425 char tstr[OPTSTRING]; in test_options() local
1436 snprintf(tstr, OPTSTRING, "apply %d,", txmsg_apply); in test_options()
1437 append_str(options, tstr, OPTSTRING); in test_options()
1440 snprintf(tstr, OPTSTRING, "cork %d,", txmsg_cork); in test_options()
1441 append_str(options, tstr, OPTSTRING); in test_options()
1444 snprintf(tstr, OPTSTRING, "start %d,", txmsg_start); in test_options()
1445 append_str(options, tstr, OPTSTRING); in test_options()
1448 snprintf(tstr, OPTSTRING, "end %d,", txmsg_end); in test_options()
1449 append_str(options, tstr, OPTSTRING); in test_options()
1452 snprintf(tstr, OPTSTRING, "pop (%d,%d),", in test_options()
[all …]
/linux/tools/perf/ui/browsers/
H A Dhists.c2750 struct evsel *evsel, const char *tstr) in add_script_opt_2() argument
2755 thread__comm_str(thread), tstr) < 0) in add_script_opt_2()
2759 sym->name, tstr) < 0) in add_script_opt_2()
2762 if (asprintf(optstr, "Run scripts for all samples%s", tstr) < 0) in add_script_opt_2()
2786 char tstr[128]; in add_script_opt() local
2790 j = sprintf(tstr, " in "); in add_script_opt()
2791 j += timestamp__scnprintf_usec(he->time, tstr + j, in add_script_opt()
2792 sizeof tstr - j); in add_script_opt()
2793 j += sprintf(tstr + j, "-"); in add_script_opt()
2795 tstr + j, sizeof tstr - j); in add_script_opt()
[all …]
/linux/samples/bpf/
H A Dxdp_sample_user.c1016 const char *fstr, *tstr; in stats_get_devmap_xmit_multi() local
1060 fstr = tstr = NULL; in stats_get_devmap_xmit_multi()
1064 tstr = ifname_to; in stats_get_devmap_xmit_multi()
1067 tstr ?: "?"); in stats_get_devmap_xmit_multi()