rbpl_outstanding  817 drivers/atm/he.c 	INIT_LIST_HEAD(&he_dev->rbpl_outstanding);
rbpl_outstanding  825 drivers/atm/he.c 		list_add(&heb->entry, &he_dev->rbpl_outstanding);
rbpl_outstanding  894 drivers/atm/he.c 	list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry)
rbpl_outstanding 1573 drivers/atm/he.c 		list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry)
rbpl_outstanding 1913 drivers/atm/he.c 		list_add(&heb->entry, &he_dev->rbpl_outstanding);
rbpl_outstanding  302 drivers/atm/he.h 	struct list_head rbpl_outstanding;