Home
last modified time | relevance | path

Searched full:renew (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/linux/fs/nfs/
H A Dnfs4renewd.c34 * Implementation of the NFSv4 "renew daemon", which wakes up periodically to
35 * send a RENEW, to keep state alive on the server. The daemon is implemented
91 /* Queue an asynchronous RENEW. */ in nfs4_renew_state()
H A Dnfs4proc.c5736 * standalone procedure for queueing an asynchronous RENEW.
8065 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
8084 .renew = 1, /* append RENEW */ in _nfs40_proc_get_locations()
8089 .renew = 1, in _nfs40_proc_get_locations()
8229 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
8241 .renew = 1, /* append RENEW */ in _nfs40_proc_fsid_present()
8244 .renew = 1, in _nfs40_proc_fsid_present()
9366 * Renew the cl_session lease.
/openbmc/linux/fs/ceph/
H A Dstrings.c105 case CEPH_CAP_OP_RENEW: return "renew"; in ceph_cap_op_name()
115 case CEPH_MDS_LEASE_RENEW: return "renew"; in ceph_lease_op_name()
H A Dmds_client.h225 unsigned long s_renew_requested; /* last time we sent a renew req */
H A Dfile.c294 * try renew caps after session gets killed.
310 dout("renew caps %p want %s issued %s updating mds_wanted\n", in ceph_renew_caps()
342 dout("renew caps %p open result=%d\n", inode, err); in ceph_renew_caps()
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A D00avahi-autoipd7 deconfig|renew|bound)
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DCertificate.v1_9_0.json29 "#Certificate.Renew": {
30 "$ref": "#/definitions/Renew"
582 "Renew": { object
626 "description": "The response body for the `Renew` action.",
627 …tion": "This type shall contain the properties found in the response body for the `Renew` action.",
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DCertificate.v1_9_0.json29 "#Certificate.Renew": {
30 "$ref": "#/definitions/Renew"
582 "Renew": { object
626 "description": "The response body for the `Renew` action.",
627 …tion": "This type shall contain the properties found in the response body for the `Renew` action.",
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsimple.script39 renew|bound)
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue76 <icon-renew :title="$t('appHeader.titleRefresh')" />
116 import IconRenew from '@carbon/icons-vue/es/renew/20';
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c101 static int wfx_tx_policy_get(struct wfx_vif *wvif, struct ieee80211_tx_rate *rates, bool *renew) in wfx_tx_policy_get() argument
118 *renew = false; in wfx_tx_policy_get()
121 *renew = true; in wfx_tx_policy_get()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h1241 unsigned char migration:1, renew:1; member
1247 unsigned char migration:1, renew:1; member
1275 unsigned char renew:1; member
1281 unsigned char renew:1; member
H A Dnfs_fs_sb.h39 #define NFS_CS_STOP_RENEW 4 /* no more state to renew */
/openbmc/linux/net/ceph/
H A Dmon_client.c400 dout("%s sent %lu duration %d renew after %lu\n", __func__, in handle_subscribe_ack()
404 dout("%s sent %lu renew after %lu, ignoring\n", __func__, in handle_subscribe_ack()
1080 * renew/retry subscription as needed (in case it is timing out, or we
1118 dout("%s renew subs? now %lu renew after %lu\n", in delayed_work()
/openbmc/linux/drivers/net/fddi/skfp/
H A Dqueue.c107 /* Renew get: it is used in queue_events to detect overruns */ in ev_dispatcher()
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/
H A DDevice.interface.yaml249 value less than 75% is usually a sign that you should renew your
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dtxrx.c298 size_t count, bool *renew) in tx_policy_get() argument
314 *renew = false; in tx_policy_get()
317 *renew = true; in tx_policy_get()
665 pr_debug("[TX] TX policy renew.\n"); in cw1200_tx_h_rate_policy()
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCertificates.vue104 import IconReplace from '@carbon/icons-vue/es/renew/20';
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DCertificate_v1.xml244 <Action Name="Renew" IsBound="true">
420 …<Annotation Term="OData.Description" String="This version was created to add the `Renew` and `Reke…
444 <Annotation Term="OData.Description" String="The response body for the `Renew` action."/>
445 …tring="This type shall contain the properties found in the response body for the `Renew` action."/>
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DCertificate_v1.xml244 <Action Name="Renew" IsBound="true">
420 …<Annotation Term="OData.Description" String="This version was created to add the `Renew` and `Reke…
444 <Annotation Term="OData.Description" String="The response body for the `Renew` action."/>
445 …tring="This type shall contain the properties found in the response body for the `Renew` action."/>
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c2215 short renew; in ieee80211_process_probe_response() local
2378 renew = !time_after(target->last_scanned + ieee->scan_age, jiffies); in ieee80211_process_probe_response()
2387 renew = 1; in ieee80211_process_probe_response()
2391 if (renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in ieee80211_process_probe_response()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c769 /* Insert/renew filters */ in efx_mcdi_filter_insert_addr_list()
988 /* Insert/renew unicast filters */ in efx_mcdi_filter_vlan_sync_rx_mode()
1021 * Insert/renew multicast filters in efx_mcdi_filter_vlan_sync_rx_mode()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c2491 short renew; in rtllib_process_probe_response() local
2616 renew = !time_after(target->last_scanned + ieee->scan_age, in rtllib_process_probe_response()
2624 renew = 1; in rtllib_process_probe_response()
2626 if (renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)) in rtllib_process_probe_response()
/openbmc/linux/fs/nfsd/
H A Dxdr4.h663 clientid_t renew; member
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_sctp.c481 /* don't renew timeout on init retransmit so in nf_conntrack_sctp_packet()

12