Home
last modified time | relevance | path

Searched refs:to_remove (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c67 bool to_remove; member
132 group->to_remove = false; in nfp_fl_lag_group_create()
285 if (entry->to_remove) { in nfp_fl_lag_do_work()
290 entry->to_remove = false; in nfp_fl_lag_do_work()
472 group->to_remove = true; in nfp_fl_lag_schedule_group_remove()
498 group->to_remove = true; in nfp_fl_lag_schedule_group_delete()
580 group->to_remove = false; in nfp_fl_lag_changeupper_event()
/OK3568_Linux_fs/kernel/net/atm/
H A Dlec.c70 struct lec_arp_table *to_remove);
1297 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) in lec_arp_remove() argument
1302 if (!to_remove) in lec_arp_remove()
1305 hlist_del(&to_remove->next); in lec_arp_remove()
1306 del_timer(&to_remove->timer); in lec_arp_remove()
1312 if (to_remove->status >= ESI_FLUSH_PENDING) { in lec_arp_remove()
1319 if (memcmp(to_remove->atm_addr, in lec_arp_remove()
1327 lec_arp_clear_vccs(to_remove); in lec_arp_remove()
1329 skb_queue_purge(&to_remove->tx_wait); /* FIXME: good place for this? */ in lec_arp_remove()
1331 pr_debug("Removed entry:%pM\n", to_remove->mac_addr); in lec_arp_remove()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py31 def commit_vars(self, to_add={}, to_remove = [], msg="A commit message"): argument
32 if len(to_add) == 0 and len(to_remove) == 0:
35 for k in to_remove:
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dgit-make-shallow114 to_remove = set(all_refs) - set(refs)
115 if to_remove:
117 input=''.join(l + '\0' for l in to_remove))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0001-shared-json-allow-json_variant_dump-to-return-an-err.patch47 int json_variant_filter(JsonVariant **v, char **to_remove) {
59 int json_variant_filter(JsonVariant **v, char **to_remove);
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_h5.c274 int i, to_remove; in h5_pkt_cull() local
279 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull()
280 if (to_remove == 0) in h5_pkt_cull()
285 while (to_remove > 0) { in h5_pkt_cull()
289 to_remove--; in h5_pkt_cull()
298 if (i++ >= to_remove) in h5_pkt_cull()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddax.c251 struct list_head *to_remove) in dmap_removemapping_list() argument
264 list_for_each_entry(dmap, to_remove, list) { in dmap_removemapping_list()
315 LIST_HEAD(to_remove); in inode_reclaim_dmap_range()
330 list_add(&dmap->list, &to_remove); in inode_reclaim_dmap_range()
334 if (list_empty(&to_remove)) in inode_reclaim_dmap_range()
339 err = dmap_removemapping_list(inode, num, &to_remove); in inode_reclaim_dmap_range()
345 list_for_each_entry_safe(dmap, n, &to_remove, list) { in inode_reclaim_dmap_range()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbuilder.py1415 to_remove = []
1418 to_remove.append(dirname)
1419 if to_remove:
1420 Print('Removing %d old build directories' % len(to_remove),
1422 for dirname in to_remove:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dcfghooks.h257 vec<edge> *to_remove,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dcfghooks.h257 vec<edge> *to_remove,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dgit.py621 to_remove = [ud.localpath, ud.fullmirror, ud.fullmirror + ".done"]
626 to_remove.append(clonedir)
628 for r in to_remove:
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer.c1816 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local
1844 to_remove = tail_page; in rb_remove_pages()
1847 first_page = list_entry(rb_list_head(to_remove->next), in rb_remove_pages()
1851 to_remove = rb_list_head(to_remove)->next; in rb_remove_pages()
1852 head_bit |= (unsigned long)to_remove & RB_PAGE_HEAD; in rb_remove_pages()
1855 next_page = rb_list_head(to_remove)->next; in rb_remove_pages()
1888 last_page = list_entry(rb_list_head(to_remove), struct buffer_page, in rb_remove_pages()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd.h484 struct attribute_group *to_remove; member
H A Dmd.c824 if (mddev->to_remove) { in mddev_unlock()
837 struct attribute_group *to_remove = mddev->to_remove; in mddev_unlock() local
838 mddev->to_remove = NULL; in mddev_unlock()
843 if (to_remove != &md_redundancy_group) in mddev_unlock()
844 sysfs_remove_group(&mddev->kobj, to_remove); in mddev_unlock()
4091 if (mddev->to_remove == NULL) in level_store()
4092 mddev->to_remove = &md_redundancy_group; in level_store()
6291 if (pers->sync_request && mddev->to_remove == NULL) in __md_stop()
6292 mddev->to_remove = &md_redundancy_group; in __md_stop()
H A Draid5.c7713 if (mddev->to_remove == &raid5_attrs_group) in raid5_run()
7714 mddev->to_remove = NULL; in raid5_run()
7802 mddev->to_remove = &raid5_attrs_group; in raid5_free()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dcaps.c3640 LIST_HEAD(to_remove); in handle_cap_flush_ack()
3663 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack()
3681 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack()
3688 list_for_each_entry(cf, &to_remove, i_list) in handle_cap_flush_ack()
3724 while (!list_empty(&to_remove)) { in handle_cap_flush_ack()
3725 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
H A Dmds_client.c1643 LIST_HEAD(to_remove); in remove_session_caps_cb()
1665 list_move(&cf->i_list, &to_remove); in remove_session_caps_cb()
1670 list_for_each_entry(cf, &to_remove, i_list) in remove_session_caps_cb()
1714 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb()
1722 while (!list_empty(&to_remove)) { in remove_session_caps_cb()
1724 cf = list_first_entry(&to_remove, in remove_session_caps_cb()
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c532 LIST_HEAD(to_remove); in shmem_unused_huge_shrink()
558 list_move(&info->shrinklist, &to_remove); in shmem_unused_huge_shrink()
570 list_for_each_safe(pos, next, &to_remove) { in shmem_unused_huge_shrink()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dncr53c8xx.c1944 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd…
8186 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd… argument
8192 if (to_remove) {
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...