Searched refs:dump (Results 251 - 275 of 360) sorted by relevance

<<1112131415

/linux-master/net/sched/
H A Dact_sample.c312 .dump = tcf_sample_dump,
H A Dact_nat.c322 .dump = tcf_nat_dump,
H A Dcls_matchall.c397 .dump = mall_dump,
H A Dcls_fw.c432 .dump = fw_dump,
H A Dact_bpf.c399 .dump = tcf_bpf_dump,
H A Dact_ctinfo.c361 .dump = tcf_ctinfo_dump,
H A Dsch_choke.c498 .dump = choke_dump,
H A Dsch_etf.c500 .dump = etf_dump,
H A Dsch_fq_codel.c713 .dump = fq_codel_dump_class,
729 .dump = fq_codel_dump,
H A Dsch_ets.c796 .dump = ets_class_dump,
815 .dump = ets_qdisc_dump,
H A Dsch_sfq.c914 .dump = sfq_dump_class,
930 .dump = sfq_dump,
H A Dsch_mqprio.c759 .dump = mqprio_dump_class,
772 .dump = mqprio_dump,
/linux-master/arch/s390/include/uapi/asm/
H A Dkvm.h242 __u64 gaddr; /* For dump storage state */
275 struct kvm_s390_pv_info_dump dump; member in union:kvm_s390_pv_info::__anon53
/linux-master/tools/arch/s390/include/uapi/asm/
H A Dkvm.h242 __u64 gaddr; /* For dump storage state */
275 struct kvm_s390_pv_info_dump dump; member in union:kvm_s390_pv_info::__anon122
/linux-master/net/netfilter/
H A Dnft_dynset.c425 .dump = nft_dynset_dump,
H A Dnft_tunnel.c158 .dump = nft_tunnel_get_dump,
717 .dump = nft_tunnel_obj_dump,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh627 ip netns exec "${ns}" ./pm_nl_ctl dump
/linux-master/tools/bpf/bpftool/
H A DMakefile209 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) btf dump file $< format c > $@
/linux-master/samples/hid/
H A DMakefile176 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
/linux-master/security/tomoyo/
H A Dcommon.h627 struct tomoyo_page_dump dump; member in struct:tomoyo_execve
939 struct tomoyo_page_dump *dump);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c234 /* Get cr-dump and reset FW semaphore */
561 .dump = mlx5_fw_reporter_dump,
657 .dump = mlx5_fw_fatal_reporter_dump,
/linux-master/tools/perf/
H A DMakefile.perf101 # Define FEATURES_DUMP to provide features detection dump file
276 # Without this setting the output feature dump file misses some features, for
278 # dump file.
281 ifeq ($(filter feature-dump,$(MAKECMDGOALS)),feature-dump)
1179 $(QUIET_GEN)$(BPFTOOL) btf dump file $< format c > $@
1248 feature-dump:
/linux-master/drivers/bluetooth/
H A Dhci_qca.c66 /* Controller dump header */
112 /* Controller memory dump states */
1024 struct qca_dump_size *dump; local
1061 * the controller, Disable IBS to recevie dump
1063 * the controller to send the dump is 8 seconds. let us
1068 dump = (void *) skb->data;
1069 qca_memdump->ram_dump_size = __le32_to_cpu(dump->dump_size);
1097 bt_dev_info(hu->hdev, "QCA collecting dump of size:%u",
1215 /* We receive chip memory dump as an event packet, With a dedicated
1217 * received we store dump int
[all...]
/linux-master/net/batman-adv/
H A Dbat_iv_ogm.c1800 * @msg: Netlink message to dump into
1804 * @if_outgoing: Limit dump to entries with this outgoing interface
1805 * @orig_node: Originator to dump
1863 * @msg: Netlink message to dump into
1867 * @if_outgoing: Limit dump to entries with this outgoing interface
1868 * @orig_node: Originator to dump
1925 * @msg: Netlink message to dump into
1929 * @if_outgoing: Limit dump to entries with this outgoing interface
1967 * @msg: Netlink message to dump into
1970 * @if_outgoing: Limit dump t
[all...]
/linux-master/drivers/pci/
H A Dsetup-bus.c2089 goto dump;
2098 goto dump;
2137 dump:

Completed in 332 milliseconds

<<1112131415