Searched refs:removed (Results 51 - 69 of 69) sorted by relevance

123

/linux-master/rust/
H A DMakefile308 # clang that is going to be removed sometime in the future (likely in
317 bindgen_extra_c_flags += -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang
/linux-master/fs/ceph/
H A Dcaps.c1141 int removed = 0; local
1171 removed = 1;
1184 if (removed) {
1186 removed = 0;
1195 if (removed)
1652 /* should be removed by ceph_try_drop_cap_snap() */
3383 * The capsnap should already be removed when removing
/linux-master/drivers/opp/
H A Dcore.c1745 * do that with help of "removed" flag.
1747 if (!temp->removed && dynamic == temp->dynamic) {
1767 opp->removed = true;
2039 * dev_pm_opp_enable/disable functions and may be removed by dev_pm_opp_remove.
2434 * This will be automatically removed when the OPP table is
2435 * removed, don't need to handle that here.
/linux-master/security/keys/
H A Dkeyring.c258 domain_tag->removed = true;
1542 * be removed (the keyring should have Write permission; no permissions are
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h890 int removed; member in struct:mlx4_priv
H A Dmain.c3712 priv->removed = 0;
4105 if (priv->removed)
4173 priv->removed = 1;
H A Den_netdev.c846 /* Find all the entries that should be removed from dst,
1149 int removed = 0; local
1185 ++removed;
1193 if ((priv->flags & MLX4_EN_FLAG_FORCE_PROMISC) && 0 == removed)
/linux-master/net/mac80211/
H A Dkey.c1036 if (key->sta && key->sta->removed)
H A Dsta_info.c62 * owned by the global hash table/list until it is removed. All users of
1267 sta->removed = true;
1365 * also removed, which might otherwise happen depending
H A Drx.c1233 if (!tid_agg_rx->removed)
/linux-master/net/bluetooth/
H A Dhci_core.c1452 int removed = 0; local
1462 removed++;
1465 return removed ? 0 : -ENOENT;
2408 BT_DBG("All LE disabled connection parameters were removed");
2419 BT_DBG("All LE connection parameters were removed");
3447 * added and removed with TX task disabled. */
/linux-master/arch/sparc/lib/
H A DM7memcpy.S446 ! mixed approach reduces the probability that the cache line is removed
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py38 files = [] # files to be removed
39 netns = [] # net namespaces to be removed
619 fail(ret != 0, "failed to show prog with removed device")
623 fail(ret == 0, "Showing map with removed device did not fail")
625 "Showing map with removed device expected ENODEV, error is %s" %
628 def check_dev_info(other_ns, ns, prog_file=None, map_file=None, removed=False):
1095 fail(ret == 0, "Pinned program loaded for a removed device accepted")
1197 start_test("Test bpftool bound info reporting (removed dev)...")
1279 fail(ret == 0, "removed entry from an array")
/linux-master/
H A DMakefile874 CC_AUTO_VAR_INIT_ZERO_ENABLER := -enable-trivial-auto-var-init-zero-knowing-it-will-be-removed-from-clang
880 # While VLAs have been removed, GCC produces unreachable stack probes
1477 # Directories & files removed with 'make clean'
1483 # Directories & files removed with 'make mrproper'
/linux-master/drivers/md/
H A Dmd.c882 /* These cannot be removed under reconfig_mutex as
1505 * 3/ any empty disks < next_spare become removed
1615 /* now set the "removed" and "faulty" bits on any missing devices */
2818 * Dangerous because a device that was removed from the array
5563 * Setting fail_last_dev to true to allow last device to be forcibly removed
5830 * removed (mddev_delayed_delete).
9280 /* Journal disk can only be removed if it's faulty. */
9348 int removed = 0; local
9360 removed++;
9364 if (removed
[all...]
/linux-master/kernel/sched/
H A Dsched.h621 } removed; member in struct:cfs_rq
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dmac.c4293 if (peer->removed)
5974 ath10k_warn(ar, "found vif peer %pM entry on vdev %i after it was supposedly removed\n",
7626 ath10k_warn(ar, "found sta peer %pM (ptr %pK id %d) entry on vdev %i after it was supposedly removed\n",
9082 peer->removed = true;
/linux-master/tools/testing/radix-tree/
H A Dmaple.c34820 unsigned long removed; /* The index of the removed entry */ member in struct:rcu_test_struct
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7497 # The exponent bias is removed and the exponent value is #

Completed in 570 milliseconds

123