/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | tegra.S | 76 mov \rv, #0 @ yes; record init is done
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | perf-completion.sh | 164 $prev_skip_opts == @(record|stat|top) ]]; then
|
/kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
H A D | ftrace2bconf.sh | 176 record-cmd
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | callchain.h | 245 int record_opts__parse_callchain(struct record_opts *record,
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | qgroup.h | 72 * In this case, NA and OA are going to be swapped, record (NA, OA) into 95 * Then NA's record gets removed from X's swapped_blocks. 98 * Any record in X's swapped_blocks gets removed, since there is no 265 * Inform qgroup to trace one dirty extent, its info is recorded in @record. 272 * Return >0 for existing record, caller can free @record safely. 278 struct btrfs_qgroup_extent_record *record);
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | qgroup.h | 73 * In this case, NA and OA are going to be swapped, record (NA, OA) into 96 * Then NA's record gets removed from X's swapped_blocks. 99 * Any record in X's swapped_blocks gets removed, since there is no 280 * Inform qgroup to trace one dirty extent, its info is recorded in @record. 287 * Return >0 for existing record, caller can free @record safely. 293 struct btrfs_qgroup_extent_record *record);
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | perf-completion.sh | 164 $prev_skip_opts == @(record|stat|top) ]]; then
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | callchain.h | 247 int record_opts__parse_callchain(struct record_opts *record,
|
H A D | mem-events.c | 88 e->record = found = true; in perf_mem_events__parse() 191 if (!e->record) in perf_mem_events__record_args()
|
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/ |
H A D | nfit_test.h | 77 } __packed record[]; member
|
H A D | nfit.c | 891 err_stat->record[i].err_inj_stat_spa_range_base = be->start; in nfit_test_cmd_ars_inject_status() 892 err_stat->record[i].err_inj_stat_spa_range_length = be->length; in nfit_test_cmd_ars_inject_status() 2875 struct nd_ars_record *record; in nfit_ctl_test() local 3017 record = &cmd.ars_stat.records[0]; in nfit_ctl_test() 3018 *record = (struct nd_ars_record) { in nfit_ctl_test() 3027 if (rc < 0 || cmd_rc || record->length != test_val) { in nfit_ctl_test() 3039 record = &cmd.ars_stat.records[0]; in nfit_ctl_test() 3040 *record = (struct nd_ars_record) { in nfit_ctl_test() 3049 if (rc < 0 || cmd_rc || record->length != test_val) { in nfit_ctl_test()
|
/kernel/linux/linux-6.6/tools/bootconfig/scripts/ |
H A D | ftrace2bconf.sh | 193 record-cmd
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_rvalue_visitor.cpp | 113 handle_rvalue(&ir->record); in rvalue_visit()
|
H A D | ir_print_visitor.cpp | 435 ir->record->accept(this); in visit() 438 ir->record->type->fields.structure[ir->field_idx].name; in visit()
|
/third_party/node/test/internet/ |
H A D | test-dns-any.js | 122 `Missing record type, found ${Object.keys(types)}`);
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherBytes.java | 193 stats.record(Statistics.Type.TERMINATING); in renderSequence()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_fw_update.c | 34 * ice_send_package_data - Send record package data to firmware 39 * Send a copy of the package data associated with the PLDM record matching 58 dev_dbg(dev, "Sending PLDM record package data to firmware\n"); in ice_send_package_data() 69 dev_err(dev, "Failed to send record package data to firmware, err %d aq_err %s\n", in ice_send_package_data() 71 NL_SET_ERR_MSG_MOD(extack, "Failed to record package data to firmware"); in ice_send_package_data() 750 * ice_op_pci_match_record - Check if a PCI device matches the record 752 * @record: list of records extracted from the PLDM image 754 * Determine if the PCI device associated with this device matches the record 761 * Returns: true if the device matches the record, false otherwise. 764 ice_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record) in ice_op_pci_match_record() argument [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_local_storage.c | 229 bpf_obj_free_fields(smap->map.record, SDATA(selem)->data); in bpf_selem_free() 565 !btf_record_has_field(smap->map.record, BPF_SPIN_LOCK))) in bpf_local_storage_update()
|
/third_party/zlib/examples/ |
H A D | gzlog.c | 717 /* log a repair record to the .repairs file */ 718 local void log_log(struct log *log, int op, char *record) in log_log() argument 729 "append" : (op == COMPRESS_OP ? "compress" : "replace"), record); in log_log()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 618 nine_bind(&This->record, NULL); in NineDevice9_dtor() 687 if (This->record) { in NineDevice9_PauseRecording() 696 if (This->record) { in NineDevice9_ResumeRecording() 697 This->update = &This->record->state; in NineDevice9_ResumeRecording() 2420 /* only need to record changed render states for stateblocks */ in NineDevice9_SetRenderState() 2568 user_assert(!This->record, D3DERR_INVALIDCALL); in NineDevice9_BeginStateBlock() 2570 hr = NineStateBlock9_new(This, &This->record, NINESBT_CUSTOM); in NineDevice9_BeginStateBlock() 2573 NineUnknown_ConvertRefToBind(NineUnknown(This->record)); in NineDevice9_BeginStateBlock() 2575 This->update = &This->record->state; in NineDevice9_BeginStateBlock() 2587 user_assert(This->record, D3DERR_INVALIDCAL in NineDevice9_EndStateBlock() [all...] |
/third_party/python/Lib/test/ |
H A D | test_io.py | 648 record = [] 651 record.append(1) 659 record.append(2) 662 record.append(3) 669 self.assertEqual(record, [1, 2, 3]) 674 record = [] 685 record.append(self.on_del) 693 record.append(self.on_close) 696 record.append(self.on_flush) 701 self.assertEqual(record, [ [all...] |
/kernel/linux/linux-5.10/tools/testing/nvdimm/test/ |
H A D | nfit.c | 894 err_stat->record[i].err_inj_stat_spa_range_base = be->start; in nfit_test_cmd_ars_inject_status() 895 err_stat->record[i].err_inj_stat_spa_range_length = be->length; in nfit_test_cmd_ars_inject_status() 2892 struct nd_ars_record *record; in nfit_ctl_test() local 3034 record = &cmd.ars_stat.records[0]; in nfit_ctl_test() 3035 *record = (struct nd_ars_record) { in nfit_ctl_test() 3044 if (rc < 0 || cmd_rc || record->length != test_val) { in nfit_ctl_test() 3056 record = &cmd.ars_stat.records[0]; in nfit_ctl_test() 3057 *record = (struct nd_ars_record) { in nfit_ctl_test() 3066 if (rc < 0 || cmd_rc || record->length != test_val) { in nfit_ctl_test()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-book3s.c | 2120 * A counter has overflowed; update its count and record 2129 int record = 0; in record_and_restart() local 2157 * PERF_SAMPLE_IP, just record that sample irrespective in record_and_restart() 2161 record = siar_valid(regs); in record_and_restart() 2163 record = 1; in record_and_restart() 2185 record = 0; in record_and_restart() 2188 * Finally record data if requested. in record_and_restart() 2190 if (record) { in record_and_restart()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-book3s.c | 2233 * A counter has overflowed; update its count and record 2242 int record = 0; in record_and_restart() local 2270 * PERF_SAMPLE_IP, just record that sample irrespective in record_and_restart() 2274 record = siar_valid(regs); in record_and_restart() 2276 record = 1; in record_and_restart() 2298 record = 0; in record_and_restart() 2301 * Finally record data if requested. in record_and_restart() 2303 if (record) { in record_and_restart()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3252 struct htt_tx_fetch_record *record; in ath10k_htt_rx_tx_fetch_ind() local 3303 record = &resp->tx_fetch_ind.records[i]; in ath10k_htt_rx_tx_fetch_ind() 3304 peer_id = MS(le16_to_cpu(record->info), in ath10k_htt_rx_tx_fetch_ind() 3306 tid = MS(le16_to_cpu(record->info), in ath10k_htt_rx_tx_fetch_ind() 3308 max_num_msdus = le16_to_cpu(record->num_msdus); in ath10k_htt_rx_tx_fetch_ind() 3309 max_num_bytes = le32_to_cpu(record->num_bytes); in ath10k_htt_rx_tx_fetch_ind() 3311 ath10k_dbg(ar, ATH10K_DBG_HTT, "htt rx tx fetch record %i peer_id %hu tid %hhu msdus %zu bytes %zu\n", in ath10k_htt_rx_tx_fetch_ind() 3355 record->num_msdus = cpu_to_le16(num_msdus); in ath10k_htt_rx_tx_fetch_ind() 3356 record->num_bytes = cpu_to_le32(num_bytes); in ath10k_htt_rx_tx_fetch_ind() 3412 const struct htt_tx_mode_switch_record *record; in ath10k_htt_rx_tx_mode_switch_ind() local [all...] |