Home
last modified time | relevance | path

Searched refs:cmplt (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/alpha/math-emu/
Dqrnnd.S52 $loop1: cmplt n0,0,tmp
60 cmplt n0,0,tmp
68 cmplt n0,0,tmp
76 cmplt n0,0,tmp
102 $loop2: cmplt n0,0,tmp
110 cmplt n0,0,tmp
118 cmplt n0,0,tmp
126 cmplt n0,0,tmp
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_mgt.h71 bool cmplt; member
Dnes_mgt.c160 if (fpdu_info->frags[i].cmplt) { in nes_download_callback()
283 frags[i].cmplt = (skb->len == frags[i].frag_len); in get_fpdu_info()
306 frags[0].cmplt = true; in get_fpdu_info()
318 frags[0].cmplt = true; in get_fpdu_info()
343 if (frags[0].cmplt) { in get_fpdu_info()
/Linux-v4.19/arch/alpha/lib/
Dstrncat.S64 0: cmplt $27, $24, $2 # did we fill the buffer completely?
Dev67-strncat.S63 cmplt $27, $24, $5 # E : did we fill the buffer completely?
Dstxcpy.S256 cmplt t4, t5, t12 # e0 :
Dev6-stxcpy.S287 cmplt t4, t5, t12 # E :
Dstxncpy.S312 1: cmplt t4, t5, t12 # e1 :
Dev6-stxncpy.S359 1: cmplt t4, t5, t12 # E :
/Linux-v4.19/arch/c6x/lib/
Dllshl.S28 cmplt .l1 0,A0,A2
Dllshr.S28 cmplt .l1 0,A0,A2
Dllshru.S28 cmplt .l1 0,A0,A2
/Linux-v4.19/arch/nios2/kernel/
Dinsnemu.S316 cmplt r7, r3, zero /* r7 = MSB of r3 */
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-vchiq.c149 struct completion cmplt; member
599 complete(&msg_context->u.sync.cmplt); in service_callback()
648 init_completion(&msg_context->u.sync.cmplt); in send_synchronous_mmal_msg()
672 timeout = wait_for_completion_timeout(&msg_context->u.sync.cmplt, in send_synchronous_mmal_msg()