Home
last modified time | relevance | path

Searched full:rest (Results 1 – 25 of 3023) sorted by relevance

12345678910>>...121

/kernel/linux/linux-5.10/arch/m68k/lib/
Dchecksum.c27 * Zero out rest of buffer on exception in
50 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial()
87 "andw #0x1c,%3\n\t" /* number of rest longs */ in csum_partial()
92 /* loop for rest longs */ in csum_partial()
99 /* now check for rest bytes that do not fit into longs */ in csum_partial()
102 "clrl %4\n\t" /* clear tmp2 for rest bytes */ in csum_partial()
105 "movew %2@+,%4\n\t" /* have rest >= 2: get word */ in csum_partial()
110 "moveb %2@,%4\n\t" /* have odd rest: get byte */ in csum_partial()
113 "addl %4,%0\n\t" /* now add rest long to sum */ in csum_partial()
147 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_and_copy_from_user()
[all …]
/kernel/linux/linux-4.19/arch/m68k/lib/
Dchecksum.c31 * Zero out rest of buffer on exception in
54 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial()
91 "andw #0x1c,%3\n\t" /* number of rest longs */ in csum_partial()
96 /* loop for rest longs */ in csum_partial()
103 /* now check for rest bytes that do not fit into longs */ in csum_partial()
106 "clrl %4\n\t" /* clear tmp2 for rest bytes */ in csum_partial()
109 "movew %2@+,%4\n\t" /* have rest >= 2: get word */ in csum_partial()
114 "moveb %2@,%4\n\t" /* have odd rest: get byte */ in csum_partial()
117 "addl %4,%0\n\t" /* now add rest long to sum */ in csum_partial()
151 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial_copy_from_user()
[all …]
/kernel/linux/linux-4.19/drivers/scsi/
Dscript_asm.pl416 $rest = $2;
417 foreach $rest (split (/\s*,\s*/, $rest)) {
418 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
469 $rest = $1;
470 if ($rest =~ /^FROM\s+($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
479 } elsif ($rest =~ /^($value)\s*,\s*(PTR\s+|)($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
491 } elsif ($rest =~ /^MEMORY\s+(.*)/i) {
492 $rest = $1;
494 if ($rest =~ /^($value)\s*,\s*($value)\s*,\s*($value)\s*$/) {
517 $rest = $3;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Dscript_asm.pl403 $rest = $2;
404 foreach $rest (split (/\s*,\s*/, $rest)) {
405 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
456 $rest = $1;
457 if ($rest =~ /^FROM\s+($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
466 } elsif ($rest =~ /^($value)\s*,\s*(PTR\s+|)($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
478 } elsif ($rest =~ /^MEMORY\s+(.*)/i) {
479 $rest = $1;
481 if ($rest =~ /^($value)\s*,\s*($value)\s*,\s*($value)\s*$/) {
504 $rest = $3;
[all …]
/kernel/linux/linux-4.19/scripts/
Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
53 return (time, rest)
65 (time, rest) = get_time(line)
78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest
111 (time, rest) = get_time(line)
114 if string.find(rest, base_str)==1:
/kernel/linux/linux-5.10/scripts/
Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
53 return (time, rest)
65 (time, rest) = get_time(line)
78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest
111 (time, rest) = get_time(line)
114 if string.find(rest, base_str)==1:
/kernel/linux/linux-4.19/drivers/media/radio/
Dradio-terratec.c86 long rest; in terratec_s_frequency() local
92 rest = freq * 10 + 10700; /* I once had understood what is going on here */ in terratec_s_frequency()
97 while (rest != 0) { in terratec_s_frequency()
98 if (rest % temp == rest) in terratec_s_frequency()
102 rest = rest - temp; in terratec_s_frequency()
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
Ddvb_filter.c87 int ret=0, rest; in dvb_filter_pes2ts() local
106 rest=183-len; in dvb_filter_pes2ts()
107 if (rest) { in dvb_filter_pes2ts()
109 if (rest-1) in dvb_filter_pes2ts()
110 memset(buf+6, 0xff, rest-1); in dvb_filter_pes2ts()
112 buf[4]=rest; in dvb_filter_pes2ts()
113 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
/kernel/linux/linux-5.10/drivers/media/radio/
Dradio-terratec.c87 long rest; in terratec_s_frequency() local
93 rest = freq * 10 + 10700; /* I once had understood what is going on here */ in terratec_s_frequency()
98 while (rest != 0) { in terratec_s_frequency()
99 if (rest % temp == rest) in terratec_s_frequency()
103 rest = rest - temp; in terratec_s_frequency()
/kernel/linux/linux-4.19/drivers/media/pci/ttpci/
Ddvb_filter.c87 int ret=0, rest; in dvb_filter_pes2ts() local
106 rest=183-len; in dvb_filter_pes2ts()
107 if (rest) { in dvb_filter_pes2ts()
109 if (rest-1) in dvb_filter_pes2ts()
110 memset(buf+6, 0xff, rest-1); in dvb_filter_pes2ts()
112 buf[4]=rest; in dvb_filter_pes2ts()
113 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
/kernel/linux/linux-5.10/fs/proc/
Dbootconfig.c22 /* Rest size of buffer */
23 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) macro
40 ret = snprintf(dst, rest(dst, end), "%s = ", key); in copy_xbc_key_value_list()
51 ret = snprintf(dst, rest(dst, end), "%c%s%c%s", in copy_xbc_key_value_list()
58 ret = snprintf(dst, rest(dst, end), "\"\"\n"); in copy_xbc_key_value_list()
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/
Darm-syscon-icst.txt22 Integrator/AP 22 1 Bit 8 0, rest variable
25 Integrator/AP 46 3 Bit 8 0, rest variable
31 Integrator/CP 22 variable Bit 8 0, rest variable
34 Integrator/CP 22 variable Bit 8 0, rest variable
/kernel/linux/linux-4.19/drivers/media/dvb-frontends/
Ddib0070.c382 u32 FBDiv, Rest, FREF, VCOF_kHz; in dib0070_tune_digital() local
412 Rest = (VCOF_kHz / state->current_tune_table_index->presc) - FBDiv * FREF; in dib0070_tune_digital()
419 Rest = 2 * freq - FBDiv * FREF; in dib0070_tune_digital()
423 if (Rest < LPF) in dib0070_tune_digital()
424 Rest = 0; in dib0070_tune_digital()
425 else if (Rest < 2 * LPF) in dib0070_tune_digital()
426 Rest = 2 * LPF; in dib0070_tune_digital()
427 else if (Rest > (FREF - LPF)) { in dib0070_tune_digital()
428 Rest = 0; in dib0070_tune_digital()
430 } else if (Rest > (FREF - 2 * LPF)) in dib0070_tune_digital()
[all …]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Ddib0070.c372 u32 FBDiv, Rest, FREF, VCOF_kHz; in dib0070_tune_digital() local
402 Rest = (VCOF_kHz / state->current_tune_table_index->presc) - FBDiv * FREF; in dib0070_tune_digital()
409 Rest = 2 * freq - FBDiv * FREF; in dib0070_tune_digital()
413 if (Rest < LPF) in dib0070_tune_digital()
414 Rest = 0; in dib0070_tune_digital()
415 else if (Rest < 2 * LPF) in dib0070_tune_digital()
416 Rest = 2 * LPF; in dib0070_tune_digital()
417 else if (Rest > (FREF - LPF)) { in dib0070_tune_digital()
418 Rest = 0; in dib0070_tune_digital()
420 } else if (Rest > (FREF - 2 * LPF)) in dib0070_tune_digital()
[all …]
/kernel/linux/linux-4.19/Documentation/cgroup-v1/
Ddevices.txt77 B "c 1:3 rwm", "b 3:* rwm" all the rest
88 A "c 1:3 rwm", "c 1:5 r" all the rest
89 B "c 1:3 rwm", "c 1:5 r" all the rest
96 A "c *:3 rwm", "c 1:5 r" all the rest
97 B "c 1:3 rwm", "c 1:5 r" all the rest
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
Dia_css_sc.host.c85 u32 slice, rest, i; in ia_css_sc_config() local
90 rest = internal_org_x_bqs; in ia_css_sc_config()
92 slice = min(rest, ((uint32_t)ISP_SLICE_NELEMS)); in ia_css_sc_config()
93 rest = rest - slice; in ia_css_sc_config()
/kernel/linux/linux-4.19/arch/sh/lib64/
Dudivdi3.S41 /* Can do second step of 64 : 32 div now, using r1 and the rest in r2. */
88 /* Can do second step of 64 : 32 div now, using r1 and the rest in r25. */
114 always fits into 32 bits, yet we still reduce the rest sufficiently
119 know that the rest after taking this partial result into account will
120 fit into 32 bits. So we just clear the upper 32 bits of the rest if the
/kernel/linux/linux-5.10/tools/perf/
DMakefile79 rest := $(filter-out clean,$(MAKECMDGOALS)) macro
80 ifneq ($(rest),)
81 $(rest): clean
82 endif # rest
/kernel/linux/linux-4.19/tools/perf/
DMakefile79 rest := $(filter-out clean,$(MAKECMDGOALS)) macro
80 ifneq ($(rest),)
81 $(rest): clean
82 endif # rest
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Darm,syscon-icst.yaml37 Integrator/AP 22 1 Bit 8 0, rest variable
40 Integrator/AP 46 3 Bit 8 0, rest variable
46 Integrator/CP 22 variable Bit 8 0, rest variable
49 Integrator/CP 22 variable Bit 8 0, rest variable
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Ddevices.rst86 B "c 1:3 rwm", "b 3:* rwm" all the rest
98 A "c 1:3 rwm", "c 1:5 r" all the rest
99 B "c 1:3 rwm", "c 1:5 r" all the rest
108 A "c *:3 rwm", "c 1:5 r" all the rest
109 B "c 1:3 rwm", "c 1:5 r" all the rest
/kernel/linux/linux-4.19/drivers/s390/block/
Ddasd_eer.c74 * keep track of the rest of the record. residual stores the number of bytes
75 * that are still to deliver. If the rest of the record is invalidated between
134 unsigned long rest, len; in dasd_eer_write_buffer() local
138 rest = count; in dasd_eer_write_buffer()
139 while (rest > 0) { in dasd_eer_write_buffer()
142 len = min(rest, PAGE_SIZE - localhead); in dasd_eer_write_buffer()
145 rest -= len; in dasd_eer_write_buffer()
160 unsigned long rest, len, finalcount; in dasd_eer_read_buffer() local
165 rest = finalcount; in dasd_eer_read_buffer()
166 while (rest > 0) { in dasd_eer_read_buffer()
[all …]
/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd_eer.c74 * keep track of the rest of the record. residual stores the number of bytes
75 * that are still to deliver. If the rest of the record is invalidated between
134 unsigned long rest, len; in dasd_eer_write_buffer() local
138 rest = count; in dasd_eer_write_buffer()
139 while (rest > 0) { in dasd_eer_write_buffer()
142 len = min(rest, PAGE_SIZE - localhead); in dasd_eer_write_buffer()
145 rest -= len; in dasd_eer_write_buffer()
160 unsigned long rest, len, finalcount; in dasd_eer_read_buffer() local
165 rest = finalcount; in dasd_eer_read_buffer()
166 while (rest > 0) { in dasd_eer_read_buffer()
[all …]
/kernel/linux/linux-5.10/Documentation/sphinx/
Dmaintainers_include.py10 Implementation of the ``maintainers-include`` reST-directive.
15 The ``maintainers-include`` reST-directive performs extensive parsing
44 """Parse all the MAINTAINERS lines into ReST for human-readability"""
81 # Linkify all non-wildcard refs to ReST files in Documentation/.
176 """Include the MAINTAINERS file as part of this reST file."""
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-uvc.rst45 * - :cspan:`1` *The rest is an exact copy of the UVC payload header:*
47 - length of the rest of the block, including this field
51 - The rest of the header, possibly including UVC PTS and SCR fields

12345678910>>...121