Home
last modified time | relevance | path

Searched refs:cont (Results 1 – 8 of 8) sorted by relevance

/arch/mips/kernel/
Dspinlock_test.c15 int cont; in ss_get() local
19 cont = 1; in ss_get()
23 while (cont) { in ss_get()
27 cont = 0; in ss_get()
58 int cont; in multi_other() local
63 cont = 1; in multi_other()
77 while (cont) { in multi_other()
81 cont = 0; in multi_other()
/arch/s390/numa/
Dtoptree.h46 #define toptree_for_each(ptree, cont, ttype) \ argument
47 for (ptree = toptree_first(cont, ttype); \
49 ptree = toptree_next(ptree, cont, ttype))
51 #define toptree_for_each_safe(ptree, tmp, cont, ttype) \ argument
52 for (ptree = toptree_first(cont, ttype), \
53 tmp = toptree_next(ptree, cont, ttype); \
56 tmp = toptree_next(ptree, cont, ttype))
/arch/mips/pci/
Dops-tx4927.c394 int i, cont; in tx4927_report_pcic_status1() local
399 for (i = 0, cont = 0; i < ARRAY_SIZE(pcistat_tbl); i++) in tx4927_report_pcic_status1()
402 cont++ ? " " : "", pcistat_tbl[i].str); in tx4927_report_pcic_status1()
407 for (i = 0, cont = 0; i < ARRAY_SIZE(g2pstat_tbl); i++) in tx4927_report_pcic_status1()
410 cont++ ? " " : "", g2pstat_tbl[i].str); in tx4927_report_pcic_status1()
415 for (i = 0, cont = 0; i < ARRAY_SIZE(pcicstat_tbl); i++) in tx4927_report_pcic_status1()
418 cont++ ? " " : "", pcicstat_tbl[i].str); in tx4927_report_pcic_status1()
/arch/alpha/include/asm/
Duaccess.h79 #define EXC(label,cont,res,err) \ argument
82 " lda "#res","#cont"-"#label"("#err")\n" \
/arch/m68k/fpsp040/
Dsgetem.S115 bnes cont |if set then continue
117 cont: label
Dx_snan.S264 bras cont
267 cont: label
Dgen_except.S371 beq cont
373 cont: label
/arch/arm/boot/dts/
Dbcm7445.dtsi308 syscon-cont = <&hif_continuation>;