Home
last modified time | relevance | path

Searched refs:i (Results 1 – 25 of 807) sorted by relevance

12345678910>>...33

/Documentation/admin-guide/cifs/
Dwinucase_convert.pl31 for ($i = 0; $i < 256; $i++) {
32 next if (!$top[$i]);
34 printf("static const wchar_t t2_%2.2x[256] = {", $i);
41 printf("0x%4.4x,", $top[$i][$j] ? $top[$i][$j] : 0);
46 printf("static const wchar_t *const toplevel[256] = {", $i);
47 for ($i = 0; $i < 256; $i++) {
48 if (($i % 8) == 0) {
50 } elsif ($top[$i]) {
56 if ($top[$i]) {
57 printf("t2_%2.2x,", $i);
/Documentation/scheduler/
Dsched-pelt.c20 int i; in calc_runnable_avg_yN_inv() local
25 for (i = 0; i < HALFLIFE; i++) { in calc_runnable_avg_yN_inv()
26 x = ((1UL<<32)-1)*pow(y, i); in calc_runnable_avg_yN_inv()
28 if (i % 6 == 0) printf("\n\t"); in calc_runnable_avg_yN_inv()
38 int i; in calc_runnable_avg_yN_sum() local
41 for (i = 1; i <= HALFLIFE; i++) { in calc_runnable_avg_yN_sum()
42 if (i == 1) in calc_runnable_avg_yN_sum()
47 if (i % 11 == 0) in calc_runnable_avg_yN_sum()
84 int i, x = sum; in calc_accumulated_sum_32() local
87 for (i = 1; i <= n/HALFLIFE+1; i++) { in calc_accumulated_sum_32()
[all …]
/Documentation/usb/
Dgadget_hid.rst106 For example type: g i s t r --left-shift
197 int i = 0;
210 for (i = 0; kval[i].opt != NULL; i++)
211 if (strcmp(tok, kval[i].opt) == 0) {
212 report[2 + key++] = kval[i].val;
215 if (kval[i].opt != NULL)
225 for (i = 0; kmod[i].opt != NULL; i++)
226 if (strcmp(tok, kmod[i].opt) == 0) {
227 report[0] = report[0] | kmod[i].val;
230 if (kmod[i].opt != NULL)
[all …]
Dusbdevfs-drop-permissions.c44 int i, res; in claim_some_intf() local
46 for (i = 0; i < 4; i++) { in claim_some_intf()
47 res = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &i); in claim_some_intf()
49 printf("OK: claimed if %d\n", i); in claim_some_intf()
52 i, -res, strerror(-res)); in claim_some_intf()
/Documentation/translations/zh_CN/admin-guide/
Dcpu-load.rst68 int i;
79 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog (ULONG_MAX);
80 for (i = 0; i < HIST; ++i) tmp += v[i];
89 sigwait (&set, &i);
/Documentation/userspace-api/media/v4l/
Dpixfmt-indexed.rst40 - i\ :sub:`7`
41 - i\ :sub:`6`
42 - i\ :sub:`5`
43 - i\ :sub:`4`
44 - i\ :sub:`3`
45 - i\ :sub:`2`
46 - i\ :sub:`1`
47 - i\ :sub:`0`
Dcapture.c.rst24 #include <fcntl.h> /* low-level i/o */
87 unsigned int i;
159 for (i = 0; i < n_buffers; ++i)
160 if (buf.m.userptr == (unsigned long)buffers[i].start
161 && buf.length == buffers[i].length)
164 assert(i < n_buffers);
235 unsigned int i;
244 for (i = 0; i < n_buffers; ++i) {
250 buf.index = i;
261 for (i = 0; i < n_buffers; ++i) {
[all …]
Dv4l2grab.c.rst63 unsigned int i, n_buffers;
117 for (i = 0; i < n_buffers; ++i) {
121 buf.index = i;
127 for (i = 0; i < 20; i++) {
148 sprintf(out_name, "out%03d.ppm", i);
164 for (i = 0; i < n_buffers; ++i)
165 v4l2_munmap(buffers[i].start, buffers[i].length);
Dmmap.rst66 unsigned int i;
93 for (i = 0; i < reqbuf.count; i++) {
99 buffer.index = i;
106 buffers[i].length = buffer.length; /* remember for munmap() */
108 buffers[i].start = mmap(NULL, buffer.length,
113 if (MAP_FAILED == buffers[i].start) {
123 for (i = 0; i < reqbuf.count; i++)
124 munmap(buffers[i].start, buffers[i].length);
139 unsigned int i, j;
166 for (i = 0; i < reqbuf.count; i++) {
[all …]
/Documentation/translations/zh_TW/admin-guide/
Dcpu-load.rst74 int i;
85 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog (ULONG_MAX);
86 for (i = 0; i < HIST; ++i) tmp += v[i];
95 sigwait (&set, &i);
/Documentation/fb/
Dcmap_xfbdev.rst19 for (i = 0; i < 8; i++)
20 info->cmap.red[i] = (((2*i)+1)*(0xFFFF))/16;
26 for (i=0; i < 8; i++) {
29 sprintf(colorspec, "rgb:%x/%x/%x", i*36,i*36,i*36);
33 grays[i] = wantedColor;
/Documentation/admin-guide/device-mapper/
Dstriped.rst5 Device-Mapper's "striped" target is used to create a striped (i.e. RAID-0)
40 my ($min_dev_size, $stripe_dev_size, $i);
47 for ($i = 1; $i < $num_devs; $i++) {
48 my $this_size = `blockdev --getsz $devs[$i]`;
57 for ($i = 0; $i < $num_devs; $i++) {
58 $table .= " $devs[$i] 0";
Dunstriped.rst55 for i in $(seq 0 ${SEQ_END}); do
56 dd if=/dev/zero of=member-${i} bs=${MEMBER_SIZE} count=1 oflag=direct
57 losetup /dev/loop${i} member-${i}
58 DM_PARMS+=" /dev/loop${i} 0"
62 for i in $(seq 0 ${SEQ_END}); do
63 echo "0 1 unstriped ${NUM} ${CHUNK} ${i} /dev/mapper/raid0 0" | dmsetup create set-${i}
66 for i in $(seq 0 ${SEQ_END}); do
67 dd if=/dev/urandom of=/dev/mapper/set-${i} bs=${BS} count=${COUNT} oflag=direct
68 diff /dev/mapper/set-${i} member-${i}
71 for i in $(seq 0 ${SEQ_END}); do
[all …]
/Documentation/ia64/
Derr_inject.rst228 u64 i : 1,
246 i : 1,
730 int i;
732 for (i=0;i<ERR_DATA_BUFFER_SIZE; i++)
733 if (err_data_buffer[i]!=-1)
749 int i;
821 for (i=0;i<num;i++) {
822 if (create_sem(parameters[i].cpu)) {
823 printf("Can not create semaphore for cpu%d...exit\n",i);
836 for (i=0;i<num;i++) {
[all …]
/Documentation/devicetree/bindings/display/imx/
Dldb.txt13 Both LDB versions are similar, but i.MX6 has an additional
16 - gpr : should be <&gpr> on i.MX53 and i.MX6q.
22 The following clocks are expected on i.MX53:
29 On i.MX6q the following additional clocks are needed:
37 - pinctrl-names : should be "default" on i.MX53, not used on i.MX6q
38 - pinctrl-0 : a phandle pointing to LVDS pin settings on i.MX53,
39 not used on i.MX6q
55 On i.MX5, the internal two-input-multiplexer is used. Due to hardware
58 On i.MX6, there should be four input ports (port@[0-3]) that correspond
60 A single output port (port@2 on i.MX5, port@4 on i.MX6) must be connected
/Documentation/admin-guide/
Dcpu-load.rst79 int i;
91 for (i = 0; i < HIST; ++i) v[i] = ULONG_MAX - hog(ULONG_MAX);
92 for (i = 0; i < HIST; ++i) tmp += v[i];
101 sigwait(&set, &i);
/Documentation/devicetree/bindings/bus/
Dimx-weim.txt1 Device tree bindings for i.MX Wireless External Interface Module (WEIM)
32 register, e.g. IOMUXC_GPR1 on i.MX6Q. IOMUXC_GPR1[11:0]
57 For i.MX1, i.MX21 ("fsl,imx1-weim") there are two
59 For i.MX25, i.MX27, i.MX31 and i.MX35 ("fsl,imx27-weim")
61 For i.MX50, i.MX53 ("fsl,imx50-weim"),
62 i.MX51 ("fsl,imx51-weim") and i.MX6Q ("fsl,imx6q-weim")
/Documentation/filesystems/ext4/
Deainode.rst11 inode's i\_atime field is used to store a checksum of the xattr value;
12 and i\_ctime/i\_version store a 64-bit reference count, which enables
15 i\_mtime/i\_generation *may* store a back-reference to the inode number
16 and i\_generation of the **one** owning inode (in cases where the EA
/Documentation/networking/device_drivers/atm/
Dcxacru-cf.py32 i = 0 variable
43 if i > 0:
45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0]))
46 i += 1
/Documentation/driver-api/mtd/
Dnand_ecc.rst126 for (i = 0; i < 256; i++)
128 if (i & 0x01)
132 if (i & 0x02)
136 if (i & 0x04)
140 if (i & 0x08)
144 if (i & 0x10)
148 if (i & 0x20)
152 if (i & 0x40)
156 if (i & 0x80)
214 int i;
[all …]
/Documentation/crypto/
Ddescore-readme.rst49 To more rapidly understand the code in this package, inspect desSmallFips.i
57 performance comparison to other available des code which i could
68 this has the quickest encryption/decryption routines i've seen.
69 since i was interested in fast des filters rather than crypt(3)
70 and password cracking, i haven't really bothered yet to speed up
71 the key setting routine. also, i have no interest in re-implementing
72 all the other junk in the mit kerberos des library, so i've just
84 improvements i had suggested to him, this package's
110 of the optimizations which i did in my encryption routines.
115 (at some point i may do the same in my package). he also implements
[all …]
/Documentation/block/
Dbiodoc.rst66 2. New flexible and generic but minimalist i/o structure or descriptor
67 (instead of using buffer heads at the i/o layer)
105 capabilities to the maximum extent for better i/o performance. This is
113 Sophisticated devices with large built-in caches, intelligent i/o scheduling
125 i. Per-queue limits/values exported to the generic layer by the driver
127 Various parameters that the generic i/o scheduler logic uses are set at
180 ii. High-mem i/o capabilities are now considered the default
183 by default copyin/out i/o requests on high-memory buffers to low-memory buffers
186 for which the device cannot handle i/o. A driver can specify this by
189 where a device is capable of handling high memory i/o.
[all …]
/Documentation/arm/
Dtcm.rst117 int i;
118 for (i = 0; i < 100; i++)
125 int i;
126 for (i = 0; i < 100; i++) {
135 int i;
157 for (i = 0; i < 5; i++)
158 printk("TCM tcmem[%d] = %08x\n", i, tcmem[i]);
/Documentation/userspace-api/media/rc/
Dkeytable.c.rst65 unsigned int i, j;
115 for (i = 0; i < 256; i++) {
116 codes[0] = (j << 8) | i;
169 for (i = 0; i < 256; i++) {
170 codes[0] = (j << 8) | i;
/Documentation/translations/it_IT/process/
Dsubmit-checklist.rst19 i file che le dichiarano/definiscono. Non dipendente dal fatto che un file
33 e correggere i problemi
50 soddisfino i criteri descritti in ``Documentation/kbuild/kconfig-language.rst``
61 10) Usare ``make checkstack`` e correggere tutti i problemi rilevati.
65 ``checkstack`` non evidenzia esplicitamente i problemi, ma una funzione
71 verificare i commenti :ref:`kernel-doc <kernel_doc>` ed eventualmente
86 15) Tutti i percorsi del codice sono stati verificati con tutte le funzionalità
89 16) Tutti i nuovi elementi in ``/proc`` sono documentati in ``Documentation/``.
91 17) Tutti i nuovi parametri d'avvio del kernel sono documentati in
94 18) Tutti i nuovi parametri dei moduli sono documentati con ``MODULE_PARM_DESC()``.
[all …]

12345678910>>...33