Searched refs:record (Results 126 - 150 of 222) sorted by relevance

123456789

/linux-master/drivers/cxl/core/
H A Dtrace.h333 /* Following are out of order to pack trace record */
429 __field(u16, column) /* Out of order to pack trace record */
435 __field(u8, rank) /* Out of order to pack trace record */
436 __field(u8, bank_group) /* Out of order to pack trace record */
437 __field(u8, bank) /* Out of order to pack trace record */
438 __field(u8, dpa_flags) /* Out of order to pack trace record */
660 #define __cxl_poison_addr(record) \
661 (le64_to_cpu(record->address))
662 #define cxl_poison_record_dpa(record) \
663 (__cxl_poison_addr(record)
[all...]
/linux-master/fs/pstore/
H A Dftrace.c34 struct pstore_record record = { local
54 psinfo->write(&record);
/linux-master/samples/bpf/
H A Dxdp_sample_user.c90 struct record { struct
99 struct record val;
103 struct record rx_cnt;
104 struct record redir_err[XDP_REDIRECT_ERR_MAX];
105 struct record kthread;
106 struct record exception[XDP_ACTION_MAX];
107 struct record devmap_xmit;
109 struct record enq[];
340 static void map_collect_percpu(struct datarec *values, struct record *rec)
453 rec = calloc(1, sizeof(*rec) + sample_n_cpus * sizeof(struct record));
[all...]
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo_guest.h21 /* VBVA record that we are currently preparing for the host, or NULL */
22 struct vbva_record *record; member in struct:vbva_buf_ctx
/linux-master/arch/arm/kernel/
H A Dhyp-stub.S39 * If they don't match, record that fact. The Z bit indicates
48 strne \reg1, [\reg2] @ record what happened and give up
/linux-master/tools/perf/tests/shell/
H A Drecord+probe_libc_inet_pton.sh64 # Check presence of libtraceevent support to run perf record
68 perf record -e $event_name/$eventattr/ -o $perf_data ping -6 -c 1 ::1 > /dev/null 2>&1
71 printf "FAIL: perf record failed to create \"%s\" \n" "$perf_data"
H A Dbuildid.sh139 echo "running: perf record $*"
140 ${perf} record --buildid-all -o ${data} "$@" 1>${log_out} 2>${log_err}
142 echo "failed: record $*"
162 # add binaries via perf record post processing
H A Dtest_task_analyzer.sh61 perf record -e sched:sched_switch -a -- sleep 1 > /dev/null 2>&1
64 printf "FAIL: perf record failed to create \"perf.data\" \n"
/linux-master/tools/perf/util/
H A Dmem-events.h9 bool record; member in struct:perf_mem_event
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c99 * record. Its a one time calculation till the
115 * record (no trailer and possibly a truncated payload).
944 * @skb - skb contains partial record..
982 * @skb - skb contains partial record..
1085 * chcr_ktls_xmit_wr_complete: This sends out the complete record. If an skb
1086 * received has partial end part of the record, send out the complete record, so
1255 * a middle part of a record, fetch the prior data to make it 16 byte aligned
1258 * @skb - skb contains partial record..
1264 * @tls_rec_offset - offset from start of the tls record
1653 chcr_ktls_copy_record_in_skb(struct sk_buff *nskb, struct sk_buff *skb, struct tls_record_info *record) argument
1691 chcr_end_part_handler(struct chcr_ktls_info *tx_info, struct sk_buff *skb, struct tls_record_info *record, u32 tcp_seq, int mss, bool tcp_push_no_fin, struct sge_eth_txq *q, u32 skb_offset, u32 tls_end_offset, bool last_wr) argument
1768 chcr_short_record_handler(struct chcr_ktls_info *tx_info, struct sk_buff *skb, struct tls_record_info *record, u32 tcp_seq, int mss, bool tcp_push_no_fin, u32 data_len, u32 skb_offset, struct sge_eth_txq *q, u32 tls_end_offset) argument
1927 struct tls_record_info *record; local
[all...]
/linux-master/arch/m68k/hp300/
H A Dconfig.c72 int __init hp300_parse_bootinfo(const struct bi_record *record) argument
75 const void *data = record->data;
77 switch (be16_to_cpu(record->tag)) {
/linux-master/kernel/bpf/
H A Darraymap.c362 !btf_record_has_field(map->record, BPF_SPIN_LOCK)))
368 bpf_obj_free_fields(array->map.record, val);
376 bpf_obj_free_fields(array->map.record, val);
413 bpf_obj_free_fields(array->map.record, per_cpu_ptr(pptr, cpu));
439 if (btf_record_has_field(map->record, BPF_TIMER | BPF_WORKQUEUE)) {
441 if (btf_record_has_field(map->record, BPF_TIMER))
442 bpf_obj_free_timer(map->record, array_map_elem_ptr(array, i));
443 if (btf_record_has_field(map->record, BPF_WORKQUEUE))
444 bpf_obj_free_workqueue(map->record, array_map_elem_ptr(array, i));
455 if (!IS_ERR_OR_NULL(map->record)) {
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c854 struct htc_record_hdr *record; local
865 record = (struct htc_record_hdr *) buffer;
869 if (record->len > len) {
870 /* no room left in buffer for record */
873 record->len, record->rec_id, len);
878 /* start of record follows the header */
881 switch (record->rec_id) {
883 if (record->len < sizeof(struct htc_credit_report)) {
890 record
[all...]
/linux-master/drivers/misc/cxl/
H A Dhcalls.h100 * cxl_h_get_config - collect configuration record for the
102 * Parameter1 = # of configuration record to retrieve, valid values are
104 * Parameter2 = byte offset into configuration record to retrieve,
105 * valid values are between 0 and (ibm,config-record-size - 1)
106 * Parameter3 = 4K aligned real address of configuration record buffer,
122 * Parameter1 = # of VPD record to retrieve, valid values are between 0
129 long cxl_h_collect_vpd(u64 unit_address, u64 record, u64 list_address,
/linux-master/kernel/bpf/preload/iterators/
H A Diterators.bpf.c7 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
/linux-master/tools/perf/
H A Dbuiltin-mem.c66 "perf mem record [<options>] [<command>]",
67 "perf mem record [<options>] -- <command> [<options>]",
84 "event selector. use 'perf mem record -e list' to list available events",
118 rec_argv[i++] = "record";
129 e->record = true;
134 e->record = true;
139 e->record = true;
144 if (e->record)
176 pr_debug("calling: record ");
494 const char *const mem_subcommands[] = { "record", "repor
[all...]
H A Dperf-completion.sh166 $prev_skip_opts == @(record|stat|top) ]]; then
207 $prev_skip_opts == @(record|stat|top) ]]; then
/linux-master/fs/btrfs/
H A Dqgroup.c1897 * Inform qgroup to trace one dirty extent, its info is recorded in @record.
1904 * Return >0 for existing record, caller can free @record safely.
1909 struct btrfs_qgroup_extent_record *record)
1914 u64 bytenr = record->bytenr;
1920 trace_btrfs_qgroup_trace_extent(fs_info, record);
1931 if (record->data_rsv && !entry->data_rsv) {
1932 entry->data_rsv = record->data_rsv;
1934 record->data_rsv_refroot;
1940 rb_link_node(&record
1907 btrfs_qgroup_trace_extent_nolock(struct btrfs_fs_info *fs_info, struct btrfs_delayed_ref_root *delayed_refs, struct btrfs_qgroup_extent_record *record) argument
2038 struct btrfs_qgroup_extent_record *record; local
2922 struct btrfs_qgroup_extent_record *record; local
[all...]
H A Ddelayed-ref.c836 * ref->must_insert_reserved is the flag used to record that
839 * Once we record must_insert_reserved, switch the action to
1034 struct btrfs_qgroup_extent_record *record = NULL; local
1050 record = kzalloc(sizeof(*record), GFP_NOFS);
1051 if (!record) {
1059 init_delayed_ref_head(head_ref, generic_ref, record, reserved);
1069 head_ref = add_delayed_ref_head(trans, head_ref, record,
1089 return btrfs_qgroup_trace_extent_post(trans, record);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c428 * even though they are wired up to record 0x93
651 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) local
657 while (record->ucRecordSize > 0 &&
658 record->ucRecordType > 0 &&
659 record->ucRecordType <= ATOM_MAX_OBJECT_RECORD_NUMBER) {
660 switch (record->ucRecordType) {
663 record;
667 record = (ATOM_COMMON_RECORD_HEADER *)
668 ((char *)record + record
682 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) local
758 *record = local
1694 u8 *record; local
[all...]
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema.c855 struct ib_event *record)
863 if (record->element.port_num != port->port_num)
867 record->event, dev_name(&record->device->dev),
868 record->element.port_num);
870 if (record->event != IB_EVENT_PORT_ERR &&
871 record->event != IB_EVENT_PORT_ACTIVE)
875 if (record->event == IB_EVENT_PORT_ACTIVE)
854 opa_vnic_event(struct ib_event_handler *handler, struct ib_event *record) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c22 * number of DUMP WQEs needed for the TX resync of a record.
627 struct tls_record_info *record; local
633 record = tls_get_record(tx_ctx, tcp_seq, &info->rcd_sn);
635 if (unlikely(!record)) {
644 * 3. packet ends before tls record info starts: drop,
645 * this packet was already acknowledged and its record info
648 ends_before = before(tcp_seq + datalen - 1, tls_record_start_seq(record));
650 if (unlikely(tls_record_is_start_marker(record))) {
658 info->sync_len = tcp_seq - tls_record_start_seq(record);
661 skb_frag_t *frag = &record
[all...]
/linux-master/fs/hfs/
H A Dbtree.h82 int record; member in struct:hfs_find_data
/linux-master/sound/oss/dmasound/
H A Ddmasound.h122 void (*record)(void); /* optional */ member in struct:__anon3250
/linux-master/arch/s390/include/uapi/asm/
H A Dipl.h132 __u8 record; member in struct:ipl_pb0_eckd::__anon46

Completed in 688 milliseconds

123456789