Searched refs:details (Results 1 - 25 of 76) sorted by relevance

1234

/linux-master/tools/perf/
H A Dbuiltin-evlist.c29 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) argument
36 .force = details->force,
53 evsel__fprintf(pos, details, stdout);
59 if (has_tracepoint && !details->trace_fields)
68 struct perf_attr_details details = { .verbose = false, }; local
71 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"),
72 OPT_BOOLEAN('v', "verbose", &details.verbose,
73 "Show all event attr details"),
74 OPT_BOOLEAN('g', "group", &details.event_group,
76 OPT_BOOLEAN('f', "force", &details
[all...]
/linux-master/Documentation/sphinx/
H A Dmaintainers_include.py13 :license: GPL Version 2, June 1991 see linux/COPYING for details.
122 field, details = line.split(':', 1)
123 details = details.strip()
129 if not ':doc:' in details:
130 details = '``%s``' % (details)
141 field_content = field_content + "\n\t%s" % (details)
/linux-master/tools/perf/util/
H A Devsel_fprintf.h18 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp);
H A Devsel_fprintf.c43 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp) argument
48 if (details->event_group) {
68 if (details->verbose) {
71 } else if (details->freq) {
82 if (details->trace_fields) {
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c692 struct i40e_asq_cmd_details *details; local
698 details = I40E_ADMINQ_DETAILS(*asq, ntc);
703 if (details->callback) {
705 (I40E_ADMINQ_CALLBACK)details->callback;
710 memset(details, 0, sizeof(*details));
715 details = I40E_ADMINQ_DETAILS(*asq, ntc);
745 * @cmd_details: pointer to command details structure
760 struct i40e_asq_cmd_details *details; local
784 details
[all...]
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c559 struct iavf_asq_cmd_details *details; local
565 details = IAVF_ADMINQ_DETAILS(*asq, ntc);
570 if (details->callback) {
572 (IAVF_ADMINQ_CALLBACK)details->callback;
577 memset((void *)details, 0,
583 details = IAVF_ADMINQ_DETAILS(*asq, ntc);
612 * @cmd_details: pointer to command details structure
624 struct iavf_asq_cmd_details *details; local
650 details = IAVF_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use);
652 *details
[all...]
/linux-master/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl132 # (process_pid) (cpus ) ( time ) (tpoint ) (details)
271 my $details;
308 $details = $6;
309 if ($details !~ /$regex_direct_begin/o) {
311 print " $details\n";
331 $details = $6;
332 if ($details !~ /$regex_kswapd_wake/o) {
334 print " $details\n";
365 $details = $6;
366 if ($details !~ /
[all...]
H A Dtrace-pagealloc-postprocess.pl86 # (process_pid) (cpus ) ( time ) (tpoint ) (details)
190 my $details;
238 # Extract the details of the event now
239 $details = $5;
246 if ($details !~ /$regex_fragdetails/o) {
319 "details", "allocd", "allocd", "freed", "freed", "pages", "drains", "refills", "Fallback", "Causing", "Changed", "Severe", "Moderate", "");
/linux-master/samples/bpf/
H A Ddo_hbm_test.sh88 details=0
141 details=1
311 if [ $details -ne 0 ] ; then
328 if [ $details -ne 0 ] ; then
335 if [ $details -ne 0 ] ; then
350 if [ $details -ne 0 ] ; then
376 if [ $details -ne 0 ] ; then
389 if [ $details -ne 0 ] ; then
395 if [ $details -ne 0 ] ; then
/linux-master/drivers/cpufreq/
H A DKconfig.x8629 For details, take a look at:
49 For details, take a look at:
68 For details, take a look at:
98 For details, take a look at <file:Documentation/cpu-freq/>.
125 For details, take a look at <file:Documentation/cpu-freq/>.
135 For details, take a look at <file:Documentation/cpu-freq/>.
147 For details, take a look at <file:Documentation/cpu-freq/>.
157 For details, take a look at <file:Documentation/cpu-freq/>.
178 For details, take a look at <file:Documentation/cpu-freq/>.
204 For details, tak
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_mad.c154 memset(&data.details, 0, sizeof(data.details));
155 data.details.ntc_257_258.lid1 = lid1;
156 data.details.ntc_257_258.lid2 = lid2;
157 data.details.ntc_257_258.key = cpu_to_be32(key);
158 data.details.ntc_257_258.sl_qp1 = cpu_to_be32((sl << 28) | qp1);
159 data.details.ntc_257_258.qp2 = cpu_to_be32(qp2);
178 memset(&data.details, 0, sizeof(data.details));
179 data.details
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_controlq.c862 struct ice_sq_cd *details; local
866 details = ICE_CTL_Q_DETAILS(*sq, ntc);
871 memset(details, 0, sizeof(*details));
876 details = ICE_CTL_Q_DETAILS(*sq, ntc);
952 * @cd: pointer to command details structure
965 struct ice_sq_cd *details; local
1010 details = ICE_CTL_Q_DETAILS(cq->sq, cq->sq.next_to_use);
1012 *details = *cd;
1014 memset(details,
[all...]
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk13 # GNU General Public License for more details.
/linux-master/mm/
H A Dmemory.c1413 static inline bool should_zap_cows(struct zap_details *details) argument
1416 if (!details)
1420 return details->even_cows;
1424 static inline bool should_zap_folio(struct zap_details *details, argument
1428 if (should_zap_cows(details))
1435 static inline bool zap_drop_file_uffd_wp(struct zap_details *details) argument
1437 if (!details)
1440 return details->zap_flags & ZAP_FLAG_DROP_MARKER;
1450 struct zap_details *details, pte_t pteval)
1456 if (zap_drop_file_uffd_wp(details))
1448 zap_install_uffd_wp_if_needed(struct vm_area_struct *vma, unsigned long addr, pte_t *pte, int nr, struct zap_details *details, pte_t pteval) argument
1469 zap_present_folio_ptes(struct mmu_gather *tlb, struct vm_area_struct *vma, struct folio *folio, struct page *page, pte_t *pte, pte_t ptent, unsigned int nr, unsigned long addr, struct zap_details *details, int *rss, bool *force_flush, bool *force_break) argument
1521 zap_present_ptes(struct mmu_gather *tlb, struct vm_area_struct *vma, pte_t *pte, pte_t ptent, unsigned int max_nr, unsigned long addr, struct zap_details *details, int *rss, bool *force_flush, bool *force_break) argument
1568 zap_pte_range(struct mmu_gather *tlb, struct vm_area_struct *vma, pmd_t *pmd, unsigned long addr, unsigned long end, struct zap_details *details) argument
1688 zap_pmd_range(struct mmu_gather *tlb, struct vm_area_struct *vma, pud_t *pud, unsigned long addr, unsigned long end, struct zap_details *details) argument
1730 zap_pud_range(struct mmu_gather *tlb, struct vm_area_struct *vma, p4d_t *p4d, unsigned long addr, unsigned long end, struct zap_details *details) argument
1759 zap_p4d_range(struct mmu_gather *tlb, struct vm_area_struct *vma, pgd_t *pgd, unsigned long addr, unsigned long end, struct zap_details *details) argument
1778 unmap_page_range(struct mmu_gather *tlb, struct vm_area_struct *vma, unsigned long addr, unsigned long end, struct zap_details *details) argument
1799 unmap_single_vma(struct mmu_gather *tlb, struct vm_area_struct *vma, unsigned long start_addr, unsigned long end_addr, struct zap_details *details, bool mm_wr_locked) argument
1870 struct zap_details details = { local
1900 zap_page_range_single(struct vm_area_struct *vma, unsigned long address, unsigned long size, struct zap_details *details) argument
3663 unmap_mapping_range_vma(struct vm_area_struct *vma, unsigned long start_addr, unsigned long end_addr, struct zap_details *details) argument
3670 unmap_mapping_range_tree(struct rb_root_cached *root, pgoff_t first_index, pgoff_t last_index, struct zap_details *details) argument
3687 details); local
3705 struct zap_details details = { }; local
3740 struct zap_details details = { }; local
[all...]
/linux-master/sound/pci/ca0106/
H A Dca0106_mixer.c657 snd_ca0106_volume_spi_dac_ctl(const struct snd_ca0106_details *details, argument
673 dac_id = (details->spi_dac & 0xf000) >> (4 * 3);
677 dac_id = (details->spi_dac & 0x0f00) >> (4 * 2);
681 dac_id = (details->spi_dac & 0x00f0) >> (4 * 1);
685 dac_id = (details->spi_dac & 0x000f) >> (4 * 0);
805 if (emu->details->i2c_adc == 1) {
807 if (emu->details->gpio_type == 1)
814 if (emu->details->spi_dac) {
818 ctl = snd_ca0106_volume_spi_dac_ctl(emu->details, i);
839 if (emu->details
[all...]
H A Dca0106_main.c505 const struct snd_ca0106_details *details,
510 return (details->spi_dac & 0xf000) >> (4 * 3);
512 return (details->spi_dac & 0x0f00) >> (4 * 2);
514 return (details->spi_dac & 0x00f0) >> (4 * 1);
516 return (details->spi_dac & 0x000f) >> (4 * 0);
527 if (chip->details->spi_dac) {
528 const int dac = snd_ca0106_channel_dac(chip, chip->details,
897 if (emu->details->i2c_adc == 1) { /* The SB0410 and SB0413 use I2C to control ADC. */
1473 if (chip->details->i2c_adc == 1) {
1479 } else if (chip->details
504 snd_ca0106_channel_dac(struct snd_ca0106 *chip, const struct snd_ca0106_details *details, int channel_id) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsacos.S41 | For details on the license for this file, please see the
H A Dsasin.S41 | For details on the license for this file, please see the
H A Dsatanh.S48 | For details on the license for this file, please see the
H A Dsto_res.S22 | For details on the license for this file, please see the
H A Dx_ovfl.S38 | For details on the license for this file, please see the
H A Dx_unimp.S25 | For details on the license for this file, please see the
/linux-master/drivers/platform/x86/intel/ifs/
H A Dsysfs.c19 * The sysfs interface to check additional details of last test
20 * cat /sys/devices/system/platform/ifs/details
31 static DEVICE_ATTR_RO(details);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.c242 u32 addr_lo, addr_hi, details; local
248 details = qed_rd(p_hwfn, p_ptt,
255 addr_hi, addr_lo, details,
256 (u8)GET_FIELD(details, PGLUE_ATTENTION_DETAILS_PFID),
257 (u8)GET_FIELD(details, PGLUE_ATTENTION_DETAILS_VFID),
258 !!GET_FIELD(details, PGLUE_ATTENTION_DETAILS_VF_VALID),
272 u32 addr_lo, addr_hi, details; local
278 details = qed_rd(p_hwfn, p_ptt,
285 addr_hi, addr_lo, details,
286 (u8)GET_FIELD(details, PGLUE_ATTENTION_DETAILS_PFI
324 u32 addr_hi, addr_lo, details; local
467 u32 int_sts, first_drop_reason, details, address, all_drops_reason; local
[all...]
/linux-master/drivers/md/
H A Ddm-raid1.c153 /* if details->bi_bdev == NULL, details were not saved */
154 struct dm_bio_details details; member in struct:dm_raid1_bio_record
1205 bio_record->details.bi_bdev = NULL;
1237 dm_bio_record(&bio_record->details, bio);
1272 if (!bio_record->details.bi_bdev) {
1294 bd = &bio_record->details;
1297 bio_record->details.bi_bdev = NULL;
1307 bio_record->details.bi_bdev = NULL;

Completed in 245 milliseconds

1234