/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | buildhistory.py | 43 def commit_vars(self, to_add={}, to_remove = [], msg="A commit message"): argument 44 if len(to_add) == 0 and len(to_remove) == 0: 47 for k in to_remove:
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | lag_conf.c | 67 bool to_remove; member 132 group->to_remove = false; in nfp_fl_lag_group_create() 315 if (entry->to_remove) { in nfp_fl_lag_do_work() 320 entry->to_remove = false; in nfp_fl_lag_do_work() 507 group->to_remove = true; in nfp_fl_lag_schedule_group_remove() 533 group->to_remove = true; in nfp_fl_lag_schedule_group_delete() 615 group->to_remove = false; in nfp_fl_lag_changeupper_event()
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 116 to_remove = set(all_refs) - set(refs) 117 if to_remove: 119 input=''.join('delete ' + l + '\0\0' for l in to_remove))
|
/openbmc/linux/net/atm/ |
H A D | lec.c | 70 struct lec_arp_table *to_remove); 1295 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) in lec_arp_remove() argument 1300 if (!to_remove) in lec_arp_remove() 1303 hlist_del(&to_remove->next); in lec_arp_remove() 1304 del_timer(&to_remove->timer); in lec_arp_remove() 1310 if (to_remove->status >= ESI_FLUSH_PENDING) { in lec_arp_remove() 1317 if (memcmp(to_remove->atm_addr, in lec_arp_remove() 1325 lec_arp_clear_vccs(to_remove); in lec_arp_remove() 1327 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove() 1329 pr_debug("Removed entry:%pM\n", to_remove->mac_addr); in lec_arp_remove() [all …]
|
/openbmc/linux/fs/fuse/ |
H A D | dax.c | 252 struct list_head *to_remove) in dmap_removemapping_list() argument 265 list_for_each_entry(dmap, to_remove, list) { in dmap_removemapping_list() 316 LIST_HEAD(to_remove); in inode_reclaim_dmap_range() 331 list_add(&dmap->list, &to_remove); in inode_reclaim_dmap_range() 335 if (list_empty(&to_remove)) in inode_reclaim_dmap_range() 340 err = dmap_removemapping_list(inode, num, &to_remove); in inode_reclaim_dmap_range() 346 list_for_each_entry_safe(dmap, n, &to_remove, list) { in inode_reclaim_dmap_range()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_h5.c | 289 int i, to_remove; in h5_pkt_cull() local 294 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull() 295 if (to_remove == 0) in h5_pkt_cull() 300 while (to_remove > 0) { in h5_pkt_cull() 304 to_remove--; in h5_pkt_cull() 313 if (i++ >= to_remove) in h5_pkt_cull()
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | git.py | 723 to_remove = [ud.localpath, ud.fullmirror, ud.fullmirror + ".done"] 728 to_remove.append(clonedir) 732 to_remove.append(ud.fullshallow) 733 to_remove.append(ud.fullshallow + ".done") 735 for r in to_remove:
|
/openbmc/u-boot/tools/buildman/ |
H A D | builder.py | 1526 to_remove = [] 1529 to_remove.append(dirname) 1530 if to_remove: 1531 Print('Removing %d old build directories' % len(to_remove), 1533 for dirname in to_remove:
|
/openbmc/linux/kernel/trace/ |
H A D | ring_buffer.c | 1943 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local 1971 to_remove = tail_page; in rb_remove_pages() 1974 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages() 1978 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages() 1979 head_bit |= (unsigned long)to_remove & RB_PAGE_HEAD; in rb_remove_pages() 1984 next_page = rb_list_head(to_remove)->next; in rb_remove_pages() 2011 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
|
/openbmc/linux/drivers/md/ |
H A D | md.h | 513 const struct attribute_group *to_remove; member
|
H A D | md.c | 787 if (mddev->to_remove) { in mddev_unlock() 800 const struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local 801 mddev->to_remove = NULL; in mddev_unlock() 806 if (to_remove != &md_redundancy_group) in mddev_unlock() 807 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock() 4077 if (mddev->to_remove == NULL) in level_store() 4078 mddev->to_remove = &md_redundancy_group; in level_store() 6358 if (pers->sync_request && mddev->to_remove == NULL) in __md_stop() 6359 mddev->to_remove = &md_redundancy_group; in __md_stop()
|
H A D | raid5.c | 8058 if (mddev->to_remove == &raid5_attrs_group) in raid5_run() 8059 mddev->to_remove = NULL; in raid5_run() 8146 mddev->to_remove = &raid5_attrs_group; in raid5_free()
|
/openbmc/linux/fs/ceph/ |
H A D | caps.c | 3736 LIST_HEAD(to_remove); in handle_cap_flush_ack() 3759 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack() 3777 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack() 3784 list_for_each_entry(cf, &to_remove, i_list) in handle_cap_flush_ack() 3820 while (!list_empty(&to_remove)) { in handle_cap_flush_ack() 3821 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
|
/openbmc/linux/mm/ |
H A D | shmem.c | 627 LIST_HEAD(to_remove); in shmem_unused_huge_shrink() 653 list_move(&info->shrinklist, &to_remove); in shmem_unused_huge_shrink() 665 list_for_each_safe(pos, next, &to_remove) { in shmem_unused_huge_shrink()
|