Home
last modified time | relevance | path

Searched refs:deleted (Results 126 – 150 of 172) sorted by relevance

1234567

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h446 u8 deleted; member
/linux/Documentation/networking/devlink/
H A Ddevlink-port.rst386 Represents a group of rate objects (leafs and/or nodes); created/deleted by
/linux/net/netfilter/
H A Dnf_tables_api.c11473 unsigned int deleted; in nft_rcv_nl_event() local
11481 deleted = 0; in nft_rcv_nl_event()
11498 to_delete[deleted++] = table; in nft_rcv_nl_event()
11499 if (deleted >= ARRAY_SIZE(to_delete)) in nft_rcv_nl_event()
11503 if (deleted) { in nft_rcv_nl_event()
11504 restart = deleted >= ARRAY_SIZE(to_delete); in nft_rcv_nl_event()
11506 while (deleted) in nft_rcv_nl_event()
11507 __nft_release_table(net, to_delete[--deleted]); in nft_rcv_nl_event()
/linux/LICENSES/dual/
H A DCDDL-1.0148 granted: (1) for any code that Contributor has deleted from
H A DMPL-1.1147 granted: 1) for any code that Contributor has deleted from the
/linux/Documentation/arch/powerpc/
H A Dkvm-nested.rst347 deleted. No specific vCPU delete call is provided.
/linux/Documentation/core-api/
H A Dassoc_array.rst41 be missed, however, unless deleted.
H A Dswiotlb.rst204 deleted when the bounce buffer is freed. Memory for this transient pool comes
H A Dxarray.rst174 If the entry is being deleted, no memory allocation needs to be performed,
/linux/Documentation/scsi/
H A Dscsi_fc_transport.rst456 The vport will remain in this state until it is deleted or re-enabled.
H A DChangeLog.megaraid_sas283 1. Add the fix of pending in FW after deleted the logic drives.
/linux/Documentation/networking/
H A Dtcp_ao.rst80 Q: If an old MKT needs to be deleted, how should it be done in order
H A Dtls-offload.rst433 * ``rx_tls_del`` - number of TLS RX HW offload contexts deleted from device
/linux/Documentation/filesystems/
H A Dfscrypt.rst1246 - Files may be deleted. That is, nondirectory files may be deleted
1247 with unlink() as usual, and empty directories may be deleted with
H A Dfsverity.rst342 can also still be renamed, deleted, and linked to.
829 read-only, but also prevent the file from being deleted, renamed,
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c529 if (fcport->deleted == QLA_SESS_DELETED) in qla24xx_handle_adisc_event()
530 fcport->deleted = 0; in qla24xx_handle_adisc_event()
1944 fcport->deleted, fcport->conflict, in qla24xx_handle_relogin_event()
5556 fcport->deleted = QLA_SESS_DELETED; in qla2x00_alloc_fcport()
6173 fcport->deleted = 0; in qla2x00_update_fcport()
H A Dqla_def.h2575 unsigned int deleted:2; member
5556 _fp->disc_state, _fp->scan_state, _fp->loop_id, _fp->deleted, \
H A Dqla_isr.c1018 else if (f->deleted == 0) in qla2x00_find_fcport_by_wwpn()
1036 else if (f->deleted == 0) in qla2x00_find_fcport_by_nportid()
/linux/Documentation/kernel-hacking/
H A Dlocking.rst984 timer_delete(): if it returns 1, the timer has been deleted.
1123 when we deleted the element are finished. We use
/linux/Documentation/security/keys/
H A Dcore.rst830 immediately, though they are still visible in /proc/keys until deleted
1080 If a watched key is deleted, a basic watch_notification will be issued
1843 from those keyrings that point to them and deleted as soon as possible by a
/linux/drivers/android/
H A Dbinder.c6278 int deleted = atomic_read(&stats->obj_deleted[i]); in print_binder_stats() local
6280 if (created || deleted) in print_binder_stats()
6284 created - deleted, in print_binder_stats()
/linux/tools/testing/radix-tree/
H A Dmaple.c34355 bool toggled, modified, deleted, added; in rcu_reader_fwd() local
34361 toggled = modified = deleted = added = false; in rcu_reader_fwd()
34377 if (!deleted) { in rcu_reader_fwd()
34382 deleted = true; in rcu_reader_fwd()
34385 if (deleted) { in rcu_reader_fwd()
34465 bool toggled, modified, deleted, added; in rcu_reader_rev() local
34471 toggled = modified = deleted = added = false; in rcu_reader_rev()
34495 if (!deleted) in rcu_reader_rev()
34497 deleted = true; in rcu_reader_rev()
34499 if (deleted) { in rcu_reader_rev()
/linux/scripts/dtc/
H A Dchecks.c296 if (prop2->deleted) in check_duplicate_property_names()
/linux/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt731 To be added to or deleted from this distribution, send mail to:
/linux/Documentation/networking/dsa/
H A Ddsa.rst858 - ``DSA_DB_PORT``: the FDB (or MDB) entry to be installed or deleted belongs to
1085 created/deleted.

1234567