Searched refs:log (Results 51 - 75 of 365) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/amd-pstate/
H A Dtbench.sh58 rm -rf $OUTFILE_TBENCH*.log
71 $PERF stat -a --per-socket -I 1000 -e power/energy-pkg/ tbench -t $TIME_LIMIT $PROCESS_NUM > $OUTFILE_TBENCH-perf-$1-$2.log 2>&1
86 awk '{print $5}' results/tracer-tbench-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_TBENCH-des-perf-$1-$2.log
87 avg_des_perf=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_TBENCH-des-perf-$1-$2.log)
90 awk '{print $7}' results/tracer-tbench-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_TBENCH-freq-$1-$2.log
91 avg_freq=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_TBENCH-freq-$1-$2.log)
94 awk '{print $11}' results/tracer-tbench-$1-$2/cpu.csv | sed -e '1d' | sed s/,// > $OUTFILE_TBENCH-load-$1-$2.log
95 avg_load=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_TBENCH-load-$1-$2.log)
98 grep Throughput $OUTFILE_TBENCH-perf-$1-$2.log | awk '{print $2}' > $OUTFILE_TBENCH-throughput-$1-$2.log
[all...]
H A Drun.sh80 echo "$policy $cur_gov" >> $OUTFILE.backup_governor.log
90 policies=$(awk '{print $1}' $OUTFILE.backup_governor.log)
93 governor=$(sed -n ''$i'p' $OUTFILE.backup_governor.log | awk '{print $2}')
359 rm -rf $OUTFILE.log
360 rm -rf $OUTFILE.backup_governor.log
365 rm -rf $OUTFILE.log
366 rm -rf $OUTFILE.backup_governor.log
371 rm -rf $OUTFILE.log
372 rm -rf $OUTFILE.backup_governor.log
383 rm -rf $OUTFILE.log
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c127 struct b43legacy_txstatus_log *log = &dev->dfsentry->txstatlog; local
133 spin_lock_irqsave(&log->lock, flags);
134 if (log->end < 0) {
142 i = log->end + 1;
147 stat = &(log->log[i]);
162 if (i == log->end)
167 spin_unlock_irqrestore(&log->lock, flags);
361 struct b43legacy_txstatus_log *log; local
371 log
425 struct b43legacy_txstatus_log *log; local
[all...]
/linux-master/drivers/md/
H A Ddm-log-userspace-base.c11 #include <linux/dm-dirty-log.h>
13 #include <linux/dm-log-userspace.h>
17 #include "dm-log-userspace-transfer.h"
32 * imposed on the size of data payload by dm-log-userspace-transfer.c:
103 DMERR(" Userspace log server not found.");
107 DMWARN("Attempting to contact userspace log server...");
115 DMINFO("Reconnected to userspace log server... DM_ULOG_CTR complete");
121 DMERR("Error trying to resume userspace log: %d", r);
175 * Where 'other args' are the userspace implementation-specific log
179 * <UUID> [integrated_flush] clustered-disk <arg count> <log de
191 userspace_ctr(struct dm_dirty_log *log, struct dm_target *ti, unsigned int argc, char **argv) argument
327 userspace_dtr(struct dm_dirty_log *log) argument
351 userspace_presuspend(struct dm_dirty_log *log) argument
362 userspace_postsuspend(struct dm_dirty_log *log) argument
379 userspace_resume(struct dm_dirty_log *log) argument
391 userspace_get_region_size(struct dm_dirty_log *log) argument
406 userspace_is_clean(struct dm_dirty_log *log, region_t region) argument
433 userspace_in_sync(struct dm_dirty_log *log, region_t region, int can_block) argument
561 userspace_flush(struct dm_dirty_log *log) argument
647 userspace_mark_region(struct dm_dirty_log *log, region_t region) argument
674 userspace_clear_region(struct dm_dirty_log *log, region_t region) argument
707 userspace_get_resync_work(struct dm_dirty_log *log, region_t *region) argument
734 userspace_set_region_sync(struct dm_dirty_log *log, region_t region, int in_sync) argument
763 userspace_get_sync_count(struct dm_dirty_log *log) argument
788 userspace_status(struct dm_dirty_log *log, status_type_t status_type, char *result, unsigned int maxlen) argument
829 userspace_is_remote_recovering(struct dm_dirty_log *log, region_t region) argument
[all...]
H A Ddm-region-hash.c9 #include <linux/dm-dirty-log.h>
65 struct dm_dirty_log *log; member in struct:dm_region_hash
170 struct dm_dirty_log *log, uint32_t region_size,
199 rh->log = log;
254 if (rh->log)
255 dm_dirty_log_destroy(rh->log);
265 return rh->log;
299 nreg->state = rh->log->type->in_sync(rh->log, regio
164 dm_region_hash_create( void *context, void (*dispatch_bios)(void *context, struct bio_list *bios), void (*wakeup_workers)(void *context), void (*wakeup_all_recovery_waiters)(void *context), sector_t target_begin, unsigned int max_recovery, struct dm_dirty_log *log, uint32_t region_size, region_t nr_regions) argument
401 struct dm_dirty_log *log = rh->log; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_icreate_item.c31 * This returns the number of iovecs needed to log the given inode item.
33 * We only need one iovec for the icreate log structure.
46 * This is called to fill in the vector of log iovecs for the
47 * given inode create log item.
79 * Initialize the inode log item for a newly allocated (in-core) inode.
135 * committed transaction in the log. It's purpose is to initialise the inodes
143 struct xlog *log,
148 struct xfs_mount *mp = log->l_mp;
163 xfs_warn(log->l_mp, "xlog_recover_do_icreate_trans: bad type");
168 xfs_warn(log
142 xlog_recover_icreate_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh226 echo " --- " $scriptname $args | tee -a $T/log
227 echo " --- Results directory: " $ds | tee -a $T/log
237 echo " --- Zero time for rcutorture, disabling" | tee -a $T/log
249 echo " --- Zero time for locktorture, disabling" | tee -a $T/log
261 echo " --- Zero time for scftorture, disabling" | tee -a $T/log
281 echo " --- $curflavor:" Start `date` | tee -a $T/log
292 cat $T/$curflavor.out | tee -a $T/log
293 echo retcode=$retcode | tee -a $T/log
344 echo " --- allmodconfig:" Start `date` | tee -a $T/log
347 echo " --- make clean" | tee $amcdir/log > "
[all...]
H A Dkvm-recheck-refscale.sh25 sed -e 's/^\[[^]]*]//' < $i/console.log | tr -d '\015' |
H A Dkvm-recheck-rcuscale.sh31 sed -e 's/^\[[^]]*]//' < $i/console.log |
62 div = 10 ** int(log(gptimes[pct90]) / log(10) + .5) / 100;
H A Dkvm-recheck-rcu.sh23 ngps=`grep ver: $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* ver: //' -e 's/ .*$//'`
24 stopstate="`grep 'End-test grace-period state: g' $i/console.log 2> /dev/null |
28 fwdprog="`grep 'rcu_torture_fwd_prog n_max_cbs: ' $i/console.log 2> /dev/null | sed -e 's/^\[[^]]*] //' | sort -k3nr | head -1 | awk '{ print $2 " " $3 }' | tr -d '\015'`"
44 nclosecalls=`grep --binary-files=text 'torture: Reader Batch' $i/console.log | tail -1 | \
75 echo $nclosecalls "Reader Batch close calls in" $(($dur/60)) minute run: $i > $i/console.log.rcu.diags
/linux-master/fs/jfs/
H A Djfs_txnmgr.c151 static void diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
153 static void dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd,
155 static void dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
157 static void mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
162 static void txLog(struct jfs_log *log, struct tblock *tblk,
166 static void xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd,
352 struct jfs_log *log; local
355 log = JFS_SBI(sb)->log;
357 if (!log) {
454 struct jfs_log *log; local
495 struct jfs_log *log; local
906 struct jfs_log *log; local
1134 struct jfs_log *log; local
1372 txLog(struct jfs_log *log, struct tblock *tblk, struct commit *cd) argument
1428 diLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd, struct tlock *tlck, struct commit *cd) argument
1506 dataLog(struct jfs_log *log, struct tblock *tblk, struct lrd *lrd, struct tlock *tlck) argument
1552 dtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, struct tlock * tlck) argument
1655 xtLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, struct tlock * tlck) argument
2038 mapLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, struct tlock * tlck) argument
2652 struct jfs_log *log; local
2794 struct jfs_log *log = mp->log; local
2815 struct jfs_log *log = JFS_SBI(sb)->log; local
2869 struct jfs_log *log = JFS_SBI(sb)->log; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dgpio.c88 .log[0] = (info & 0x1800) >> 11,
89 .log[1] = (info & 0x6000) >> 13,
98 .log[0] = (info & 0x18000000) >> 27,
99 .log[1] = (info & 0x60000000) >> 29,
108 .log[0] = (info1 & 0x30) >> 4,
109 .log[1] = (info1 & 0xc0) >> 6,
140 .log[0] = !!(conf & 0x02),
141 .log[1] = !(conf & 0x02),
/linux-master/drivers/gpu/drm/ci/
H A Dcheck-patch.py34 log = subprocess.check_output(["git", "log", "--format=%H %s", variable
40 if log == "":
/linux-master/tools/perf/tests/shell/base_probe/
H A Dtest_adding_kernel.sh50 $CMD_PERF list probe:\* > $LOGS_DIR/adding_kernel_list.log
53 ../common/check_all_lines_matched.pl "$RE_LINE_EMPTY" "List of pre-defined events" "probe:${TEST_PROBE}(?:_\d+)?\s+\[Tracepoint event\]" "Metric Groups:" < $LOGS_DIR/adding_kernel_list.log
63 $CMD_PERF probe -l > $LOGS_DIR/adding_kernel_list-l.log
66 ../common/check_all_patterns_found.pl "\s*probe:${TEST_PROBE}(?:_\d+)?\s+\(on ${TEST_PROBE}(?:[:\+]$RE_NUMBER_HEX)?@.+\)" < $LOGS_DIR/adding_kernel_list-l.log
75 $CMD_PERF stat -e probe:$TEST_PROBE\* -o $LOGS_DIR/adding_kernel_using_probe.log -- cat /proc/uptime > /dev/null
83 ../common/check_all_lines_matched.pl "$REGEX_STAT_HEADER" "$REGEX_STAT_VALUES" "$REGEX_STAT_TIME" "$RE_LINE_COMMENT" "$RE_LINE_EMPTY" < $LOGS_DIR/adding_kernel_using_probe.log
85 ../common/check_all_patterns_found.pl "$REGEX_STAT_HEADER" "$REGEX_STAT_VALUE_NONZERO" "$REGEX_STAT_TIME" < $LOGS_DIR/adding_kernel_using_probe.log
108 $CMD_PERF list probe:\* > $LOGS_DIR/adding_kernel_list_removed.log
111 ../common/check_all_lines_matched.pl "$RE_LINE_EMPTY" "List of pre-defined events" "Metric Groups:" < $LOGS_DIR/adding_kernel_list_removed.log
173 $CMD_PERF stat -e probe:$TEST_PROBE -e probe:${TEST_PROBE}_${NO_OF_PROBES} -x';' -o $LOGS_DIR/adding_kernel_using_two.log
[all...]
/linux-master/arch/x86/kvm/
H A Ddebugfs.c82 * This covers statistics <1024 (11=log(1024)+1), which should be enough to
97 unsigned int *log[KVM_NR_PAGE_SIZES], *cur; local
104 memset(log, 0, sizeof(log));
106 log[i] = kcalloc(RMAP_LOG_SIZE, sizeof(unsigned int), GFP_KERNEL);
107 if (!log[i])
122 cur = log[k];
146 cur = log[i];
155 kfree(log[i]);
/linux-master/arch/m68k/fpsp040/
H A Dslog2.S37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X.
38 | Notes: Even if X is denormalized, log(X) is always normalized.
40 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X.
54 | Step 2. Compute log_10(X) = log(X) * (1/log(10)).
66 | Step 1. Call slognd to obtain Y = log(
[all...]
/linux-master/fs/
H A Dfsopen.c28 struct fc_log *log = fc->log.log; local
29 unsigned int logsize = ARRAY_SIZE(log->buffer);
39 if (log->head == log->tail) {
44 index = log->tail & (logsize - 1);
45 p = log->buffer[index];
46 need_free = log->need_free & (1 << index);
47 log
[all...]
H A Dfs_context.c295 fc->log.prefix = fs_type->name;
410 if (fc->log.log)
411 refcount_inc(&fc->log.log->usage);
431 * @log: The filesystem context to log to, or NULL to use printk.
436 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...) argument
442 if (!log) {
458 unsigned int logsize = ARRAY_SIZE(log
490 struct fc_log *log = fc->log.log; local
[all...]
/linux-master/tools/testing/selftests/net/
H A Dfin_ack_lat.sh9 tmpfile=$(mktemp /tmp/fin_ack_latency.XXXX.log)
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_port_trace.c55 struct rchan *relaych = port->log.relaych;
66 struct rchan *relaych = port->log.relaych;
78 struct rchan *relaych = port->log.relaych;
102 port->log.relaych = relaych;
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py240 logging.basicConfig(filename='SpaceTest.log', level=logging.DEBUG)
243 log = logging.getLogger(__name__)
244 log.debug("test_make_two_spaces")
252 log.debug("%08x" % (root1))
253 log.debug("%08x" % (root2))
254 log.debug("%08x" % (root3))
257 log = logging.getLogger(__name__)
258 log.debug("test_flush_context")
262 log.debug("%08x" % (root1))
267 log
[all...]
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dcmma_test.c507 struct kvm_s390_cmma_log log; local
542 query_cmma_range(vm, 0, 1, &log);
543 assert_cmma_dirty(gfn_offset, 1, &log);
554 query_cmma_range(vm, TEST_DATA_START_GFN + TEST_DATA_PAGE_COUNT, 0x20, &log);
555 assert_cmma_dirty(gfn_offset, 0x20, &log);
569 query_cmma_range(vm, gfn_offset, 0x20, &log);
570 assert_cmma_dirty(gfn_offset, 0x20, &log);
582 query_cmma_range(vm, TEST_DATA_START_GFN, 1, &log);
583 assert_cmma_dirty(TEST_DATA_START_GFN + 0x21, 1, &log);
598 query_cmma_range(vm, gfn_offset, 15, &log);
[all...]
/linux-master/net/openvswitch/
H A Dflow_netlink.c156 u64 key_attrs, u64 mask_attrs, bool log)
295 OVS_NLERR(log, "Missing key (keys=%llx, expected=%llx)",
303 OVS_NLERR(log, "Unexpected mask (mask=%llx, allowed=%llx)",
471 u64 *attrsp, bool log, bool nz)
483 OVS_NLERR(log, "Key type %d is out of range max %d",
491 OVS_NLERR(log, "Key type %d is not supported", type);
496 OVS_NLERR(log, "Duplicate key (type %d).", type);
502 OVS_NLERR(log, "Key %d has unexpected len %d expected %d",
513 OVS_NLERR(log, "Message has %d unknown bytes.", rem);
523 bool log)
155 match_validate(const struct sw_flow_match *match, u64 key_attrs, u64 mask_attrs, bool log) argument
469 __parse_flow_nlattrs(const struct nlattr *attr, const struct nlattr *a[], u64 *attrsp, bool log, bool nz) argument
521 parse_flow_mask_nlattrs(const struct nlattr *attr, const struct nlattr *a[], u64 *attrsp, bool log) argument
528 parse_flow_nlattrs(const struct nlattr *attr, const struct nlattr *a[], u64 *attrsp, bool log) argument
534 genev_tun_opt_from_nlattr(const struct nlattr *a, struct sw_flow_match *match, bool is_mask, bool log) argument
585 vxlan_tun_opt_from_nlattr(const struct nlattr *attr, struct sw_flow_match *match, bool is_mask, bool log) argument
641 erspan_tun_opt_from_nlattr(const struct nlattr *a, struct sw_flow_match *match, bool is_mask, bool log) argument
668 ip_tun_from_nlattr(const struct nlattr *attr, struct sw_flow_match *match, bool is_mask, bool log) argument
998 validate_vlan_from_nlattrs(const struct sw_flow_match *match, u64 key_attrs, bool inner, const struct nlattr **a, bool log) argument
1036 validate_vlan_mask_from_nlattrs(const struct sw_flow_match *match, u64 key_attrs, bool inner, const struct nlattr **a, bool log) argument
1078 __parse_vlan_from_nlattrs(struct sw_flow_match *match, u64 *key_attrs, bool inner, const struct nlattr **a, bool is_mask, bool log) argument
1113 parse_vlan_from_nlattrs(struct sw_flow_match *match, u64 *key_attrs, const struct nlattr **a, bool is_mask, bool log) argument
1136 parse_eth_type_from_nlattrs(struct sw_flow_match *match, u64 *attrs, const struct nlattr **a, bool is_mask, bool log) argument
1157 metadata_from_nlattrs(struct net *net, struct sw_flow_match *match, u64 *attrs, const struct nlattr **a, bool is_mask, bool log) argument
1389 nsh_key_put_from_nlattr(const struct nlattr *attr, struct sw_flow_match *match, bool is_mask, bool is_push_nsh, bool log) argument
1510 ovs_key_from_nlattrs(struct net *net, struct sw_flow_match *match, u64 attrs, const struct nlattr **a, bool is_mask, bool log) argument
1799 ovs_nla_get_match(struct net *net, struct sw_flow_match *match, const struct nlattr *nla_key, const struct nlattr *nla_mask, bool log) argument
1878 get_ufid_len(const struct nlattr *attr, bool log) argument
1898 ovs_nla_get_ufid(struct sw_flow_id *sfid, const struct nlattr *attr, bool log) argument
1908 ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid, const struct sw_flow_key *key, bool log) argument
1951 ovs_nla_get_flow_metadata(struct net *net, const struct nlattr *a[OVS_KEY_ATTR_MAX + 1], u64 attrs, struct sw_flow_key *key, bool log) argument
2455 reserve_sfa_size(struct sw_flow_actions **sfa, int attr_len, bool log) argument
2494 __add_action(struct sw_flow_actions **sfa, int attrtype, void *data, int len, bool log) argument
2513 ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, int len, bool log) argument
2523 add_nested_action_start(struct sw_flow_actions **sfa, int attrtype, bool log) argument
2552 validate_and_copy_sample(struct net *net, const struct nlattr *attr, const struct sw_flow_key *key, struct sw_flow_actions **sfa, __be16 eth_type, __be16 vlan_tci, u32 mpls_label_count, bool log, bool last, u32 depth) argument
2619 validate_and_copy_dec_ttl(struct net *net, const struct nlattr *attr, const struct sw_flow_key *key, struct sw_flow_actions **sfa, __be16 eth_type, __be16 vlan_tci, u32 mpls_label_count, bool log, u32 depth) argument
2678 validate_and_copy_clone(struct net *net, const struct nlattr *attr, const struct sw_flow_key *key, struct sw_flow_actions **sfa, __be16 eth_type, __be16 vlan_tci, u32 mpls_label_count, bool log, bool last, u32 depth) argument
2760 validate_and_copy_set_tun(const struct nlattr *attr, struct sw_flow_actions **sfa, bool log) argument
2841 validate_nsh(const struct nlattr *attr, bool is_mask, bool is_push_nsh, bool log) argument
2868 validate_set(const struct nlattr *a, const struct sw_flow_key *flow_key, struct sw_flow_actions **sfa, bool *skip_copy, u8 mac_proto, __be16 eth_type, bool masked, bool log) argument
3068 validate_and_copy_check_pkt_len(struct net *net, const struct nlattr *attr, const struct sw_flow_key *key, struct sw_flow_actions **sfa, __be16 eth_type, __be16 vlan_tci, u32 mpls_label_count, bool log, bool last, u32 depth) argument
3147 copy_action(const struct nlattr *from, struct sw_flow_actions **sfa, bool log) argument
3161 __ovs_nla_copy_actions(struct net *net, const struct nlattr *attr, const struct sw_flow_key *key, struct sw_flow_actions **sfa, __be16 eth_type, __be16 vlan_tci, u32 mpls_label_count, bool log, u32 depth) argument
3498 ovs_nla_copy_actions(struct net *net, const struct nlattr *attr, const struct sw_flow_key *key, struct sw_flow_actions **sfa, bool log) argument
[all...]
/linux-master/net/netfilter/
H A Dnfnetlink_log.c106 __instance_lookup(const struct nfnl_log_net *log, u16 group_num) argument
111 head = &log->instance_table[instance_hashfn(group_num)];
126 instance_lookup_get_rcu(const struct nfnl_log_net *log, u16 group_num) argument
130 inst = __instance_lookup(log, group_num);
138 instance_lookup_get(const struct nfnl_log_net *log, u16 group_num) argument
143 inst = instance_lookup_get_rcu(log, group_num);
173 struct nfnl_log_net *log = nfnl_log_pernet(net); local
176 spin_lock_bh(&log->instances_lock);
177 if (__instance_lookup(log, group_num)) {
213 &log
250 instance_destroy(struct nfnl_log_net *log, struct nfulnl_instance *inst) argument
456 __build_packet_message(struct nfnl_log_net *log, struct nfulnl_instance *inst, const struct sk_buff *skb, unsigned int data_len, u_int8_t pf, unsigned int hooknum, const struct net_device *indev, const struct net_device *outdev, const char *prefix, unsigned int plen, const struct nfnl_ct_hook *nfnl_ct, struct nf_conn *ct, enum ip_conntrack_info ctinfo) argument
699 struct nfnl_log_net *log = nfnl_log_pernet(net); local
834 struct nfnl_log_net *log = nfnl_log_pernet(n->net); local
885 struct nfnl_log_net *log = nfnl_log_pernet(info->net); local
1031 struct nfnl_log_net *log; local
1051 struct nfnl_log_net *log; local
1119 struct nfnl_log_net *log = nfnl_log_pernet(net); local
1146 struct nfnl_log_net *log = nfnl_log_pernet(net); local
[all...]
/linux-master/drivers/nvme/target/
H A Dadmin-cmd.c135 struct nvme_smart_log *log; local
139 if (req->transfer_len != sizeof(*log))
142 log = kzalloc(sizeof(*log), GFP_KERNEL);
143 if (!log)
147 status = nvmet_get_smart_log_all(req, log);
149 status = nvmet_get_smart_log_nsid(req, log);
155 &log->num_err_log_entries);
158 status = nvmet_copy_to_sgl(req, 0, log, sizeof(*log));
165 nvmet_get_cmd_effects_nvm(struct nvme_effects_log *log) argument
185 nvmet_get_cmd_effects_zns(struct nvme_effects_log *log) argument
196 struct nvme_effects_log *log; local
[all...]

Completed in 367 milliseconds

1234567891011>>