/linux-4.19.296/crypto/ |
D | algif_hash.c | 32 bool more; member 82 if (!ctx->more) { in hash_sendmsg() 91 ctx->more = 0; in hash_sendmsg() 119 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg() 120 if (!ctx->more) { in hash_sendmsg() 155 } else if (!ctx->more) in hash_sendpage() 161 if (ctx->more) in hash_sendpage() 166 if (!ctx->more) { in hash_sendpage() 180 ctx->more = flags & MSG_MORE; in hash_sendpage() 211 if (!result && !ctx->more) { in hash_recvmsg() [all …]
|
D | ablkcipher.c | 105 bool more; in ablkcipher_walk_done() local 112 more = (walk->total != 0); in ablkcipher_walk_done() 125 scatterwalk_done(&walk->in, 0, more); in ablkcipher_walk_done() 126 scatterwalk_done(&walk->out, 1, more); in ablkcipher_walk_done() 128 if (more) { in ablkcipher_walk_done()
|
D | blkcipher.c | 104 bool more; in blkcipher_walk_done() local 111 more = (walk->total != 0); in blkcipher_walk_done() 124 scatterwalk_done(&walk->in, 0, more); in blkcipher_walk_done() 125 scatterwalk_done(&walk->out, 1, more); in blkcipher_walk_done() 127 if (more) { in blkcipher_walk_done()
|
/linux-4.19.296/include/crypto/ |
D | scatterwalk.h | 83 unsigned int more) in scatterwalk_pagedone() argument 97 if (more && walk->offset >= walk->sg->offset + walk->sg->length) in scatterwalk_pagedone() 102 int more) in scatterwalk_done() argument 104 if (!more || walk->offset >= walk->sg->offset + walk->sg->length || in scatterwalk_done() 106 scatterwalk_pagedone(walk, out, more); in scatterwalk_done()
|
/linux-4.19.296/fs/fscache/ |
D | Kconfig | 10 See Documentation/filesystems/caching/fscache.txt for more information. 27 See Documentation/filesystems/caching/fscache.txt for more information. 44 See Documentation/filesystems/caching/fscache.txt for more information. 54 See Documentation/filesystems/caching/fscache.txt for more information.
|
/linux-4.19.296/fs/afs/ |
D | Kconfig | 10 See <file:Documentation/filesystems/afs.txt> for more information. 20 See <file:Documentation/filesystems/afs.txt> for more information.
|
/linux-4.19.296/fs/cifs/ |
D | Kconfig | 57 Enabling this option will allow more detailed statistics on SMB 60 value of /proc/fs/cifs/cifsFYI, see fs/cifs/README for more details). 88 security mechanisms. These hash the password more securely 95 mounts may be less secure than mounts using NTLM or more recent 102 /proc/fs/cifs (see fs/cifs/README for more detail) or via an 116 which are needed to mount to certain secure servers (for which more 140 or later, that optionally can handle more POSIX like (rather 152 page for getcifsacl for more information. If unsure, say Y. 166 Enabling this option adds a few more debugging routines
|
/linux-4.19.296/lib/zlib_deflate/ |
D | deflate.c | 739 unsigned more; /* Amount of free space at the end of the window. */ in fill_window() local 743 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); in fill_window() 746 if (more == 0 && s->strstart == 0 && s->lookahead == 0) { in fill_window() 747 more = wsize; in fill_window() 749 } else if (more == (unsigned)(-1)) { in fill_window() 753 more--; in fill_window() 788 more += wsize; in fill_window() 803 Assert(more >= 2, "more < 2"); in fill_window() 805 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window() 813 Call UPDATE_HASH() MIN_MATCH-3 more times in fill_window() [all …]
|
/linux-4.19.296/fs/reiserfs/ |
D | Kconfig | 8 Balanced trees are more efficient than traditional file system 16 It is more easily extended to have features currently found in 19 plugins consistent with our motto ``It takes more than a license to 23 to learn more about reiserfs.
|
/linux-4.19.296/drivers/isdn/hisax/ |
D | jade_irq.c | 76 int more, count; in jade_fill_fifo() local 88 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0; in jade_fill_fifo() 90 more = !0; in jade_fill_fifo() 101 …WriteJADECMDR(cs, bcs->hw.hscx.hscx, jade_HDLC_XCMD, more ? jadeXCMD_XF : (jadeXCMD_XF | jadeXCMD_… in jade_fill_fifo()
|
D | hscx_irq.c | 86 int more, count; in hscx_fill_fifo() local 98 more = (bcs->mode == L1_MODE_TRANS) ? 1 : 0; in hscx_fill_fifo() 100 more = !0; in hscx_fill_fifo() 111 WriteHSCXCMDR(cs, bcs->hw.hscx.hscx, more ? 0x8 : 0xa); in hscx_fill_fifo()
|
/linux-4.19.296/drivers/media/rc/img-ir/ |
D | Kconfig | 16 less reliable (due to lack of timestamps) and consumes more 18 testing, debug, and to make more protocols available. 25 signals in hardware. This is more reliable, consumes less processing
|
/linux-4.19.296/drivers/isdn/i4l/ |
D | Kconfig | 20 <file:Documentation/isdn/syncPPP.FAQ> for more information. 35 <file:Documentation/isdn/README.syncppp> for more information. 69 <file:Documentation/isdn/README.audio> for more information. 79 also. See <file:Documentation/isdn/README.fax> for more information. 86 See <file:Documentation/isdn/README.x25> for more information
|
/linux-4.19.296/fs/cachefiles/ |
D | Kconfig | 10 See Documentation/filesystems/caching/cachefiles.txt for more 38 See Documentation/filesystems/caching/cachefiles.txt for more
|
/linux-4.19.296/fs/overlayfs/ |
D | Kconfig | 11 For more information see Documentation/filesystems/overlayfs.txt 34 Disable this to get a possibly more secure configuration, but that 40 For more information, see Documentation/filesystems/overlayfs.txt 104 For more information, see Documentation/filesystems/overlayfs.txt
|
/linux-4.19.296/fs/isofs/ |
D | Kconfig | 8 driver. If you have a CD-ROM drive and want to do more with it than 26 <http://www.unicode.org/> for more information). Say Y here if you
|
/linux-4.19.296/drivers/media/usb/usbvision/ |
D | Kconfig | 7 There are more than 50 different USB video devices based on
|
/linux-4.19.296/drivers/pci/switch/ |
D | Kconfig | 12 devices. See <file:Documentation/switchtec.txt> for more
|
/linux-4.19.296/fs/crypto/ |
D | Kconfig | 14 feature is similar to ecryptfs, but it is more memory
|
/linux-4.19.296/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 48 * 01-09-01 01.01.03 Added more definitions to the system interface section 165 * 12-07-04 01.05.03 Added more defines for SAS Discovery Error event. 180 * Added additional Reason Codes and more event data fields 324 * 07-12-02 01.02.08 Added more MPI_MANUFACTPAGE_DEVID_ defines. 326 * Added more MPI_SCSIDEVPAGE1_RP_ defines. 333 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1. 334 * Added more Flags defines for CONFIG_PAGE_FC_DEVICE_0. 339 * Added more device id defines. 343 * Added more PortFlags defines for CONFIG_PAGE_SCSI_PORT_2 345 * Added more Flags defines for CONFIG_PAGE_FC_PORT_1. [all …]
|
/linux-4.19.296/drivers/isdn/hysdn/ |
D | Kconfig | 7 Please read the file <file:Documentation/isdn/README.hysdn> for more
|
/linux-4.19.296/drivers/sfi/ |
D | Kconfig | 15 For more information, see http://simplefirmware.org
|
/linux-4.19.296/drivers/parport/ |
D | TODO-parport | 16 3. Support more hardware (eg m68k, Sun bpp).
|
/linux-4.19.296/drivers/hid/intel-ish-hid/ |
D | Kconfig | 12 low power modes more often, resulting in the increased battery life.
|
/linux-4.19.296/fs/omfs/ |
D | Kconfig | 8 more efficient than a standard FS for MPEG files, in fact likely
|