Home
last modified time | relevance | path

Searched defs:slow (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/drivers/net/wan/
Dsealevel.c210 int txdma, int rxdma, int slow) in slvl_init()
365 static bool slow=false; variable
/linux-4.4.14/include/linux/platform_data/
Dleds-kirkwood-ns2.h28 unsigned slow; member
/linux-4.4.14/drivers/gpu/drm/
Ddrm_modeset_lock.c303 bool interruptible, bool slow) in modeset_lock()
/linux-4.4.14/drivers/s390/cio/
Dcss.c385 static int css_evaluate_new_subchannel(struct subchannel_id schid, int slow) in css_evaluate_new_subchannel()
407 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) in css_evaluate_known_subchannel()
426 static void css_evaluate_subchannel(struct subchannel_id schid, int slow) in css_evaluate_subchannel()
/linux-4.4.14/drivers/leds/
Dleds-ns2.c46 unsigned slow; member
/linux-4.4.14/net/core/
Ddatagram.c287 bool slow; in skb_free_datagram_locked() local
/linux-4.4.14/drivers/scsi/libsas/
Dsas_init.c59 struct sas_task_slow *slow = kmalloc(sizeof(*slow), flags); in sas_alloc_slow_task() local
Dsas_scsi_host.c931 struct sas_task_slow *slow = task->slow_task; in sas_task_abort() local
/linux-4.4.14/drivers/atm/
Deni.h98 struct atm_vcc *slow,*last_slow; member
/linux-4.4.14/include/uapi/linux/
Dusbdevice_fs.h75 unsigned char slow; member
/linux-4.4.14/arch/avr32/include/asm/
Dio.h107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument
/linux-4.4.14/net/ipv4/
Dudp.c1217 bool slow = lock_sock_fast(sk); in first_packet_length() local
1278 bool slow; in udp_recvmsg() local
2038 bool slow = lock_sock_fast(sk); in udp_destroy_sock() local
Dtcp.c552 bool slow; in tcp_ioctl() local
/linux-4.4.14/arch/mips/include/asm/
Dio.h382 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
/linux-4.4.14/arch/sh/include/asm/
Dio.h157 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
/linux-4.4.14/drivers/vhost/
Dvringh.c268 bool slow = false; in __vringh_iov() local
/linux-4.4.14/net/ipv6/
Dudp.c406 bool slow; in udpv6_recvmsg() local
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3174 unsigned int width, density, slow, attempts; in mc7_init() local
/linux-4.4.14/drivers/scsi/
Dst.c2498 static int write_mode_page(struct scsi_tape *STp, int page, int slow) in write_mode_page()
/linux-4.4.14/arch/powerpc/include/asm/
Dimmap_qe.h295 struct ucc_slow slow; member
/linux-4.4.14/include/net/
Dsock.h1502 static inline void unlock_sock_fast(struct sock *sk, bool slow) in unlock_sock_fast()