Searched refs:dump (Results 251 - 275 of 353) 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_fq_codel.c700 .dump = fq_codel_dump_class,
716 .dump = fq_codel_dump,
H A Dsch_mqprio.c761 .dump = mqprio_dump_class,
774 .dump = mqprio_dump,
H A Dsch_ets.c793 .dump = ets_class_dump,
812 .dump = ets_qdisc_dump,
H A Dsch_sfq.c909 .dump = sfq_dump_class,
925 .dump = sfq_dump,
H A Dsch_hhf.c701 .dump = hhf_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/security/tomoyo/
H A Dcommon.h627 struct tomoyo_page_dump dump; member in struct:tomoyo_execve
939 struct tomoyo_page_dump *dump);
/linux-master/net/netfilter/
H A Dnft_tunnel.c158 .dump = nft_tunnel_get_dump,
711 .dump = nft_tunnel_obj_dump,
H A Dnfnetlink_acct.c284 .dump = nfnl_acct_dump,
H A Dnfnetlink_cttimeout.c274 .dump = ctnl_timeout_dump,
H A Dnfnetlink_cthelper.c632 .dump = nfnl_cthelper_dump_table,
H A Dnft_flow_offload.c472 .dump = nft_flow_offload_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)
1155 $(QUIET_GEN)$(BPFTOOL) btf dump file $< format c > $@
1224 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...]
H A Dhci_vhci.c319 hdev->dump.timeout = msecs_to_jiffies(timeout * 1000);
/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 336 milliseconds

<<1112131415