Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/Linux-v4.19/arch/mips/include/asm/sibyte/
Dsb1250_defs.h111 #define SIBYTE_HDR_FMASK(chip, pass) \ argument
112 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass)
134 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument
135 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip))
138 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument
139 (~(SIBYTE_HDR_FMASK(chip, pass) \
140 | (SIBYTE_HDR_FMASK(chip, pass) - 1)) & SIBYTE_HDR_FMASK_ALLREVS(chip))
154 #define SIBYTE_HDR_FEATURE(chip, pass) \ argument
155 (!! ((SIBYTE_HDR_FMASK(chip, pass) \
156 | SIBYTE_HDR_FMASK_AFTER(chip, pass)) & SIBYTE_HDR_FEATURES))
[all …]
/Linux-v4.19/arch/mips/cavium-octeon/executive/
Docteon-model.c63 char pass[4]; in octeon_model_get_string_buffer() local
115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer()
211 strcpy(pass, "1.X"); in octeon_model_get_string_buffer()
214 strcpy(pass, "2.X"); in octeon_model_get_string_buffer()
217 strcpy(pass, "3.X"); in octeon_model_get_string_buffer()
220 strcpy(pass, "X.X"); in octeon_model_get_string_buffer()
235 strcpy(pass, "1.0"); in octeon_model_get_string_buffer()
238 strcpy(pass, "1.1"); in octeon_model_get_string_buffer()
241 strcpy(pass, "X.X"); in octeon_model_get_string_buffer()
256 strcpy(pass, "1.0"); in octeon_model_get_string_buffer()
[all …]
/Linux-v4.19/drivers/w1/masters/
Dds1wm.c380 unsigned int pass = 0; in ds1wm_search() local
384 ++pass; in ds1wm_search()
385 if (pass > 100) { in ds1wm_search()
395 "pass: %d reset error (or no slaves)\n", pass); in ds1wm_search()
400 "pass: %d r : %0#18llx writing SEARCH_ROM\n", pass, r); in ds1wm_search()
403 "pass: %d entering ASM\n", pass); in ds1wm_search()
406 "pass: %d beginning nibble loop\n", pass); in ds1wm_search()
427 "pass: %d nibble: %d read error\n", pass, i); in ds1wm_search()
448 "pass: %d read error, retrying\n", pass); in ds1wm_search()
453 pass, r_prime, d); in ds1wm_search()
[all …]
/Linux-v4.19/fs/gfs2/
Dlops.h72 unsigned int pass) in lops_before_scan() argument
77 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
83 unsigned int pass) in lops_scan_elements() argument
89 ld, ptr, pass); in lops_scan_elements()
98 unsigned int pass) in lops_after_scan() argument
103 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()
Dlops.c517 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan() argument
519 if (pass != 0) in buf_lo_before_scan()
528 int pass) in buf_lo_scan_elements() argument
538 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA) in buf_lo_scan_elements()
597 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() argument
606 if (pass != 1) in buf_lo_after_scan()
672 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan() argument
674 if (pass != 0) in revoke_lo_before_scan()
683 int pass) in revoke_lo_scan_elements() argument
694 if (pass != 0 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_REVOKE) in revoke_lo_scan_elements()
[all …]
Drecovery.c309 unsigned int end, int pass) in foreach_descriptor() argument
351 error = lops_scan_elements(jd, start, ld, ptr, pass); in foreach_descriptor()
415 unsigned int pass; in gfs2_recover_func() local
504 for (pass = 0; pass < 2; pass++) { in gfs2_recover_func()
505 lops_before_scan(jd, &head, pass); in gfs2_recover_func()
507 head.lh_blkno, pass); in gfs2_recover_func()
508 lops_after_scan(jd, error, pass); in gfs2_recover_func()
/Linux-v4.19/drivers/pcmcia/
Dcardbus.c71 unsigned int max, pass; in cb_alloc() local
79 for (pass = 0; pass < 2; pass++) in cb_alloc()
81 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
/Linux-v4.19/fs/ntfs/
Dlcnalloc.c161 u8 pass, done_zones, search_zone, need_writeback = 0, bit; in ntfs_cluster_alloc() local
193 pass = 1; in ntfs_cluster_alloc()
211 pass = 2; in ntfs_cluster_alloc()
220 pass = 2; in ntfs_cluster_alloc()
230 pass = 2; in ntfs_cluster_alloc()
262 done_zones, search_zone, pass, in ntfs_cluster_alloc()
509 ntfs_debug("At zone_pass_done, pass %i.", pass); in ntfs_cluster_alloc()
510 if (pass == 1) { in ntfs_cluster_alloc()
515 pass = 2; in ntfs_cluster_alloc()
551 pass = 1; in ntfs_cluster_alloc()
[all …]
/Linux-v4.19/tools/testing/selftests/timers/
Dvalid-adjtimex.c117 int ret, pass = 0; in validate_freq() local
135 pass = -1; in validate_freq()
154 pass = -1; in validate_freq()
163 pass = -1; in validate_freq()
178 pass = -1; in validate_freq()
191 return pass; in validate_freq()
/Linux-v4.19/arch/sparc/kernel/
Diommu-common.c107 int pass = 0; in iommu_tbl_range_alloc() local
136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc()
159 if ((start & mask) >= limit || pass > 0) { in iommu_tbl_range_alloc()
188 if (likely(pass == 0)) { in iommu_tbl_range_alloc()
192 pass++; in iommu_tbl_range_alloc()
194 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc()
201 pass++; in iommu_tbl_range_alloc()
/Linux-v4.19/arch/x86/pci/
Di386.c249 static void pcibios_allocate_dev_resources(struct pci_dev *dev, int pass) in pcibios_allocate_dev_resources() argument
274 if (pass == disabled) { in pcibios_allocate_dev_resources()
277 idx, r, disabled, pass); in pcibios_allocate_dev_resources()
292 if (!pass) { in pcibios_allocate_dev_resources()
307 static void pcibios_allocate_resources(struct pci_bus *bus, int pass) in pcibios_allocate_resources() argument
313 pcibios_allocate_dev_resources(dev, pass); in pcibios_allocate_resources()
317 pcibios_allocate_resources(child, pass); in pcibios_allocate_resources()
/Linux-v4.19/fs/jbd2/
Drecovery.c40 struct recovery_info *info, enum passtype pass);
417 struct recovery_info *info, enum passtype pass) in do_one_pass() argument
443 if (pass == PASS_SCAN) in do_one_pass()
446 jbd_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
468 if (pass != PASS_SCAN) in do_one_pass()
535 if (pass != PASS_REPLAY) { in do_one_pass()
536 if (pass == PASS_SCAN && in do_one_pass()
691 if (pass == PASS_SCAN && in do_one_pass()
741 if (pass == PASS_SCAN && in do_one_pass()
760 if (pass != PASS_REVOKE) { in do_one_pass()
[all …]
/Linux-v4.19/drivers/gpu/drm/ast/
Dast_post.c719 u16 pass[32][2][2]; in finetuneDQSI() local
733 pass[dqidly][0][0] = 0xff; in finetuneDQSI()
734 pass[dqidly][0][1] = 0x0; in finetuneDQSI()
735 pass[dqidly][1][0] = 0xff; in finetuneDQSI()
736 pass[dqidly][1][1] = 0x0; in finetuneDQSI()
753 if (dlli < pass[dqidly][dqsip][0]) in finetuneDQSI()
754 pass[dqidly][dqsip][0] = (u16) dlli; in finetuneDQSI()
755 if (dlli > pass[dqidly][dqsip][1]) in finetuneDQSI()
756 pass[dqidly][dqsip][1] = (u16) dlli; in finetuneDQSI()
760 pass[dqidly][dqsip][0] = 0xff; in finetuneDQSI()
[all …]
/Linux-v4.19/tools/build/feature/
Dtest-llvm-version.cpp6 #define pass int main() {printf("%x\n", NUM_VERSION); return 0;} macro
9 pass
/Linux-v4.19/sound/soc/
Dsoc-topology.c59 unsigned int pass; /* pass number */ member
277 if (tplg->pass != SOC_TPLG_PASS_VENDOR) in soc_tplg_vendor_load()
372 struct snd_soc_dobj *dobj, int pass) in remove_mixer() argument
379 if (pass != SOC_TPLG_PASS_MIXER) in remove_mixer()
395 struct snd_soc_dobj *dobj, int pass) in remove_enum() argument
401 if (pass != SOC_TPLG_PASS_MIXER) in remove_enum()
418 struct snd_soc_dobj *dobj, int pass) in remove_bytes() argument
424 if (pass != SOC_TPLG_PASS_MIXER) in remove_bytes()
437 struct snd_soc_dobj *dobj, int pass) in remove_widget() argument
444 if (pass != SOC_TPLG_PASS_WIDGET) in remove_widget()
[all …]
/Linux-v4.19/arch/mips/netlogic/
DKconfig11 This DTB will be used if the firmware does not pass in a DTB
21 This DTB will be used if the firmware does not pass in a DTB
31 This DTB will be used if the firmware does not pass in a DTB
41 This DTB will be used if the firmware does not pass in a DTB
50 This DTB will be used if the firmware does not pass in a DTB
/Linux-v4.19/arch/m68k/ifpsp060/
Dilsp.doc87 pea (%sp) # pass: result addr on stack
88 mov.l %d0,-(%sp) # pass: multiplicand on stack
89 mov.l _multiplier,-(%sp) # pass: multiplier on stack
101 pea (%sp) # pass: result addr on stack
102 mov.l %d0,-(%sp) # pass: dividend hi on stack
103 mov.l %d1,-(%sp) # pass: dividend hi on stack
104 mov.l _divisor,-(%sp) # pass: divisor on stack
120 pea _bounds # pass ptr to bounds
121 mov.l %d0,-(%sp) # pass Rn
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_rr.c63 int pass = 0; in ip_vs_rr_schedule() local
82 pass++; in ip_vs_rr_schedule()
86 } while (pass < 2 && p != &svc->destinations); in ip_vs_rr_schedule()
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
DMakefile5 for i in ./*.pass; do \
7 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-pass $$i > $$i.out 2>&1 ; \
/Linux-v4.19/tools/testing/selftests/proc/
Dproc-self-map-files-002.c26 static void pass(const char *fmt, unsigned long a, unsigned long b) in pass() function
68 pass("/proc/self/map_files/%lx-%lx", a, b); in main()
Dproc-self-map-files-001.c26 static void pass(const char *fmt, unsigned long a, unsigned long b) in pass() function
65 pass("/proc/self/map_files/%lx-%lx", a, b); in main()
/Linux-v4.19/Documentation/
Dgcc-plugins.txt56 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
57 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
58 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h,
59 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
/Linux-v4.19/drivers/staging/media/davinci_vpfe/
Ddm365_resizer.c399 param->f_div.pass[0].o_hsz = h1 - 1; in resizer_calculate_down_scale_f_div_param()
400 param->f_div.pass[0].i_hps = 0; in resizer_calculate_down_scale_f_div_param()
401 param->f_div.pass[0].h_phs = 0; in resizer_calculate_down_scale_f_div_param()
402 param->f_div.pass[0].src_hps = 0; in resizer_calculate_down_scale_f_div_param()
403 param->f_div.pass[0].src_hsz = upper_h1 + o; in resizer_calculate_down_scale_f_div_param()
404 param->f_div.pass[1].o_hsz = h2 - 1; in resizer_calculate_down_scale_f_div_param()
405 param->f_div.pass[1].i_hps = 10 + (val1 * two_power); in resizer_calculate_down_scale_f_div_param()
406 param->f_div.pass[1].h_phs = val - (val1 << 8); in resizer_calculate_down_scale_f_div_param()
407 param->f_div.pass[1].src_hps = upper_h1 - o; in resizer_calculate_down_scale_f_div_param()
408 param->f_div.pass[1].src_hsz = upper_h2 + o; in resizer_calculate_down_scale_f_div_param()
[all …]
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_qsfp.c51 int ret, cnt, pass = 0; in qsfp_read() local
108 if (ret && cnt == 0 && ++pass < QSFP_MAX_RETRY) in qsfp_read()
138 if (pass >= QSFP_MAX_RETRY && ret) in qsfp_read()
140 else if (pass) in qsfp_read()
141 qib_dev_porterr(dd, ppd->port, "QSFP retries: %d\n", pass); in qsfp_read()
/Linux-v4.19/Documentation/pcmcia/
Ddevicetable.txt13 If you want to match product ID strings, you also need to pass the crc32
31 to determine the crc32 hash. Simply pass the string you want to evaluate

12345678910>>...19