Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 58 of 58) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8712/
Dusb_ops_linux.c204 precvbuf->reuse = true; in r8712_usb_read_port_complete()
213 precvbuf->reuse = true; in r8712_usb_read_port_complete()
223 precvbuf->reuse = false; in r8712_usb_read_port_complete()
238 precvbuf->reuse = true; in r8712_usb_read_port_complete()
269 if (!precvbuf->reuse == false || !precvbuf->pskb) { in r8712_usb_read_port()
272 precvbuf->reuse = true; in r8712_usb_read_port()
277 if (!precvbuf->reuse || !precvbuf->pskb) { in r8712_usb_read_port()
297 precvbuf->reuse = false; in r8712_usb_read_port()
Drtl8712_recv.h106 u8 reuse; member
Drecv_linux.c62 precvbuf->reuse = false; in r8712_os_recvbuf_resource_alloc()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dusb_ops_linux.c394 precvbuf->reuse = true; in usb_read_port_complete()
405 precvbuf->reuse = true; in usb_read_port_complete()
416 precvbuf->reuse = false; in usb_read_port_complete()
442 precvbuf->reuse = true; in usb_read_port_complete()
481 if ((!precvbuf->reuse) || (precvbuf->pskb == NULL)) { in usb_read_port()
484 precvbuf->reuse = true; in usb_read_port()
488 if ((!precvbuf->reuse) || (precvbuf->pskb == NULL)) { in usb_read_port()
500 precvbuf->reuse = false; in usb_read_port()
541 precvbuf->reuse = true; in usb_read_port_cancel()
Drecv_linux.c50 precvbuf->reuse = false; in rtw_os_recvbuf_resource_alloc()
/linux-4.1.27/net/ipv6/
Dinet6_connection_sock.c34 int reuse = sk->sk_reuse; in inet6_csk_bind_conflict() local
48 if ((!reuse || !sk2->sk_reuse || in inet6_csk_bind_conflict()
57 if (!relax && reuse && sk2->sk_reuse && in inet6_csk_bind_conflict()
/linux-4.1.27/include/rdma/
Drdma_cm.h364 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse);
/linux-4.1.27/tools/testing/ktest/examples/
DREADME27 to reuse configs for various machines or set ups. The files here
/linux-4.1.27/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S161 @ r10 already contains 0, reuse it
186 @ r10 already contains 0, reuse it
/linux-4.1.27/crypto/asymmetric_keys/
Dpkcs7.asn179 -- sequence of attributes and then reuse encoded
/linux-4.1.27/arch/arm/boot/dts/
Darmada-388.dtsi42 * SATA ports. So we can reuse the dtsi of the Armada 385, override the pinctrl
Dste-dbx5x0.dtsi614 // supply for v-amic2; VAMIC2 LDO; reuse constants for AMIC1
/linux-4.1.27/net/ipv4/
Dinet_connection_sock.c50 int reuse = sk->sk_reuse; in inet_csk_bind_conflict() local
67 if ((!reuse || !sk2->sk_reuse || in inet_csk_bind_conflict()
77 if (!relax && reuse && sk2->sk_reuse && in inet_csk_bind_conflict()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_recv.h233 u8 reuse; member
/linux-4.1.27/Documentation/networking/
Dipvs-sysctl.txt29 port reuse. It is a bitmap, with the values being:
31 0: disable any special handling on port reuse. The new
DLICENSE.qlge266 of promoting the sharing and reuse of software generally.
Dphy.txt26 1) Increase code-reuse
DLICENSE.qlcnic266 of promoting the sharing and reuse of software generally.
Drxrpc.txt184 that could reuse it.
Dip-sysctl.txt593 Allow to reuse TIME-WAIT sockets for new connections when it is
Dbonding.txt2432 driver will immediately reuse the first link that goes up, even if the
/linux-4.1.27/Documentation/s390/
DDASD63 but may be sure that you can reuse your data after introduction of a
/linux-4.1.27/Documentation/sound/alsa/soc/
Doverview.txt32 * Codec independence. Allows reuse of codec drivers on other platforms
/linux-4.1.27/include/sound/
Dwavefront.h288 u8 reuse:1; member
/linux-4.1.27/Documentation/RCU/
Drculist_nulls.txt23 * reuse these object before the RCU grace period, we
/linux-4.1.27/fs/nilfs2/
Dsuper.c541 goto reuse; /* already attached checkpoint */ in nilfs_attach_checkpoint()
570 reuse: in nilfs_attach_checkpoint()
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_32.tbl260 # 251 is available for reuse (was briefly sys_set_zone_reclaim)
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.reg1412 * initialization, we read this field and reuse it for 2
1425 * and reuse it for 2 entries in the busy target table.
1641 * We reuse them after capturing the BIOS settings during
Daic7xxx.seq570 * We reuse the first 8 bytes of the TARG_SCSIRATE
Daic79xx.seq1262 * Restore SCB TAG since we reuse this field
/linux-4.1.27/drivers/xen/
DKconfig80 Scrub pages before returning them to the system for reuse by
/linux-4.1.27/Documentation/wimax/
DREADME.i2400m99 easily reuse the hardware-glue to write drivers for other OSes; note
/linux-4.1.27/Documentation/isdn/
DREADME.concap216 The concept of the concap proto might help to reuse protocol code and
DINTERFACE.CAPI143 who may reuse or free it.
/linux-4.1.27/Documentation/powerpc/
Dfirmware-assisted-dump.txt16 in the ELF format in the same way as kdump. This helps us reuse the
/linux-4.1.27/Documentation/locking/
Dlockdep-design.txt242 classes (see below discussion of reuse of lock classes for why).
/linux-4.1.27/Documentation/
Dremoteproc.txt25 remoteproc will add those devices. This makes it possible to reuse the
Dkernel-parameters.txt3319 an IOTLB flush. Default is lazy flushing before reuse,
/linux-4.1.27/fs/f2fs/
Dsegment.c965 static void change_curseg(struct f2fs_sb_info *sbi, int type, bool reuse) in change_curseg() argument
986 if (reuse) { in change_curseg()
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt71 0x04 D2-DC linux/umsdos_fs.h Dead since 2.6.11, but don't reuse these.
/linux-4.1.27/drivers/infiniband/core/
Dcma.c2251 int rdma_set_reuseaddr(struct rdma_cm_id *id, int reuse) in rdma_set_reuseaddr() argument
2259 if (reuse || id_priv->state == RDMA_CM_IDLE) { in rdma_set_reuseaddr()
2260 id_priv->reuseaddr = reuse; in rdma_set_reuseaddr()
/linux-4.1.27/Documentation/scsi/
DLICENSE.qla4xxx267 of promoting the sharing and reuse of software generally.
Dscsi_eh.txt367 reuse it for STU.
DLICENSE.qla2xxx268 of promoting the sharing and reuse of software generally.
DChangeLog.1992-1997256 * hosts.c: If we remove last host registered, reuse host number.
296 * hosts.c: Do not reuse host numbers.
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped2259 /* If just tried and failed to reuse lookahead token after an
2276 /* Else will try to reuse lookahead token after shifting the error
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped2148 /* If just tried and failed to reuse lookahead token after an
2165 /* Else will try to reuse lookahead token after shifting the error
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped2161 /* If just tried and failed to reuse lookahead token after an
2178 /* Else will try to reuse lookahead token after shifting the error
/linux-4.1.27/tools/usb/usbip/
DCOPYING256 of promoting the sharing and reuse of software generally.
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense256 of promoting the sharing and reuse of software generally.
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying256 of promoting the sharing and reuse of software generally.
/linux-4.1.27/
DCOPYING272 of promoting the sharing and reuse of software generally.
/linux-4.1.27/Documentation/video4linux/
DZoran247 specific in the registers. Seem that you have to reuse a other standard
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt97 And I could not reuse the ST picture anyway for copyright reasons.
/linux-4.1.27/net/sctp/
Dsocket.c6225 int reuse = sk->sk_reuse; in sctp_get_port_local() local
6249 (reuse && sk2->sk_reuse && in sctp_get_port_local()
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt264 such, we cannot reuse the AIL list pointers for tracking committed items, nor
Dvfs.txt512 pages in order to reuse them. To do this it can call the ->writepage
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt967 you can reuse the host's eth IP address for the host ends of the tap