Searched refs:clg (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/net/sched/ |
| D | sch_netem.c | 136 } clg; member 199 struct clgstate *clg = &q->clg; in loss_4state() local 212 switch (clg->state) { in loss_4state() 214 if (rnd < clg->a4) { in loss_4state() 215 clg->state = LOST_IN_BURST_PERIOD; in loss_4state() 217 } else if (clg->a4 < rnd && rnd < clg->a1 + clg->a4) { in loss_4state() 218 clg->state = LOST_IN_GAP_PERIOD; in loss_4state() 220 } else if (clg->a1 + clg->a4 < rnd) { in loss_4state() 221 clg->state = TX_IN_GAP_PERIOD; in loss_4state() 226 if (rnd < clg->a5) { in loss_4state() [all …]
|
| /linux-4.4.14/arch/s390/kernel/vdso64/ |
| D | clock_gettime.S | 47 clg %r4,__VDSO_UPD_COUNT(%r5) /* check update counter */ 50 1: clg %r1,0(%r5) 67 clg %r4,__VDSO_UPD_COUNT(%r5) /* check update counter */ 77 clg %r4,__VDSO_UPD_COUNT(%r5) /* check update counter */ 93 clg %r4,__VDSO_UPD_COUNT(%r5) /* check update counter */ 96 6: clg %r1,0(%r5)
|
| D | gettimeofday.S | 38 clg %r4,__VDSO_UPD_COUNT(%r5) /* check update counter */ 43 2: clg %r1,0(%r5)
|
| /linux-4.4.14/arch/s390/kernel/ |
| D | entry.S | 92 clg %r14,BASED(.Lcritical_length) 989 clg %r9,BASED(.Lcleanup_table_sie) # .Lsie_gmap 991 clg %r9,BASED(.Lcleanup_table_sie+8)# .Lsie_done 994 clg %r9,BASED(.Lcleanup_table) # system_call 996 clg %r9,BASED(.Lcleanup_table+8) # .Lsysc_do_svc 998 clg %r9,BASED(.Lcleanup_table+16) # .Lsysc_tif 1000 clg %r9,BASED(.Lcleanup_table+24) # .Lsysc_restore 1002 clg %r9,BASED(.Lcleanup_table+32) # .Lsysc_done 1004 clg %r9,BASED(.Lcleanup_table+40) # .Lio_tif 1006 clg %r9,BASED(.Lcleanup_table+48) # .Lio_restore [all …]
|
| /linux-4.4.14/arch/s390/net/ |
| D | bpf_jit.S | 53 clg %r3,STK_OFF_HLEN(%r15); /* Offset + SIZE > hlen? */ \ 79 clg %r3,STK_OFF_HLEN(%r15) # Offset >= hlen?
|