Searched refs:removed (Results 1 - 25 of 69) sorted by path

123

/linux-master/arch/m68k/fpsp040/
H A Dsgetem.S5 | of the input argument. The exponent bias is removed
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7497 # The exponent bias is removed and the exponent value is #
/linux-master/arch/sparc/lib/
H A DM7memcpy.S446 ! mixed approach reduces the probability that the cache line is removed
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom_interval_tree.h70 * Removed {start...last} from {root}. The nodes removed are returned in
71 * 'removed.' The caller is responsibile for freeing memory of nodes in
72 * 'removed.'
76 struct list_head *removed);
H A Dusnic_uiom_interval_tree.c252 struct list_head *removed)
262 list_add_tail(&interval->link, removed);
265 list_for_each_entry(interval, removed, link)
250 usnic_uiom_remove_interval(struct rb_root_cached *root, unsigned long start, unsigned long last, struct list_head *removed) argument
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.h61 * @removed: Indicates fcoe interface removed from net device
73 u8 removed; member in struct:fcoe_interface
/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/arch/s390/include/asm/
H A Dgmap.h43 * @removed: flag to indicate if a shadow guest address space has been removed
69 bool removed; member in struct:gmap
/linux-master/arch/s390/mm/
H A Dgmap.c199 if (!(gmap_is_shadow(gmap) && gmap->removed))
812 if (gmap_is_shadow(gmap) && gmap->removed)
1589 if (sg->removed)
1591 sg->removed = 1;
1628 sg->removed)
1652 if (sg->removed)
1666 * The shadow table will be removed automatically on any change to the
2214 if (sg->removed) {
2808 * @gmap: the gmap whose table is to be removed
2830 * Sometimes the topmost page might need to be "removed" multipl
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c1834 LIST_HEAD(removed);
1858 /* Now gather all removed mappings */
1883 list_add(&tmp->list, &removed);
1889 list_for_each_entry_safe(tmp, next, &removed, list) {
/linux-master/drivers/greybus/
H A Dinterface.c923 if (intf->ejected || intf->removed)
1255 dev_info(&intf->dev, "Interface removed\n");
H A Dmodule.c187 intf->removed = true;
/linux-master/drivers/hid/
H A Dhid-asus.c103 bool removed; member in struct:asus_kbd_leds
500 if (!led->removed)
602 drvdata->kbd_backlight->removed = false;
1155 drvdata->kbd_backlight->removed = true;
H A Dhid-bigbenff.c178 bool removed; member in struct:bigben_device
193 if (!bigben->removed)
362 bigben->removed = true;
384 bigben->removed = false;
H A Dhid-corsair.c33 bool removed; member in struct:k90_led
209 if (led->removed)
235 if (led->removed)
445 drvdata->backlight->removed = false;
490 k90->record_led.removed = false;
509 k90->record_led.removed = true;
526 drvdata->backlight->removed = true;
542 k90->record_led.removed = true;
H A Dhid-google-stadiaff.c21 bool removed; member in struct:stadiaff_device
50 if (!stadiaff->removed) {
93 stadiaff->removed = false;
136 stadiaff->removed = true;
H A Dhid-steelseries.c29 bool removed; member in struct:steelseries_device
565 sd->removed = true;
635 if (!sd->removed)
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dqp.c734 int removed = 1; local
748 removed = 0;
757 removed = 1;
765 if (removed) {
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c1930 struct hash_lock *removed; local
1932 removed = vdo_int_map_remove(zone->hash_lock_map, lock_key);
1933 VDO_ASSERT_LOG_ONLY(lock == removed,
/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/drivers/net/ethernet/mellanox/mlx4/
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)
H A Dmain.c3712 priv->removed = 0;
4105 if (priv->removed)
4173 priv->removed = 1;
H A Dmlx4.h890 int removed; member in struct:mlx4_priv
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpts.c246 int removed = 0; local
253 ++removed;
257 if (removed)
258 dev_dbg(cpts->dev, "event pool cleaned up %d\n", removed);
259 return removed ? 0 : -1;
H A Dcpts.c67 int removed = 0; local
74 ++removed;
78 if (removed)
79 dev_dbg(cpts->dev, "cpts: event pool cleaned up %d\n", removed);
80 return removed ? 0 : -1;
87 int removed = 0; local
94 ++removed;
98 if (removed)
99 dev_dbg(cpts->dev, "txq cleaned up %d\n", removed);

Completed in 387 milliseconds

123