Searched refs:stmp (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/video/fbdev/aty/ |
| H A D | radeon_monitor.c | 170 char stmp[30]; in radeon_get_panel_info_BIOS() local 183 stmp[i] = BIOS_IN8(tmp+i+1); in radeon_get_panel_info_BIOS() 184 stmp[24] = 0; in radeon_get_panel_info_BIOS() 185 printk("radeonfb: panel ID string: %s\n", stmp); in radeon_get_panel_info_BIOS()
|
| /linux/kernel/bpf/ |
| H A D | local_storage.c | 345 struct bpf_cgroup_storage *storage, *stmp; in cgroup_storage_map_free() local 349 list_for_each_entry_safe(storage, stmp, storages, list_map) { in cgroup_storage_map_free()
|
| H A D | cgroup.c | 331 struct bpf_cgroup_storage *storage, *stmp; in cgroup_bpf_release() local 363 list_for_each_entry_safe(storage, stmp, storages, list_cg) { in cgroup_bpf_release()
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 6333 stmp = line.split() 6334 if not suspend or not resume or len(stmp) != 8: 6337 dt = datetime.strptime(' '.join(stmp[3:]), '%B %d %Y, %I:%M:%S %p') 6340 sysvals.hostname = stmp[0] 6364 if stmp[2] == 'freeze': 6443 'mode': stmp[2], 6444 'host': stmp[0], 6445 'kernel': stmp[1],
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_atombios.c | 174 char stmp[32]; in radeon_atombios_i2c_init() local 189 sprintf(stmp, "0x%x", i2c.i2c_id); in radeon_atombios_i2c_init() 190 rdev->i2c_bus[i] = radeon_i2c_create(rdev_to_drm(rdev), &i2c, stmp); in radeon_atombios_i2c_init()
|
| /linux/fs/resctrl/ |
| H A D | rdtgroup.c | 3001 struct rdtgroup *sentry, *stmp; in free_all_child_rdtgrp() local 3005 list_for_each_entry_safe(sentry, stmp, head, mon.crdtgrp_list) { in free_all_child_rdtgrp()
|