Searched refs:log (Results 251 - 275 of 365) sorted by relevance

<<1112131415

/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1159 struct sock_fprog log; local
1214 FILTER_ALLOC(log);
1225 FILTER_FREE(log);
1243 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->log);
1269 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->log);
1302 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->log);
1325 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->log);
1352 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->log);
1375 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->log);
1395 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->log);
[all...]
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c222 /* Set the log wptr index
870 (gmu->log.iova & GENMASK(31, 12)) |
871 ((gmu->log.size / SZ_4K - 1) & GENMASK(7, 0)));
876 gmu->log.iova | (gmu->log.size / SZ_4K - 1));
1229 msm_gem_kernel_put(gmu->log.obj, gmu->aspace);
1743 /* Allocate memory for the GMU log region */
1744 ret = a6xx_gmu_memory_alloc(gmu, &gmu->log, SZ_16K, 0, "log");
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6716 # 1.3 If |X| < 16380 log(2), go to Step 2. #
6727 # 16380 log(2) used in Step 1.3 is also in the compact #
6729 # |X| < 16380 log(2). There is no harm to have a small #
6731 # 16380 log(2) and the branch to Step 9 is taken. #
6747 # constant := single-precision( 64/log 2 ). #
6884 # 1.3 If |X| < 70 log(2), go to Step 2. #
6989 # Step 10. Calculate exp(X)-1 for |X| >= 70 log 2. #
7963 # slognp1(): computes the log(1+X) of a normalized input #
7964 # slognp1d(): computes the log(1+X) of a denormalized input #
7971 # fp0 = log(
[all...]
/linux-master/drivers/usb/storage/
H A Dene_ub6250.c227 /*dphy->log table */
1246 u16 log; local
1252 log = info->MS_Lib.Phy2LogMap[phyblk];
1254 if (log < info->MS_Lib.NumberOfLogBlock)
1255 info->MS_Lib.Log2PhyMap[log] = MS_LB_NOT_USED;
1312 u16 log; local
1318 log = info->MS_Lib.Phy2LogMap[phyblk];
1320 if (log < info->MS_Lib.NumberOfLogBlock)
1321 info->MS_Lib.Log2PhyMap[log] = MS_LB_NOT_USED;
/linux-master/arch/powerpc/platforms/pseries/
H A Dras.c194 " UPS/battery. Check RTAS error log for details\n");
199 " RTAS error log for details\n");
205 " error log for details\n");
231 static void rtas_parse_epow_errlog(struct rtas_error_log *log) argument
238 pseries_log = get_pseries_errorlog(log, PSERIES_ELOG_SECT_ID_EPOW);
256 " log for details\n");
261 " log for details\n");
270 " error log for details. Powering off.\n");
276 pr_emerg("System about to lose power. Check RTAS error log "
354 * the error is deemed recoverable, we log
[all...]
/linux-master/drivers/acpi/
H A Dsbs.c102 static inline int battery_scale(int log) argument
105 while (log--)
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh436 touch $resdir/$ds/log
437 echo $scriptname $args >> $resdir/$ds/log
468 print "echo ----Start batch " batchnum ": `date` | tee -a " rd "log";
495 print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date` | tee -a " rd "log";
507 print "echo ", cfr[jn], cpusr[jn] ovf ": Waiting for build to complete. `date` | tee -a " rd "log";
512 print "echo ", cfr[jn], cpusr[jn] ovf ": Build complete. `date` | tee -a " rd "log";
526 print "\techo ----", cfr[j], cpusr[j] ovf ": Kernel present. `date` | tee -a " rd "log";
532 print "echo Build-only run, so suppressing jitter | tee -a " rd "log"
539 print "\techo ---- Starting kernels. `date` | tee -a " rd "log";
546 print "\techo ---- All kernel runs complete. `date` | tee -a " rd "log";
[all...]
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh68 (ovs_setenv $1; shift; "$@" >> ${ovs_dir}/debug.log)
142 echo "Flow [ $3 : $4 ] failed" >> ${ovs_dir}/debug.log
/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.c50 * requires us to log "intent" items in case log recovery needs to
51 * redo the operation, and to log "done" items to indicate that redo
66 * - Create a log intent item for that type.
79 * - Create a log done item for that type, and attach it to the
80 * log intent item.
81 * - For each work item attached to the log intent item,
83 * * Attach the work item to the log done item.
89 * The key here is that we must log an intent item for all pending
90 * work items every time we roll the transaction, and that we must log
533 struct xlog *log = (*tpp)->t_mountp->m_log; local
[all...]
/linux-master/drivers/isdn/hardware/mISDN/
H A Dipac.h52 char log[64]; member in struct:hscx_hw
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h64 } log[]; member in struct:switch_log
134 /* context switch log */
/linux-master/tools/lib/bpf/
H A Dgen_loader.c431 /* populate union bpf_attr with user provided log details */
678 goto log;
719 log:
768 goto log;
783 log:
995 /* populate union bpf_attr with user provided log details */
/linux-master/tools/perf/Documentation/
H A DMakefile253 # Generate date from either KBUILD_BUILD_TIMESTAMP or git log of
258 $(shell git log -1 --pretty="format:%cd" \
/linux-master/include/linux/
H A Dtpm.h132 struct tpm_bios_log log; member in struct:tpm_chip
/linux-master/fs/jfs/
H A Dinode.c128 jfs_flush_journal(JFS_SBI(inode->i_sb)->log, wait);
/linux-master/drivers/ata/
H A Dlibata.h87 extern unsigned int ata_read_log_page(struct ata_device *dev, u8 log,
/linux-master/drivers/md/
H A Draid5.h378 STRIPE_LOG_TRAPPED, /* trapped into log (see raid5-cache.c)
524 * write-through mode has identical behavior as existing log only
544 R5C_LOG_TIGHT, /* log device space tight, need to
547 R5C_LOG_CRITICAL, /* log device is running out of space,
549 * occupying the log
687 struct r5l_log *log; member in struct:r5conf
/linux-master/drivers/media/platform/amphion/
H A Dvpu.h151 struct vpu_buffer log; member in struct:vpu_core
/linux-master/arch/powerpc/kernel/
H A Drtas.c387 .name = "ibm,scan-log-dump",
1011 * Return the firmware-specified size of the error log buffer
1022 static const char propname[] __initconst = "rtas-error-log-max";
1032 pr_warn("%s = %u, clamping max error log size to %u\n",
1726 * catastrophic for this method to be absent or to fail; just log the
1752 * get_pseries_errorlog() - Find a specific pseries error log in an RTAS
1753 * extended event log.
1754 * @log: RTAS error/event log
1759 noinstr struct pseries_errorlog *get_pseries_errorlog(struct rtas_error_log *log, argument
[all...]
/linux-master/drivers/android/
H A Dbinder.c229 struct binder_transaction_log *log)
232 unsigned int cur = atomic_inc_return(&log->cur);
234 if (cur >= ARRAY_SIZE(log->entry))
235 log->full = true;
236 e = &log->entry[cur % ARRAY_SIZE(log->entry)];
3668 * of log entry
3742 * of log entry
5680 * Only create for the first PID to avoid debugfs log spamming
5696 * Similar to debugfs, the process specific log fil
228 binder_transaction_log_add( struct binder_transaction_log *log) argument
6466 struct binder_transaction_log *log = m->private; local
[all...]
/linux-master/include/net/
H A Dtls.h296 u32 log[TLS_DEVICE_RESYNC_ASYNC_LOGMAX]; member in struct:tls_offload_resync_async
/linux-master/net/openvswitch/
H A Dflow.c1077 struct sw_flow_key *key, bool log)
1083 err = parse_flow_nlattrs(attr, a, &attrs, log);
1088 err = ovs_nla_get_flow_metadata(net, a, attrs, key, log);
1075 ovs_flow_key_extract_userspace(struct net *net, const struct nlattr *attr, struct sk_buff *skb, struct sw_flow_key *key, bool log) argument
/linux-master/kernel/bpf/
H A Doffload.c823 int bpf_dev_bound_kfunc_check(struct bpf_verifier_log *log, argument
827 bpf_log(log, "metadata kfuncs require device-bound program\n");
832 bpf_log(log, "metadata kfuncs can't be offloaded\n");
/linux-master/lib/
H A DMakefile416 TEST_FORTIFY_LOGS = $(patsubst $(srctree)/$(src)/%.c, %.log, $(TEST_FORTIFY_SRCS))
417 TEST_FORTIFY_LOG = test_fortify.log
428 $(obj)/test_fortify/%.log: $(src)/test_fortify/%.c \
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S62 | 1.3 If |X| < 16380 log(2), go to Step 2.
72 | Note also that the constant 16380 log(2) used in Step 1.3
74 | to Step 2 guarantees |X| < 16380 log(2). There is no harm
76 | but close to, 16380 log(2) and the branch to Step 9 is
93 | constant := single-precision( 64/log 2 ).
224 | 1.3 If |X| < 70 log(2), go to Step 2.
319 | Step 10. Calculate exp(X)-1 for |X| >= 70 log 2.

Completed in 433 milliseconds

<<1112131415