Home
last modified time | relevance | path

Searched refs:logs (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dverifier_log.c32 } logs; variable
77 opts.log_buf = logs.reference; in verif_log_subtest()
78 opts.log_size = sizeof(logs.reference); in verif_log_subtest()
82 fixed_log_sz = strlen(logs.reference) + 1; in verif_log_subtest()
85 memset(logs.reference + fixed_log_sz, 0, sizeof(logs.reference) - fixed_log_sz); in verif_log_subtest()
100 opts.log_buf = logs.buf; in verif_log_subtest()
111 if (!ASSERT_EQ(strlen(logs.buf), 24, "log_fixed_25")) in verif_log_subtest()
113 if (!ASSERT_STRNEQ(logs.buf, logs in verif_log_subtest()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A Dfpsimd-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
45 logs=$logs\ $log
H A Dsve-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dfpsimd-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
45 logs=$logs\ $log
H A Dsve-stress11 logs=
23 if [ -n "$logs" ]; then
24 cat $logs
25 rm $logs
26 logs=
44 logs=$logs\ $log
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dsegbuf.h160 void nilfs_clear_logs(struct list_head *logs);
161 void nilfs_truncate_logs(struct list_head *logs,
163 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs);
164 int nilfs_wait_on_logs(struct list_head *logs);
165 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed);
167 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs() argument
169 nilfs_truncate_logs(logs, NULL); in nilfs_destroy_logs()
H A Dsegbuf.c267 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs() argument
271 list_for_each_entry(segbuf, logs, sb_list) in nilfs_clear_logs()
275 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs() argument
280 segbuf = list_prepare_entry(last, logs, sb_list); in nilfs_truncate_logs()
281 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) { in nilfs_truncate_logs()
288 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs() argument
293 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_write_logs()
301 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs() argument
306 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_wait_on_logs()
315 * nilfs_add_checksums_on_logs - add checksums on the logs
319 nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) nilfs_add_checksums_on_logs() argument
[all...]
H A Dsegment.c1342 /* Continue logs */ in nilfs_segctor_begin_construction()
1432 static void nilfs_free_incomplete_logs(struct list_head *logs, in nilfs_free_incomplete_logs() argument
1439 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs()
1458 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_free_incomplete_logs()
1488 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) in nilfs_cancel_segusage() argument
1493 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage()
1499 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_cancel_segusage()
1784 static void nilfs_abort_logs(struct list_head *logs, int err) in nilfs_abort_logs() argument
1790 if (list_empty(logs)) in nilfs_abort_logs()
1793 list_for_each_entry(segbuf, logs, sb_lis in nilfs_abort_logs()
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dsegbuf.h160 void nilfs_clear_logs(struct list_head *logs);
161 void nilfs_truncate_logs(struct list_head *logs,
163 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs);
164 int nilfs_wait_on_logs(struct list_head *logs);
165 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed);
167 static inline void nilfs_destroy_logs(struct list_head *logs) in nilfs_destroy_logs() argument
169 nilfs_truncate_logs(logs, NULL); in nilfs_destroy_logs()
H A Dsegbuf.c267 void nilfs_clear_logs(struct list_head *logs) in nilfs_clear_logs() argument
271 list_for_each_entry(segbuf, logs, sb_list) in nilfs_clear_logs()
275 void nilfs_truncate_logs(struct list_head *logs, in nilfs_truncate_logs() argument
280 segbuf = list_prepare_entry(last, logs, sb_list); in nilfs_truncate_logs()
281 list_for_each_entry_safe_continue(segbuf, n, logs, sb_list) { in nilfs_truncate_logs()
288 int nilfs_write_logs(struct list_head *logs, struct the_nilfs *nilfs) in nilfs_write_logs() argument
293 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_write_logs()
301 int nilfs_wait_on_logs(struct list_head *logs) in nilfs_wait_on_logs() argument
306 list_for_each_entry(segbuf, logs, sb_list) { in nilfs_wait_on_logs()
315 * nilfs_add_checksums_on_logs - add checksums on the logs
319 nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) nilfs_add_checksums_on_logs() argument
[all...]
H A Dsegment.c1339 /* Continue logs */ in nilfs_segctor_begin_construction()
1429 static void nilfs_free_incomplete_logs(struct list_head *logs, in nilfs_free_incomplete_logs() argument
1436 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_free_incomplete_logs()
1455 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_free_incomplete_logs()
1485 static void nilfs_cancel_segusage(struct list_head *logs, struct inode *sufile) in nilfs_cancel_segusage() argument
1490 segbuf = NILFS_FIRST_SEGBUF(logs); in nilfs_cancel_segusage()
1496 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_cancel_segusage()
1781 static void nilfs_abort_logs(struct list_head *logs, int err) in nilfs_abort_logs() argument
1787 if (list_empty(logs)) in nilfs_abort_logs()
1790 list_for_each_entry(segbuf, logs, sb_lis in nilfs_abort_logs()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/pstore/
H A DMakefile9 EXTRA_CLEAN := logs/* *uuid
H A Dcommon_tests60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
63 # Preparing logs
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H A DMakefile6 EXTRA_CLEAN := $(OUTPUT)/logs/*
H A Dftracetest15 echo " -k|--keep Keep passed test logs"
22 echo " -l|--logdir <dir> Save logs on the <dir>"
23 echo " If <dir> is -, all logs output in console only"
187 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
204 # Preparing logs
/kernel/linux/linux-6.6/tools/testing/selftests/pstore/
H A DMakefile9 EXTRA_CLEAN := logs/* *uuid
H A Dcommon_tests60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
63 # Preparing logs
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/
H A DMakefile7 EXTRA_CLEAN := $(OUTPUT)/logs/*
H A Dftracetest15 echo " -k|--keep Keep passed test logs"
23 echo " -l|--logdir <dir> Save logs on the <dir>"
24 echo " If <dir> is -, all logs output in console only"
193 LOG_TOP_DIR=$TOP_DIR/logs
214 # Preparing logs
/kernel/linux/common_modules/tzdriver/tlogger/
H A Dtlogger.c149 struct list_head logs; /* log channels list */ member
482 list_for_each_entry(log, &m_log_list, logs) { in get_tlogger_log_by_minor()
964 INIT_LIST_HEAD(&log->logs); in register_device()
965 list_add_tail(&log->logs, &m_log_list); in register_device()
1285 /* copy logs from log memory, then parse the logs */ in tlogger_store_msg()
1471 list_for_each_entry_safe(current_log, next_log, &m_log_list, logs) { in unregister_tlogger()
1475 list_del(&current_log->logs); in unregister_tlogger()
/kernel/uniproton/build/uniproton_ci_lib/
H A Dget_config_info.py24 from logs import BuilderNolog, log_msg
/kernel/uniproton/
H A Dbuild.py32 from logs import BuilderNolog, log_msg
51 self.log_dir = '%s/logs/%s' % (self.build_dir, self.cpu_type)
174 if subfoldername in ['logs','output','__pycache__']:

Completed in 23 milliseconds