Searched refs:debug_str (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/media/mc/ |
D | mc-request.c | 66 dev_dbg(mdev->dev, "request: release %s\n", req->debug_str); in media_request_release() 126 dev_dbg(mdev->dev, "request: queue %s\n", req->debug_str); in media_request_ioctl_queue() 146 req->debug_str, media_request_state_str(state)); in media_request_ioctl_queue() 181 req->debug_str, ret); in media_request_ioctl_queue() 198 req->debug_str); in media_request_ioctl_reinit() 205 req->debug_str); in media_request_ioctl_reinit() 331 snprintf(req->debug_str, sizeof(req->debug_str), "%u:%d", in media_request_alloc() 333 dev_dbg(mdev->dev, "request: allocated %s\n", req->debug_str); in media_request_alloc()
|
/linux-6.1.9/arch/parisc/kernel/vdso32/ |
D | vdso32.lds.S | 76 .debug_str 0 : { *(.debug_str) }
|
/linux-6.1.9/arch/parisc/kernel/vdso64/ |
D | vdso64.lds.S | 74 .debug_str 0 : { *(.debug_str) }
|
/linux-6.1.9/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 89 .debug_str 0 : { *(.debug_str) }
|
/linux-6.1.9/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 89 .debug_str 0 : { *(.debug_str) }
|
/linux-6.1.9/Documentation/bpf/ |
D | llvm_reloc.rst | 221 000000000000000c 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str 222 0000000000000012 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str 224 000000000000001a 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str 226 000000000000002b 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str 228 0000000000000040 0000000400000003 R_BPF_64_ABS32 0000000000000000 .debug_str
|
/linux-6.1.9/arch/arc/kernel/ |
D | vmlinux.lds.S | 142 /DISCARD/ : { *(.debug_str) }
|
/linux-6.1.9/include/media/ |
D | media-request.h | 65 char debug_str[TASK_COMM_LEN + 11]; member
|
/linux-6.1.9/include/asm-generic/ |
D | vmlinux.lds.h | 818 .debug_str 0 : { *(.debug_str) } \
|