Home
last modified time | relevance | path

Searched full:won (Results 1 – 25 of 1587) sorted by relevance

12345678910>>...64

/linux/Documentation/ABI/testing/
H A Dsysfs-devices-physical_location3 Contact: Won Chung <wonchung@google.com>
11 Contact: Won Chung <wonchung@google.com>
18 Contact: Won Chung <wonchung@google.com>
25 Contact: Won Chung <wonchung@google.com>
32 Contact: Won Chung <wonchung@google.com>
39 Contact: Won Chung <wonchung@google.com>
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ksyms_weak.c57 /* dead code won't be seen by the verifier */ in pass_handler()
61 /* dead code won't be seen by the verifier */ in pass_handler()
65 /* dead code won't be seen by the verifier */ in pass_handler()
/linux/Documentation/core-api/
H A Ddma-attributes.rst37 that you won't dereference the pointer returned by dma_alloc_attr(). You
87 - You know that the accesses to this memory won't thrash the TLB.
101 Setting this hint doesn't guarantee that you won't get huge pages, but it
102 means that we won't try quite as hard to get them.
H A Dassoc_array.rst509 The metadata blocks don't change otherwise. An old leaf won't be freed
513 metadata blocks don't change otherwise. The old leaf won't be freed until
517 may involve replacement of part of that subtree - but that won't affect
518 the iteration as we won't have reached the pointer to it yet and the
522 problem as we've passed the anchoring pointer and won't switch onto the
531 This won't affect us until we follow the back pointers. Similar to (4).
/linux/arch/riscv/lib/
H A Ddelay.c41 * 31 is the biggest scale shift value that won't overflow 32 bits for
65 * won't happen.
105 * This doesn't bother checking for overflow, as it won't happen (it's in ndelay()
/linux/arch/x86/kernel/
H A Ddoublefault_32.c41 * won't see it (no ENCODE_FRAME_POINTER), so a nested stack dump in doublefault_shim()
42 * won't successfully unwind to the source of the double fault. in doublefault_shim()
53 /* We won't go through the entry asm, so we can leave __csh as 0. */ in doublefault_shim()
/linux/drivers/usb/gadget/
H A Depautoconf.c41 * That second descriptor won't always be the same as the first one.
50 * and hardware won't be able to autoconfigure.
130 * That second descriptor won't always be the same as the first one.
138 * Some combinations of driver and hardware won't be able to autoconfigure.
/linux/drivers/s390/char/
H A Duvdevice.c160 * are sane. Every other check is made by the Ultravisor (UV) and won't result
178 * UV will return invalid command rc. This won't be fenced in the driver
252 * (UV). Therefore UV errors won't result in a negative return
262 * invalid command rc. This won't be fenced in the driver and does not
345 * Every other check is made by the Ultravisor (UV) and won't result in a
358 * command rc. This won't be fenced in the driver and does not result in a
397 * command rc. This won't be fenced in the driver and does not result in a
/linux/drivers/power/reset/
H A Dlinkstation-poweroff.c64 /* Clear interrupts to ensure INTn won't be holded in high state */ in linkstation_mvphy_reg_intn()
69 * off, we won't be able to wake up by sending another magic packet. in linkstation_mvphy_reg_intn()
100 * off, we won't be able to wake up by sending another magic packet. in readynas_mvphy_set_reg()
/linux/arch/arc/kernel/
H A Dentry-arcv2.S89 ; so a higher prio interrupt taken here won't clobber prev prio icause
205 ; AUX_IRQ_ACTIVE won't have U bit set (since intr in K mode), hence SP
206 ; won't be switched to correct U mode value (from AUX_SP)
232 ; IRQ RTIE won't reliably restore DE bit and/or BTA, needs workaround
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-g-topology.rst76 the ioctl won't store the entities. It will just update
91 the ioctl won't store the interfaces. It will just update
106 won't store the pads. It will just update ``num_pads``
120 won't store the links. It will just update ``num_links``
/linux/Documentation/sound/hd-audio/
H A Dcontrols.rst43 won't hear any PCM stream.
52 jacks. That is, the headphone won't auto-mute the other line-outs,
91 doesn't provide a proper jack-detection, this won't work; in such a
/linux/Documentation/admin-guide/
H A Dbcache.rst33 Since random IO is what SSDs excel at, there generally won't be much benefit
54 you format your backing devices and cache device at the same time, you won't
110 /dev/bcache<N> device won't be created until the cache shows up - particularly
275 fdisk run and re-register a changed partition table, which won't work
278 1) Is it present in /dev/bcache* ? (there are times where it won't be)
284 2) But if your backing device is gone, this won't work::
389 a cache miss won't be able to insert a key for the new data and the data
390 won't be written to the cache.
/linux/drivers/mtd/parsers/
H A DKconfig37 for your particular device. It won't happen automatically. The
118 for your particular device. It won't happen automatically. The
167 for your particular device. It won't happen automatically. The
/linux/arch/arm/common/
H A Dvlock.S80 @ Check who won:
84 eor r0, r1, r2 @ zero if I won, else nonzero
/linux/include/linux/
H A Dihex.h46 /* Check that ihex_next_binrec() won't take us off the end of the image... */
62 /* Request firmware and validate it so that we can trust we won't
/linux/Documentation/arch/arm/
H A Dvlocks.rst58 return true; /* we won */
78 will contain only one value that won't change once every CPU has cleared
103 /* we won the town election, let's go for the state */
/linux/Documentation/usb/
H A Dgadget_multi.rst60 configuration so a dual RNDIS and CDC ECM gadget won't work unless you
97 functionality. As an effect provided INFs won't work since they have
116 as well. It most likely won't work on Windows prior to Windows XP
/linux/arch/arm64/kernel/
H A Dsmccc-call.S48 /* Save `res` and free a GPR that won't be clobbered */
51 /* Ensure `args` won't be clobbered while loading regs in next step */
/linux/drivers/pwm/
H A Dpwm-sunplus.c114 * duty_ns <= period_ns 27 bits, clk_rate 28 bits, won't overflow. in sunplus_pwm_apply()
143 * NSEC_PER_SEC 30 bits, won't overflow. in sunplus_pwm_get_state()
148 * dd_freq 16 bits, duty 8 bits, NSEC_PER_SEC 30 bits, won't overflow. in sunplus_pwm_get_state()
/linux/drivers/misc/cxl/
H A Dvphb.c209 * If there are no AFU configuration records we won't have anything to in cxl_pci_vphb_add()
212 * handling since we won't have anything special to do if there are no in cxl_pci_vphb_add()
272 /* If there is no configuration record we won't have one of these */ in cxl_pci_vphb_remove()
/linux/Documentation/filesystems/
H A Dhpfs.rst42 danger. I tried to write it so that it won't crash if check=normal on
66 also won't be able to compile linux kernel (and maybe other things) on HPFS
96 attributes with different sizes, they won't be rewritten and changing these
159 Sometimes you won't be able to delete some files on a very full filesystem
177 but vfs doesn't. Something like 'mv file FILE' won't work.
/linux/drivers/net/wireguard/
H A Dpeer.c136 * all calls to pass it off to timers fails because of is_dead. We won't in peer_remove_after_dead()
138 * allowedips; we won't have new references in (2) eventually, because in peer_remove_after_dead()
140 * all existing keypairs and no more can be created; we won't have new in peer_remove_after_dead()
/linux/Documentation/scsi/
H A Dqlogicfas.rst30 rest of the modules won't interfere with the operation. The next
86 Remember, if it doesn't work under DOS, it probably won't work under
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-select.rst33 File descriptions to be watched if a read() call won't block.
36 File descriptions to be watched if a write() won't block.

12345678910>>...64