Searched refs:log (Results 151 - 175 of 365) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dfs_parser.h63 extern int __fs_parse(struct p_log *log,
73 return __fs_parse(&fc->log, desc, param, result);
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_internal.h74 #define SEQSYMBOL_TABLE_SIZE(log) (1 + (1 << (log)))
/linux-master/tools/perf/tests/shell/
H A Dbuildid.sh135 log_out=$(mktemp /tmp/perf.log.out.XXX)
136 log_err=$(mktemp /tmp/perf.log.err.XXX)
143 echo "see log: ${log_err}"
/linux-master/fs/btrfs/
H A DMakefile30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
35 subpage.o tree-mod-log.o extent-io-tree.o fs.o messages.o bio.o \
/linux-master/fs/jfs/
H A Djfs_incore.h166 struct jfs_log *log; /* log */ member in struct:jfs_sb_info
173 dev_t logdev; /* external log device */
174 uint aggregate; /* volume identifier in log record */
175 pxd_t logpxd; /* pxd describing log */
179 uuid_t loguuid; /* 128-bit uuid for log */
222 if (JFS_SBI(inode->i_sb)->log)
H A Dsuper.c563 sbi->log = NULL;
619 struct jfs_log *log = sbi->log; local
624 rc = lmLogShutdown(log);
649 struct jfs_log *log = sbi->log; local
658 rc = lmLogInit(log);
675 struct jfs_log *log = JFS_SBI(sb)->log; local
677 /* log
[all...]
H A Djfs_metapage.c183 mp->log = NULL;
282 struct jfs_log *log = mp->log; local
285 * This can race. Recheck that log hasn't been set to null, and after
288 if (!log)
291 LOGSYNC_LOCK(log, flags);
293 mp->log = NULL;
296 log->count--;
299 LOGSYNC_UNLOCK(log, flags);
374 if (mp->log
[all...]
/linux-master/fs/xfs/
H A Dxfs_trans_ail.c106 * This is called by the log manager code to determine the LSN of the tail of
107 * the log. This is exactly the LSN of the first item in the AIL. If the AIL
289 * Splice the log item list into the AIL at the given LSN. We splice to the
352 * We clear the log item failed state here as well, but we have to be careful
354 * may be the failed log items. Hence if we clear the log item failed state
357 * xfs_buf_delwri_queue. It makes no difference to the buffer or log items which
361 * Hence we can safely queue the buffer for IO before we clear the failed log
398 * If log item pinning is enabled, skip the push and track the item as
406 * caller will force the log
755 struct xlog *log = ailp->ail_log; variable in typeref:struct:xlog
877 struct xlog *log = ailp->ail_log; local
[all...]
/linux-master/sound/soc/intel/avs/
H A Dskl.c90 write = readl(avs_sram_addr(adev, AVS_FW_REGS_WINDOW) + FW_REGS_DBG_LOG_WP(msg->log.core));
95 buf = avs_log_buffer_addr(adev, msg->log.core) + offset;
/linux-master/drivers/dma/idxd/
H A Ddebugfs.c25 entry = (struct dsa_evl_entry *)evl->log + index;
66 if (!evl || !evl->log)
/linux-master/arch/um/drivers/
H A Dvhost_user.h92 u64 desc, used, avail, log; member in struct:vhost_user_vring_addr
/linux-master/include/net/netfilter/
H A Dnf_log.h35 } log; member in union:nf_loginfo::__anon1759
58 /* Function to register/unregister log function. */
/linux-master/tools/testing/selftests/lkdtm/
H A Drun.sh69 # Prepare log for report checking
70 LOG=$(mktemp --tmpdir -t lkdtm-log-XXXXXX)
/linux-master/drivers/firmware/efi/
H A Dtpm.c49 * first entry in the TPM log, so bail here.
91 log_tbl->log);
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-qemu.sh53 echo "NOTE: $QEMU either did not run or was interactive" > $resdir/console.log
134 oldline="`tail $resdir/console.log`"
151 newline="`tail $resdir/console.log`"
156 last_ts="`tail $resdir/console.log | grep '^\[ *[0-9]\+\.[0-9]\+]' | tail -1 | sed -e 's/^\[ *//' -e 's/\..*$//'`"
166 echo Continuing at console.log time $last_ts \"`tail -n 1 $resdir/console.log`\" `date`
H A Dkvm-test-1-run.sh45 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
155 qemu_args="$qemu_args `identify_qemu_args "$QEMU" "$resdir/console.log"`"
193 echo " " $resdir/console.log >> $resdir/bare-metal
217 parse-console.sh $resdir/console.log $title
/linux-master/drivers/media/platform/amphion/
H A Dvpu_malone.h13 struct vpu_buffer *log);
/linux-master/drivers/fsi/
H A Dfsi-master-i2cr.c112 u64 log; local
115 i2cr_transfer(client, I2CR_LOG_CMD, &log);
117 trace_i2cr_status_error(client, status, error, log);
128 dev_err(&client->dev, "status:%016llx error:%016llx log:%016llx\n", status, error,
129 log);
/linux-master/net/batman-adv/
H A DMakefile20 batman-adv-$(CONFIG_BATMAN_ADV_DEBUG) += log.o
/linux-master/net/ipv4/
H A Dbpf_tcp_ca.c77 static int bpf_tcp_ca_btf_struct_access(struct bpf_verifier_log *log, argument
86 bpf_log(log, "only read is supported\n");
120 bpf_log(log, "no write support to tcp_sock at off %d\n", off);
125 bpf_log(log,
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h36 /** @log: sub-structure containing GuC log related data and objects */
37 struct intel_guc_log log; member in struct:intel_guc
328 static inline struct intel_guc *log_to_guc(struct intel_guc_log *log) argument
330 return container_of(log, struct intel_guc, log);
/linux-master/net/bpf/
H A Dbpf_dummy_struct_ops.c184 static int bpf_dummy_ops_btf_struct_access(struct bpf_verifier_log *log, argument
200 bpf_log(log, "only access to bpf_dummy_ops_state is supported\n");
205 bpf_log(log, "write access at off %d with size %d\n", off, size);
/linux-master/fs/nfs/
H A Dinternal.h156 #define nfs_errorf(fc, fmt, ...) ((fc)->log.log ? \
160 #define nfs_ferrorf(fc, fac, fmt, ...) ((fc)->log.log ? \
164 #define nfs_invalf(fc, fmt, ...) ((fc)->log.log ? \
168 #define nfs_finvalf(fc, fac, fmt, ...) ((fc)->log.log ? \
172 #define nfs_warnf(fc, fmt, ...) ((fc)->log.log
[all...]
/linux-master/drivers/vhost/
H A Dvhost.c424 kfree(vq->log);
425 vq->log = NULL;
441 vq->log = kmalloc_array(dev->iov_limit, sizeof(*vq->log),
445 if (!vq->indirect || !vq->log || !vq->heads)
533 vq->log = NULL;
1072 bool log; local
1075 log = log_all || vhost_has_feature(d->vqs[i], VHOST_F_LOG_ALL);
1079 umem, log);
1669 /* Can we log write
2120 unsigned long log = (unsigned long)addr; local
2148 u64 log = base + write_page / 8; local
2225 vhost_log_write(struct vhost_virtqueue *vq, struct vhost_log *log, unsigned int log_num, u64 len, struct iovec *iov, int count) argument
2393 get_indirect(struct vhost_virtqueue *vq, struct iovec iov[], unsigned int iov_size, unsigned int *out_num, unsigned int *in_num, struct vhost_log *log, unsigned int *log_num, struct vring_desc *indirect) argument
2494 vhost_get_vq_desc(struct vhost_virtqueue *vq, struct iovec iov[], unsigned int iov_size, unsigned int *out_num, unsigned int *in_num, struct vhost_log *log, unsigned int *log_num) argument
[all...]
/linux-master/net/openvswitch/
H A Ddatapath.c606 bool log = !a[OVS_PACKET_ATTR_PROBE]; local
644 packet, &flow->key, log);
649 &flow->key, &acts, log);
980 bool log = !a[OVS_FLOW_ATTR_PROBE]; local
985 OVS_NLERR(log, "Flow key attr not present in new flow.");
989 OVS_NLERR(log, "Flow actions attr not present in new flow.");
1011 a[OVS_FLOW_ATTR_MASK], log);
1019 key, log);
1025 &new_flow->key, &acts, log);
1027 OVS_NLERR(log, "Flo
1138 get_flow_actions(struct net *net, const struct nlattr *a, const struct sw_flow_key *key, const struct sw_flow_mask *mask, bool log) argument
1173 ovs_nla_init_match_and_action(struct net *net, struct sw_flow_match *match, struct sw_flow_key *key, struct nlattr **a, struct sw_flow_actions **acts, bool log) argument
1227 bool log = !a[OVS_FLOW_ATTR_PROBE]; local
1328 bool log = !a[OVS_FLOW_ATTR_PROBE]; local
1387 bool log = !a[OVS_FLOW_ATTR_PROBE]; local
[all...]

Completed in 376 milliseconds

1234567891011>>