Lines Matching refs:item
194 * 'p' can possibly be an unaligned item X such that sizeof(X) is
418 * structure. We want the alignment of each item to be at least as
500 struct list_head *item;
504 list_for_each(item, &mc_devices) {
505 mci = list_entry(item, struct mem_ctl_info, link);
567 struct list_head *item;
571 list_for_each(item, &mc_devices) {
572 mci = list_entry(item, struct mem_ctl_info, link);
592 struct list_head *item, *insert_before;
601 list_for_each(item, &mc_devices) {
602 p = list_entry(item, struct mem_ctl_info, link);
608 insert_before = item;
645 struct list_head *item;
649 list_for_each(item, &mc_devices) {
650 mci = list_entry(item, struct mem_ctl_info, link);