/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | bug.h | 13 .macro EMIT_BUG_ENTRY addr,file,line,flags variable 17 .short \line, \flags 25 .macro EMIT_BUG_ENTRY addr,file,line,flags 107 .macro EMIT_BUG_ENTRY addr,file,line,flags
|
/kernel/linux/linux-5.10/tools/testing/selftests/kselftest/ |
H A D | runner.sh | 21 # If Perl is unavailable, we must fall back to line-at-a-time prefixing 56 while read line ; do 58 if echo "$line" | grep -q '^#'; then 61 field=$(echo "$line" | cut -d= -f1) 62 value=$(echo "$line" | cut -d= -f2-)
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | cache-debugfs.c | 68 unsigned int line; in cache_debugfs_show() local 74 for (addr = addrstart, line = 0; in cache_debugfs_show() 76 addr += cache->linesz, line++) { in cache_debugfs_show() 85 line, data & 2 ? 'U' : ' ', in cache_debugfs_show()
|
/kernel/linux/linux-5.10/tools/perf/tests/shell/ |
H A D | record+probe_libc_inet_pton.sh | 64 while read line <&3 && read -r pattern <&4; do 66 echo $line 67 echo "$line" | egrep -q "$pattern" 69 printf "FAIL: expected backtrace entry \"%s\" got \"%s\"\n" "$pattern" "$line"
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | armor.c | 40 int line = 0; in ceph_armor() local 65 line += 4; in ceph_armor() 66 if (line == 64) { in ceph_armor() 67 line = 0; in ceph_armor()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kmsg_dump.h | 58 char *line, size_t size, size_t *len); 61 char *line, size_t size, size_t *len); 81 bool syslog, const char *line, in kmsg_dump_get_line_nolock() 88 const char *line, size_t size, size_t *len) in kmsg_dump_get_line() 80 kmsg_dump_get_line_nolock(struct kmsg_dumper *dumper, bool syslog, const char *line, size_t size, size_t *len) kmsg_dump_get_line_nolock() argument 87 kmsg_dump_get_line(struct kmsg_dumper *dumper, bool syslog, const char *line, size_t size, size_t *len) kmsg_dump_get_line() argument
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_message.c | 85 int line) in asswarn() 87 xfs_warn(mp, "Assertion failed: %s, file: %s, line: %d", in asswarn() 88 expr, file, line); in asswarn() 97 int line) in assfail() 99 xfs_emerg(mp, "Assertion failed: %s, file: %s, line: %d", in assfail() 100 expr, file, line); in assfail() 81 asswarn( struct xfs_mount *mp, char *expr, char *file, int line) asswarn() argument 93 assfail( struct xfs_mount *mp, char *expr, char *file, int line) assfail() argument
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | record+probe_libc_inet_pton.sh | 73 while read line <&3 && read -r pattern <&4; do 75 echo $line 76 echo "$line" | grep -E -q "$pattern" 78 printf "FAIL: expected backtrace entry \"%s\" got \"%s\"\n" "$pattern" "$line"
|
H A D | test_data_symbol.sh | 26 while IFS= read -r line; do 30 if [ "$line" != "buf1+0x0" ] && [ "$line" != "buf1+0x38" ]; then
|
/kernel/uniproton/build/uniproton_ci_lib/ |
H A D | logs.py | 40 for line in file_handle.readlines(): 41 logging.info(line) 72 for line in lines: 73 logger.info(line.strip())
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | armor.c | 40 int line = 0; in ceph_armor() local 65 line += 4; in ceph_armor() 66 if (line == 64) { in ceph_armor() 67 line = 0; in ceph_armor()
|
/kernel/linux/linux-6.6/tools/lib/api/fs/ |
H A D | cgroup.c | 22 char *line = NULL; in cgroupfs_find_mountpoint() local 53 while (getline(&line, &len, fp) != -1) { in cgroupfs_find_mountpoint() 55 p = strchr(line, ' '); in cgroupfs_find_mountpoint() 91 free(line); in cgroupfs_find_mountpoint()
|
H A D | fs.c | 294 char line[64]; in filename__read_int() local 300 if (read(fd, line, sizeof(line)) > 0) { in filename__read_int() 301 *value = atoi(line); in filename__read_int() 312 char line[64]; in filename__read_ull_base() local 318 if (read(fd, line, sizeof(line)) > 0) { in filename__read_ull_base() 319 *value = strtoull(line, NULL, base); in filename__read_ull_base()
|
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/ |
H A D | mem_debug08.sh | 34 local line=$(cat /proc/ashmem_process_info | awk 'NR>3 && $2!="" {print $2}' | sort -u | wc -l) 35 if [ $line -eq 0 ]; then 38 tst_res TPASS "The following $line ashmem processes have been found(PID): $pid."
|
/kernel/linux/linux-5.10/tools/perf/tests/shell/lib/ |
H A D | probe_vfs_getname.sh | 15 line=$(perf probe -L getname_flags 2>&1 | egrep 'result.*=.*filename;' | sed -r 's/[[:space:]]+([[:digit:]]+)[[:space:]]+result->uptr.*/\1/') 16 perf probe -q "vfs_getname=getname_flags:${line} pathname=result->name:string" || \ 17 perf probe $verbose "vfs_getname=getname_flags:${line} pathname=filename:ustring"
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/ |
H A D | probe_vfs_getname.sh | 16 line=$(perf probe -L getname_flags 2>&1 | grep -E 'result.*=.*filename;' | sed -r 's/[[:space:]]+([[:digit:]]+)[[:space:]]+result->uptr.*/\1/') 17 perf probe -q "vfs_getname=getname_flags:${line} pathname=result->name:string" || \ 18 perf probe $add_probe_verbose "vfs_getname=getname_flags:${line} pathname=filename:ustring"
|
/kernel/liteos_m/components/dynlink/script/ |
H A D | so_parse | 52 ${READELF} -l $1 | while read line; do 53 HEAD_STRING=$(echo ${line} | awk '{print $1}') 55 SIZE=`parse_line "${line}"`
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_of.c | 25 int line; member 133 /* Check for a fixed line number */ in of_platform_serial_setup() 136 port->line = ret; in of_platform_serial_setup() 242 info->line = ret; in of_platform_serial_probe() 256 * Release a line 262 serial8250_unregister_port(info->line); in of_platform_serial_remove() 276 struct uart_8250_port *port8250 = serial8250_get_port(info->line); in of_serial_suspend() 279 serial8250_suspend_port(info->line); in of_serial_suspend() 291 struct uart_8250_port *port8250 = serial8250_get_port(info->line); in of_serial_resume() 299 serial8250_resume_port(info->line); in of_serial_resume() [all...] |
/kernel/linux/linux-5.10/tools/lib/api/fs/ |
H A D | fs.c | 322 char line[64]; in filename__read_int() local 328 if (read(fd, line, sizeof(line)) > 0) { in filename__read_int() 329 *value = atoi(line); in filename__read_int() 340 char line[64]; in filename__read_ull_base() local 346 if (read(fd, line, sizeof(line)) > 0) { in filename__read_ull_base() 347 *value = strtoull(line, NULL, base); in filename__read_ull_base()
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_of.c | 25 int line; member 133 /* Check for a fixed line number */ in of_platform_serial_setup() 136 port->line = ret; in of_platform_serial_setup() 249 info->line = ret; in of_platform_serial_probe() 263 * Release a line 269 serial8250_unregister_port(info->line); in of_platform_serial_remove() 283 struct uart_8250_port *port8250 = serial8250_get_port(info->line); in of_serial_suspend() 286 serial8250_suspend_port(info->line); in of_serial_suspend() 298 struct uart_8250_port *port8250 = serial8250_get_port(info->line); in of_serial_resume() 306 serial8250_resume_port(info->line); in of_serial_resume() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_trace.h | 75 const char *func, unsigned int line), 76 TP_ARGS(read_count, write_count, last_read, last_write, func, line), 83 __field(uint32_t, line) 91 __entry->line = line; 96 __get_str(func), __entry->line, 643 TP_PROTO(bool begin, const char *function, const int line, const int recursion_depth), 644 TP_ARGS(begin, function, line, recursion_depth), 649 __field(int, line) 655 __entry->line [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_stream_encoder.c | 54 uint32_t cont, send, line; in enc2_update_hdmi_info_packet() local 67 /* select line number to send packets on */ in enc2_update_hdmi_info_packet() 68 line = 2; in enc2_update_hdmi_info_packet() 72 line = 0; in enc2_update_hdmi_info_packet() 84 HDMI_GENERIC0_LINE, line); in enc2_update_hdmi_info_packet() 91 HDMI_GENERIC1_LINE, line); in enc2_update_hdmi_info_packet() 98 HDMI_GENERIC2_LINE, line); in enc2_update_hdmi_info_packet() 105 HDMI_GENERIC3_LINE, line); in enc2_update_hdmi_info_packet() 112 HDMI_GENERIC4_LINE, line); in enc2_update_hdmi_info_packet() 119 HDMI_GENERIC5_LINE, line); in enc2_update_hdmi_info_packet() [all...] |
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | code-reading.c | 53 static size_t read_objdump_chunk(const char **line, unsigned char **buf, in read_objdump_chunk() argument 64 c1 = *(*line)++; in read_objdump_chunk() 67 c2 = *(*line)++; in read_objdump_chunk() 78 if (isspace(**line)) in read_objdump_chunk() 106 static size_t read_objdump_line(const char *line, unsigned char *buf, in read_objdump_line() argument 113 p = strchr(line, ':'); in read_objdump_line() 137 char *line = NULL; in read_objdump_output() local 147 ret = getline(&line, &line_len, f); in read_objdump_output() 157 read_bytes = read_objdump_line(line, tmp, sizeof(tmp)); in read_objdump_output() 161 if (sscanf(line, " in read_objdump_output() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_stream_encoder.c | 55 uint32_t cont, send, line; in enc2_update_hdmi_info_packet() local 68 /* select line number to send packets on */ in enc2_update_hdmi_info_packet() 69 line = 2; in enc2_update_hdmi_info_packet() 73 line = 0; in enc2_update_hdmi_info_packet() 85 HDMI_GENERIC0_LINE, line); in enc2_update_hdmi_info_packet() 92 HDMI_GENERIC1_LINE, line); in enc2_update_hdmi_info_packet() 99 HDMI_GENERIC2_LINE, line); in enc2_update_hdmi_info_packet() 106 HDMI_GENERIC3_LINE, line); in enc2_update_hdmi_info_packet() 113 HDMI_GENERIC4_LINE, line); in enc2_update_hdmi_info_packet() 120 HDMI_GENERIC5_LINE, line); in enc2_update_hdmi_info_packet() [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | code-reading.c | 45 static size_t read_objdump_chunk(const char **line, unsigned char **buf, in read_objdump_chunk() argument 56 c1 = *(*line)++; in read_objdump_chunk() 59 c2 = *(*line)++; in read_objdump_chunk() 70 if (isspace(**line)) in read_objdump_chunk() 98 static size_t read_objdump_line(const char *line, unsigned char *buf, in read_objdump_line() argument 105 p = strchr(line, ':'); in read_objdump_line() 129 char *line = NULL; in read_objdump_output() local 139 ret = getline(&line, &line_len, f); in read_objdump_output() 149 read_bytes = read_objdump_line(line, tmp, sizeof(tmp)); in read_objdump_output() 153 if (sscanf(line, " in read_objdump_output() [all...] |