Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wan/
Dsealevel.c210 int txdma, int rxdma, int slow) in slvl_init()
365 static bool slow=false; variable
/linux-4.1.27/include/linux/platform_data/
Dleds-kirkwood-ns2.h16 unsigned slow; member
/linux-4.1.27/drivers/gpu/drm/
Ddrm_modeset_lock.c329 bool interruptible, bool slow) in modeset_lock()
/linux-4.1.27/drivers/s390/cio/
Dcss.c386 static int css_evaluate_new_subchannel(struct subchannel_id schid, int slow) in css_evaluate_new_subchannel()
408 static int css_evaluate_known_subchannel(struct subchannel *sch, int slow) in css_evaluate_known_subchannel()
427 static void css_evaluate_subchannel(struct subchannel_id schid, int slow) in css_evaluate_subchannel()
/linux-4.1.27/drivers/leds/
Dleds-ns2.c73 unsigned slow; member
/linux-4.1.27/net/core/
Ddatagram.c287 bool slow; in skb_free_datagram_locked() local
/linux-4.1.27/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.1.27/arch/avr32/include/asm/
Dio.h107 #define __BUILD_IOPORT_SINGLE(pfx, bwl, type, p, slow) \ argument
/linux-4.1.27/include/uapi/linux/
Dusbdevice_fs.h75 unsigned char slow; member
/linux-4.1.27/drivers/atm/
Deni.h98 struct atm_vcc *slow,*last_slow; member
/linux-4.1.27/net/ipv4/
Dudp.c1206 bool slow = lock_sock_fast(sk); in first_packet_length() local
1267 bool slow; in udp_recvmsg() local
2023 bool slow = lock_sock_fast(sk); in udp_destroy_sock() local
Dtcp.c552 bool slow; in tcp_ioctl() local
/linux-4.1.27/arch/mips/include/asm/
Dio.h381 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
/linux-4.1.27/arch/sh/include/asm/
Dio.h157 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p, slow) \ argument
/linux-4.1.27/drivers/vhost/
Dvringh.c268 bool slow = false; in __vringh_iov() local
/linux-4.1.27/net/ipv6/
Dudp.c403 bool slow; in udpv6_recvmsg() local
/linux-4.1.27/drivers/scsi/
Dst.c2444 static int write_mode_page(struct scsi_tape *STp, int page, int slow) in write_mode_page()
/linux-4.1.27/arch/powerpc/include/asm/
Dimmap_qe.h295 struct ucc_slow slow; member
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3174 unsigned int width, density, slow, attempts; in mc7_init() local
/linux-4.1.27/include/net/
Dsock.h1518 static inline void unlock_sock_fast(struct sock *sk, bool slow) in unlock_sock_fast()