/linux-4.4.14/crypto/ |
D | af_alg.c | 132 struct alg_sock *ask = alg_sk(sk); in af_alg_release_parent() local 133 unsigned int nokey = ask->nokey_refcnt; in af_alg_release_parent() 134 bool last = nokey && !ask->refcnt; in af_alg_release_parent() 136 sk = ask->parent; in af_alg_release_parent() 137 ask = alg_sk(sk); in af_alg_release_parent() 140 ask->nokey_refcnt -= nokey; in af_alg_release_parent() 142 last = !--ask->refcnt; in af_alg_release_parent() 154 struct alg_sock *ask = alg_sk(sk); in alg_bind() local 188 if (ask->refcnt | ask->nokey_refcnt) in alg_bind() 191 swap(ask->type, type); in alg_bind() [all …]
|
D | algif_hash.c | 47 struct alg_sock *ask = alg_sk(sk); in hash_sendmsg() local 48 struct hash_ctx *ctx = ask->private; in hash_sendmsg() 108 struct alg_sock *ask = alg_sk(sk); in hash_sendpage() local 109 struct hash_ctx *ctx = ask->private; in hash_sendpage() 153 struct alg_sock *ask = alg_sk(sk); in hash_recvmsg() local 154 struct hash_ctx *ctx = ask->private; in hash_recvmsg() 184 struct alg_sock *ask = alg_sk(sk); in hash_accept() local 185 struct hash_ctx *ctx = ask->private; in hash_accept() 202 err = af_alg_accept(ask->parent, newsock); in hash_accept() 252 struct alg_sock *ask = alg_sk(sk); in hash_check_key() local [all …]
|
D | algif_skcipher.c | 108 struct alg_sock *ask = alg_sk(sk); in skcipher_sndbuf() local 109 struct skcipher_ctx *ctx = ask->private; in skcipher_sndbuf() 122 struct alg_sock *ask = alg_sk(sk); in skcipher_alloc_sgl() local 123 struct skcipher_ctx *ctx = ask->private; in skcipher_alloc_sgl() 152 struct alg_sock *ask = alg_sk(sk); in skcipher_pull_sgl() local 153 struct skcipher_ctx *ctx = ask->private; in skcipher_pull_sgl() 194 struct alg_sock *ask = alg_sk(sk); in skcipher_free_sgl() local 195 struct skcipher_ctx *ctx = ask->private; in skcipher_free_sgl() 245 struct alg_sock *ask = alg_sk(sk); in skcipher_wait_for_data() local 246 struct skcipher_ctx *ctx = ask->private; in skcipher_wait_for_data() [all …]
|
D | algif_aead.c | 59 struct alg_sock *ask = alg_sk(sk); in aead_sndbuf() local 60 struct aead_ctx *ctx = ask->private; in aead_sndbuf() 80 struct alg_sock *ask = alg_sk(sk); in aead_put_sgl() local 81 struct aead_ctx *ctx = ask->private; in aead_put_sgl() 119 struct alg_sock *ask = alg_sk(sk); in aead_wait_for_data() local 120 struct aead_ctx *ctx = ask->private; in aead_wait_for_data() 149 struct alg_sock *ask = alg_sk(sk); in aead_data_wakeup() local 150 struct aead_ctx *ctx = ask->private; in aead_data_wakeup() 171 struct alg_sock *ask = alg_sk(sk); in aead_sendmsg() local 172 struct aead_ctx *ctx = ask->private; in aead_sendmsg() [all …]
|
D | algif_rng.c | 62 struct alg_sock *ask = alg_sk(sk); in rng_recvmsg() local 63 struct rng_ctx *ctx = ask->private; in rng_recvmsg() 129 struct alg_sock *ask = alg_sk(sk); in rng_sock_destruct() local 130 struct rng_ctx *ctx = ask->private; in rng_sock_destruct() 139 struct alg_sock *ask = alg_sk(sk); in rng_accept_parent() local 155 ask->private = ctx; in rng_accept_parent()
|
/linux-4.4.14/drivers/media/common/ |
D | Kconfig | 1 # Used by common drivers, when they need to ask questions
|
/linux-4.4.14/Documentation/zh_CN/ |
D | SecurityBugs | 5 communicating in English you can also ask the Chinese maintainer for
|
D | stable_kernel_rules.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | IRQ.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | stable_api_nonsense.txt | 5 communicating in English you can also ask the Chinese maintainer for help.
|
D | basic_profiling.txt | 4 However, if you have problem communicating in English you can also ask the
|
D | io_ordering.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | sparse.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | volatile-considered-harmful.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | SubmittingDrivers | 5 communicating in English you can also ask the Chinese maintainer for
|
D | email-clients.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | oops-tracing.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | SubmittingPatches | 5 communicating in English you can also ask the Chinese maintainer for
|
D | gpio.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | magic-number.txt | 4 However, if you have problem communicating in English you can also ask the
|
D | HOWTO | 5 communicating in English you can also ask the Chinese maintainer for
|
D | CodingStyle | 4 However, if you have problem communicating in English you can also ask the
|
/linux-4.4.14/Documentation/zh_CN/arm64/ |
D | tagged-pointers.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | legacy_instructions.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | memory.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | booting.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
/linux-4.4.14/Documentation/fb/ |
D | vesafb.txt | 40 vga=ask and hit return. The mode you wish to use is derived from the 64 To enable one of those modes you have to specify "vga=ask" in the 66 mode at the "vga=ask" prompt. For example if you like to use
|
D | metronomefb.txt | 24 to uncompress it before delivering it. metronomefb will ask for metronome.wbf
|
/linux-4.4.14/Documentation/zh_CN/arm/ |
D | Booting | 5 communicating in English you can also ask the Chinese maintainer for
|
D | kernel_user_helpers.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
/linux-4.4.14/Documentation/arm/sunxi/ |
D | clocks.txt | 4 This document contains useful bits of information that people tend to ask
|
/linux-4.4.14/Documentation/powerpc/ |
D | ptrace.txt | 80 With this GDB can ask for all kinds of hardware breakpoints and watchpoints 86 request to ask for its removal. Return -ENOSPC if the requested breakpoint
|
D | eeh-pci-error-recovery.txt | 166 rtas_configure_bridge() -- ask firmware to configure any PCI bridges
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 24 on their server are the full data-sheets, but don't ask how I found it.
|
D | README | 69 If you have trouble with some specific TV card, try to ask there
|
/linux-4.4.14/Documentation/scsi/ |
D | aic7xxx.txt | 327 http://ask.adaptec.com for articles, troubleshooting tips, and 330 Technical Support Specialists at http://ask.adaptec.com/. 350 http://ask-de.adaptec.com/. 352 http://ask-fr.adaptec.com/. 354 http://ask.adaptec.com/.
|
D | aic79xx.txt | 430 http://ask.adaptec.com for articles, troubleshooting tips, and 433 Technical Support Specialists at http://ask.adaptec.com/. 453 http://ask-de.adaptec.com/. 455 http://ask-fr.adaptec.com/. 457 http://ask.adaptec.com/.
|
D | dc395x.txt | 96 filename COPYING. If you don't have it, please ask me to send you one by
|
D | tmscsim.txt | 394 Whenever you have problems with the driver, you are invited to ask the 405 I will ask you for some more details and probably I will also ask you to 437 be allowed to, but you have to ask me and Tekram <erich@tekram.com.tw>
|
D | aha152x.txt | 160 ask the user for verification. This might on not yet partitioned
|
D | scsi-changer.txt | 74 it is quite useless to ask me whenever a specific device is supported or
|
D | LICENSE.qla4xxx | 40 anyone to deny you these rights or to ask you to surrender the rights. 263 to ask for permission. For software which is copyrighted by the Free
|
D | LICENSE.qla2xxx | 41 anyone to deny you these rights or to ask you to surrender the rights. 264 to ask for permission. For software which is copyrighted by the Free
|
D | st.txt | 437 MT_ST_NO_BLKLIMS the driver does not ask the block limits
|
/linux-4.4.14/firmware/ |
D | atmsar11.HEX | 201 consultation and not to ask for assembly/other microcode source.
|
D | WHENCE | 25 consultation and not to ask for assembly/other microcode source.
|
/linux-4.4.14/net/llc/ |
D | af_llc.c | 356 struct sock *ask; in llc_ui_bind() local 367 ask = llc_lookup_established(sap, &daddr, &laddr); in llc_ui_bind() 368 if (ask) { in llc_ui_bind() 369 sock_put(ask); in llc_ui_bind()
|
/linux-4.4.14/Documentation/networking/ |
D | framerelay.txt | 11 The configuration script will ask you how many DLCIs you need, as well as
|
D | tcp.txt | 61 if needed and you will get the expected protocol. If you ask for an
|
D | regulatory.txt | 58 the specificied alpha2. The kernel in turn will then ask userspace
|
D | LICENSE.qlcnic | 39 anyone to deny you these rights or to ask you to surrender the rights. 262 to ask for permission. For software which is copyrighted by the Free
|
D | LICENSE.qlge | 39 anyone to deny you these rights or to ask you to surrender the rights. 262 to ask for permission. For software which is copyrighted by the Free
|
D | 6pack.txt | 60 with PC/FlexNet. Please do not ask me about the internals of this file as I
|
D | decnet.txt | 217 If you are keen to get involved in development, or want to ask questions
|
D | rds.txt | 113 Applications can ask the RDS kernel module to receive
|
D | bonding.txt | 33 who to ask for help, please follow the links at the end of this file. 498 Option specifying the rate in which we'll ask our link partner
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | submitting-patches.txt | 46 1) If you aren't comfortable reviewing a given binding, reply to it and ask
|
/linux-4.4.14/Documentation/hwmon/ |
D | f71805f | 152 You ask for a specific PWM duty cycle or DC voltage by writing to the 163 You ask for a specific fan speed by writing to the fan<n>_target file.
|
D | f71882fg | 122 You ask for a specific PWM duty cycle / DC voltage or a specific % of
|
D | it87 | 100 to fix this. Please contact your BIOS manufacturer and ask him for fix.
|
D | abituguru-datasheet | 140 don't ask why this is the way it is.
|
/linux-4.4.14/Documentation/zh_CN/video4linux/ |
D | omap3isp.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
D | v4l2-framework.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
/linux-4.4.14/Documentation/sysctl/ |
D | README | 4 'Why', I hear you ask, 'would anyone even _want_ documentation
|
D | net.txt | 44 2 - enable the JIT and ask the compiler to emit traces on kernel log.
|
/linux-4.4.14/Documentation/driver-model/ |
D | design-patterns.txt | 6 It is likely that subsystem maintainers will ask driver developers to
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-api.txt | 145 available to ask what the device can do: 205 GETSTATUS and GETBOOTSTATUS ioctls can be used to ask for the current
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | idmapper.txt | 18 configured with the id_resolver key type), then the idmapper will ask the
|
D | nfs-rdma.txt | 35 If you get stuck, you can ask questions on the
|
/linux-4.4.14/Documentation/sound/oss/ |
D | btaudio | 68 downsampling by powers of two, so you can ask for more usual sample rates
|
D | Introduction | 392 will ask for the sound devices to be loaded. Initially it requests that 393 the driver for the sound system is loaded. It then will ask for
|
D | Opti | 37 The configuration menu may ask for addresses, IRQ lines or DMA
|
D | README.OSS | 1235 If you answer 'y', the config program will ask name of the file containing 1421 manufacturer of the card and ask if they have (or are willing to)
|
/linux-4.4.14/Documentation/timers/ |
D | timers-howto.txt | 15 The first, and most important, question you need to ask is "Is my
|
D | hrtimers.txt | 7 One might ask the question: we already have a timer subsystem
|
/linux-4.4.14/Documentation/zh_CN/filesystems/ |
D | sysfs.txt | 5 communicating in English you can also ask the Chinese maintainer for
|
/linux-4.4.14/arch/powerpc/platforms/8xx/ |
D | Kconfig | 97 # This doesn't really belong here, but it is convenient to ask
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | object.txt | 285 The netfs requested that an object be updated. The state machine will ask 286 the cache backend to update the object, and the cache backend will ask the
|
D | backend-api.txt | 270 This method is called to ask the cache to release any resources it was 356 This is called to ask the backend to synchronise a cache with its backing 364 This is called to ask a cache to perform any page dissociations as part of
|
D | netfs-api.txt | 463 Firstly, the netfs should ask FS-Cache to examine the caches and read the 807 given amount of a file. It is permitted to ask for more than the current
|
/linux-4.4.14/Documentation/target/ |
D | tcm_mod_builder.txt | 55 At the end of tcm_mod_builder.py. the script will ask to add the following
|
/linux-4.4.14/Documentation/ |
D | SubmittingPatches | 44 in the MAINTAINERS file to find that tree, or simply ask the maintainer if 353 Exception: If your mailer is mangling patches then someone may ask 461 rule (c), you should ask the submitter to rediff, but this is a totally 513 ask to have an Acked-by: line added to the patch's changelog. 521 into an Acked-by: (but note that it is usually better to ask for an 544 the bug was reported in private, then ask for permission first before using the
|
D | sysrq.txt | 247 * I have more questions, who can I ask? 249 Just ask them on the linux-kernel mailing list:
|
D | flexible-arrays.txt | 40 the current code, using flags to ask for high memory is likely to lead to
|
D | svga.txt | 12 ** Short intro for the impatient: Just use vga=ask for the first time, 88 program will try to ask the BIOS for all possible video mode numbers and test
|
D | debugging-via-ohci1394.txt | 15 ask the OHCI-1394 controller to perform read and write requests on
|
D | bus-virt-phys-mapping.txt | 109 /* ask the controller to read the sense status into "sense_buffer" */
|
D | HOWTO | 62 contact a lawyer, and do not ask on the Linux kernel mailing list. The 175 It consists of a helpful mailing list where you can ask almost any type 178 past.) It also has an IRC channel that you can use to ask questions in
|
D | stable_api_nonsense.txt | 177 without having to ask the distros to add it.
|
D | IRQ-domain.txt | 208 with the hardware managed by itself and may ask for services from its
|
D | ManagementStyle | 5 on who you ask) management style for the linux kernel. It's meant to
|
D | kobject.txt | 375 One might ask how, exactly, a kobject is added to a kset, given that no
|
D | DMA-API-HOWTO.txt | 209 even detected, you can ask them for the kernel messages to find out
|
D | CodingStyle | 363 descriptive names (you can ask the compiler to in-line them if you think
|
D | kernel-parameters.txt | 4025 Use vga=ask for menu.
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 290 throttle() - Called by the ldisc to ask the driver to do flow 294 unthrottle() - Called by the ldisc to ask the driver to stop flow
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 44 "export" ... Userspace may ask the kernel to export control of
|
D | gpio-legacy.txt | 664 "export" ... Userspace may ask the kernel to export control of
|
/linux-4.4.14/arch/m68k/q40/ |
D | README | 77 This is just an overview, see asm-m68k/* for details ask if you have any
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 135 If it does not work then please ask about it on the linux-kernel@vger.kernel.org
|
D | exception-tables.txt | 281 That's it, mostly. If you look at our example, you might ask why
|
D | boot.txt | 930 "normal" (meaning 0xFFFF), "ext" (meaning 0xFFFE) or "ask"
|
/linux-4.4.14/drivers/usb/gadget/ |
D | Kconfig | 52 messages if you use this option to ask for those messages. 66 messages if you use this option to ask for those messages.
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 127 driver or userspace process can ask connector to notify it when
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_protocol.txt | 8 The client may ask for the list of the exported USB devices. To get the list the
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 224 When the merge window opens, top-level maintainers will ask Linus to "pull" 415 convention also makes it unnecessary to explicitly ask to be copied on 433 to ask on the netdev list instead, as that is the list frequented by most
|
D | 7.AdvancedTopics | 60 development in any branch which you intend to ask others to pull from.
|
D | 4.Coding | 84 from another kernel subsystem, it is time to ask whether it would, in fact,
|
/linux-4.4.14/arch/cris/arch-v32/drivers/ |
D | Kconfig | 201 # FIXME: When that happens, we'll need to be able to ask for and
|
/linux-4.4.14/fs/reiserfs/ |
D | README | 40 fair, ask. (Last I spoke with him Richard was contemplating how best
|
/linux-4.4.14/Documentation/blockdev/ |
D | floppy.txt | 104 If you want to avoid this, explicitly ask for 'yesdma'.
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 29 anyone to deny you these rights or to ask you to surrender the rights. 252 to ask for permission. For software which is copyrighted by the Free
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 29 anyone to deny you these rights or to ask you to surrender the rights. 252 to ask for permission. For software which is copyrighted by the Free
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 35 deny you these rights or to ask you to surrender the rights. These 251 whose distribution conditions are different, write to the author to ask
|
/linux-4.4.14/ |
D | COPYING | 45 anyone to deny you these rights or to ask you to surrender the rights. 268 to ask for permission. For software which is copyrighted by the Free
|
D | CREDITS | 20 S: (ask for current address) 728 S: (ask for current address) 992 S: (ask for current address) 1133 S: (ask for current address) 1583 S: (ask for current address) 2164 S: (ask for current address) 2633 S: (ask for current address) 2896 S: ask per mail for current address 3445 S: (Email me and ask)
|
D | README | 152 only ask you for the answers to new questions.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.concap | 87 a connect_request will ask for establishing a reliable lapb
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_serial.txt | 160 gadget serial device and ask for a driver. Tell Windows to find the
|
D | WUSB-Design-overview.txt | 315 device with an unauthorized address; we ask user space to authenticate
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 39 * On each read / write request, we now ask the drive
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 107 can check the tag type and either do proprietary processing, or return 1 to ask
|
/linux-4.4.14/Documentation/power/ |
D | freezing-of-tasks.txt | 221 since they ask the freezer to skip freezing this task, since it is anyway
|
D | pci.txt | 256 systems along with the GPEs, but to use it the kernel has to ask the system's
|
/linux-4.4.14/Documentation/fmc/ |
D | carrier.txt | 278 scope probe to be plugged at some point during development) it may ask
|
/linux-4.4.14/mm/ |
D | Kconfig | 371 of memory on which to store mappings, but it can only ask the system
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 124 This is a way for the servers to ask the clients not to time
|
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 312 be due to the jiffies counter no longer counting. Why do you ask?
|
/linux-4.4.14/Documentation/cgroups/ |
D | memory.txt | 808 events manually (or, ask us to implement the pass-through events,
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 658 Called by the generic buffered write code to ask the filesystem to
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 527 so either the audio-file-system should ask for 75264 bytes at once
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 146 card, keyboard, hard drives, etc), and any programs which run ask the 2586 o With ps, get the pid of the gdb that ddd started. You can ask the
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1847 # Compressed boot loader in ROM. Yes, we really want to ask about
|