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

123

/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/hid/
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-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-bigbenff.c178 bool removed; member in struct:bigben_device
193 if (!bigben->removed)
362 bigben->removed = true;
384 bigben->removed = false;
H A Dhid-steelseries.c29 bool removed; member in struct:steelseries_device
565 sd->removed = true;
635 if (!sd->removed)
/linux-master/scripts/gcc-plugins/
H A Dstackleak_plugin.c336 bool removed = false; local
383 gcc_assert(!removed);
384 removed = true;
387 return removed;
398 bool removed = false; local
424 removed = remove_stack_tracking_gasm();
426 if (!removed)
/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/include/linux/greybus/
H A Dinterface.h60 bool removed; member in struct:gb_interface
/linux-master/include/linux/power/
H A Dbq27xxx_battery.h72 bool removed; member in struct:bq27xxx_device_info
/linux-master/net/sched/
H A Dsch_multiq.c176 struct Qdisc **removed; local
188 removed = kmalloc(sizeof(*removed) * (q->max_bands - q->bands),
190 if (!removed)
201 removed[n_removed++] = child;
208 qdisc_put(removed[i]);
209 kfree(removed);
/linux-master/net/hsr/
H A Dhsr_framereg.h85 bool removed; member in struct:hsr_node
H A Dhsr_framereg.c369 if (!node_curr->removed) {
371 node_curr->removed = true;
549 if (!node->removed) {
551 node->removed = true;
/linux-master/drivers/staging/greybus/
H A Dsdio.c31 bool removed; member in struct:gb_sdio_host
196 (host->card_present ? "inserted" : "removed"));
229 if (host->removed)
517 if (host->removed) {
568 if (host->removed) {
726 if (host->removed) {
740 if (host->removed) {
784 host->removed = true;
824 host->removed = false;
856 host->removed
[all...]
/linux-master/drivers/net/ethernet/ti/
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);
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;
/linux-master/drivers/tty/
H A Dvcc.c33 bool removed; member in struct:vcc_port
235 * Gets a non-exclusive reference to VCC port, if it's not removed
246 if (port && port->removed) {
260 if (!timer_pending(&port->rx_timer) && !port->removed) {
271 if (!timer_pending(&port->tx_timer) && !port->removed) {
371 if (!port->tty || port->removed)
394 if (!port->tty || port->removed)
708 port->removed = true;
991 if (port->removed) {
/linux-master/fs/reiserfs/
H A Dstree.c1040 * which were removed from end
1043 int *removed,
1133 (*removed)++;
1260 int ret_value, del_size, removed; local
1273 removed = 0;
1279 item_key, &removed,
1600 int removed; local
1619 removed =
1622 RFALSE(removed <= 0
1623 || removed > tail_le
1034 prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, struct inode *inode, struct treepath *path, const struct cpu_key *item_key, int *removed, int *cut_size, unsigned long long new_file_length ) argument
1654 int removed = 0; /* Number of the removed unformatted nodes. */ local
[all...]
/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/drivers/opp/
H A Dopp.h93 * @removed: flag indicating that OPP's reference is dropped by OPP core.
115 bool removed; member in struct:dev_pm_opp
/linux-master/include/linux/
H A Dif_team.h51 bool removed; member in struct:team_port
/linux-master/drivers/greybus/
H A Dmodule.c187 intf->removed = true;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dmain.c119 u8 i, removed = 0; local
122 return removed;
130 removed = 1;
140 removed = 1;
146 return removed;
/linux-master/net/mac80211/
H A Dsta_info.h227 * @removed: this session is removed (but might have been found due to RCU)
255 removed:1, member in struct:tid_ampdu_rx
617 * @removed: set to true when sta is being removed from sta_list
677 bool removed; member in struct:sta_info
889 * Returns the number of removed STA entries.
894 * will be removed. If -1 is passed, all STA entries will be
895 * removed.
903 * Returns the number of removed ST
[all...]
/linux-master/fs/nfsd/
H A Dtrace.h1216 unsigned long removed,
1219 TP_ARGS(removed, remaining),
1221 __field(unsigned long, removed)
1225 __entry->removed = removed;
1228 TP_printk("%lu entries removed, %lu remaining",
1229 __entry->removed, __entry->remaining)
1235 unsigned long removed, \
1238 TP_ARGS(removed, remaining))

Completed in 282 milliseconds

123