Searched refs:sclp_vt220_empty (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/char/
H A Dsclp_vt220.c66 static struct list_head sclp_vt220_empty; variable in typeref:struct:list_head
128 list_add_tail((struct list_head *) page, &sclp_vt220_empty);
398 while (list_empty(&sclp_vt220_empty)) {
406 page = (void *) sclp_vt220_empty.next;
562 list_for_each(l, &sclp_vt220_empty)
606 list_for_each_safe(page, p, &sclp_vt220_empty) {
635 INIT_LIST_HEAD(&sclp_vt220_empty);
649 list_add_tail(page, &sclp_vt220_empty);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_vt220.c66 static struct list_head sclp_vt220_empty; variable in typeref:struct:list_head
128 list_add_tail((struct list_head *) page, &sclp_vt220_empty);
398 while (list_empty(&sclp_vt220_empty)) {
406 page = (void *) sclp_vt220_empty.next;
562 list_for_each(l, &sclp_vt220_empty)
606 list_for_each_safe(page, p, &sclp_vt220_empty) {
635 INIT_LIST_HEAD(&sclp_vt220_empty);
649 list_add_tail(page, &sclp_vt220_empty);

Completed in 94 milliseconds