Searched refs:debug_str (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/media/mc/ |
| H A D | mc-request.c | 67 dev_dbg(mdev->dev, "request: release %s\n", req->debug_str); in media_request_release() 128 dev_dbg(mdev->dev, "request: queue %s\n", req->debug_str); in media_request_ioctl_queue() 148 req->debug_str, media_request_state_str(state)); in media_request_ioctl_queue() 183 req->debug_str, ret); in media_request_ioctl_queue() 202 req->debug_str); in media_request_ioctl_reinit() 210 req->debug_str); in media_request_ioctl_reinit() 326 snprintf(req->debug_str, sizeof(req->debug_str), "%u:%d", in media_request_alloc() 329 dev_dbg(mdev->dev, "request: allocated %s\n", req->debug_str); in media_request_alloc()
|
| /linux/arch/parisc/kernel/vdso64/ |
| H A D | vdso64.lds.S | 74 .debug_str 0 : { *(.debug_str) }
|
| /linux/arch/parisc/kernel/vdso32/ |
| H A D | vdso32.lds.S | 76 .debug_str 0 : { *(.debug_str) }
|
| /linux/arch/arc/kernel/ |
| H A D | vmlinux.lds.S | 142 /DISCARD/ : { *(.debug_str) }
|
| /linux/rust/zerocopy/src/ |
| H A D | layout.rs | 1520 let debug_str = format!( in test_validate_cast_and_convert_metadata() localVariable 1530 assert!(!(sized && elems != 0), "{}", debug_str); in test_validate_cast_and_convert_metadata() 1544 assert!(padded_size(elems + 1) > bytes_len, "{}", debug_str); in test_validate_cast_and_convert_metadata() 1551 assert!(resulting_size <= bytes_len, "{}", debug_str); in test_validate_cast_and_convert_metadata() 1554 assert_eq!(addr % align, 0, "{}", debug_str); in test_validate_cast_and_convert_metadata() 1555 assert_eq!(resulting_size, split_at, "{}", debug_str); in test_validate_cast_and_convert_metadata() 1558 assert_eq!(split_at, bytes_len - resulting_size, "{}", debug_str); in test_validate_cast_and_convert_metadata() 1559 assert_eq!((addr + split_at) % align, 0, "{}", debug_str); in test_validate_cast_and_convert_metadata()
|
| /linux/Documentation/bpf/ |
| H A D | llvm_reloc.rst | 223 000000000000000c 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str 224 0000000000000012 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str 226 000000000000001a 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str 228 000000000000002b 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str 230 0000000000000040 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str
|