pidstr            189 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c 	char pidstr[16];
pidstr            192 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c 	snprintf(pidstr, sizeof(pidstr), "%d",
pidstr            195 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c 	top = debugfs_create_dir(pidstr, vchiq_dbg_clients);
pidstr            123 tools/testing/selftests/x86/protection_keys.c 	char pidstr[32];
pidstr            128 tools/testing/selftests/x86/protection_keys.c 	sprintf(pidstr, "%d", getpid());
pidstr            137 tools/testing/selftests/x86/protection_keys.c 	cat_into_file(pidstr, TRACEDIR "/set_ftrace_pid");