Searched refs:graceful_period (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/net/devlink/ |
H A D | health.c | 61 u64 graceful_period; member 110 u64 graceful_period, void *priv) in __devlink_health_reporter_create() 114 if (WARN_ON(graceful_period && !ops->recover)) in __devlink_health_reporter_create() 124 reporter->graceful_period = graceful_period; in __devlink_health_reporter_create() 136 * @graceful_period: min time (in msec) between recovery attempts 142 u64 graceful_period, void *priv) in devl_port_health_reporter_create() 153 graceful_period, priv); in devl_port_health_reporter_create() 166 u64 graceful_period, void *priv) in devlink_port_health_reporter_create() 173 graceful_period, pri in devlink_port_health_reporter_create() 108 __devlink_health_reporter_create(struct devlink *devlink, const struct devlink_health_reporter_ops *ops, u64 graceful_period, void *priv) __devlink_health_reporter_create() argument 140 devl_port_health_reporter_create(struct devlink_port *port, const struct devlink_health_reporter_ops *ops, u64 graceful_period, void *priv) devl_port_health_reporter_create() argument 164 devlink_port_health_reporter_create(struct devlink_port *port, const struct devlink_health_reporter_ops *ops, u64 graceful_period, void *priv) devlink_port_health_reporter_create() argument 188 devl_health_reporter_create(struct devlink *devlink, const struct devlink_health_reporter_ops *ops, u64 graceful_period, void *priv) devl_health_reporter_create() argument 210 devlink_health_reporter_create(struct devlink *devlink, const struct devlink_health_reporter_ops *ops, u64 graceful_period, void *priv) devlink_health_reporter_create() argument [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | devlink.h | 1888 u64 graceful_period, void *priv); 1893 u64 graceful_period, void *priv); 1898 u64 graceful_period, void *priv); 1903 u64 graceful_period, void *priv);
|
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 5831 u64 graceful_period; member 5885 u64 graceful_period, void *priv) in __devlink_health_reporter_create() 5889 if (WARN_ON(graceful_period && !ops->recover)) in __devlink_health_reporter_create() 5899 reporter->graceful_period = graceful_period; in __devlink_health_reporter_create() 5913 * @graceful_period: to avoid recovery loops, in msecs 5919 u64 graceful_period, void *priv) in devlink_port_health_reporter_create() 5931 graceful_period, priv); in devlink_port_health_reporter_create() 5948 * @graceful_period: to avoid recovery loops, in msecs 5954 u64 graceful_period, voi in devlink_health_reporter_create() 5883 __devlink_health_reporter_create(struct devlink *devlink, const struct devlink_health_reporter_ops *ops, u64 graceful_period, void *priv) __devlink_health_reporter_create() argument 5917 devlink_port_health_reporter_create(struct devlink_port *port, const struct devlink_health_reporter_ops *ops, u64 graceful_period, void *priv) devlink_port_health_reporter_create() argument 5952 devlink_health_reporter_create(struct devlink *devlink, const struct devlink_health_reporter_ops *ops, u64 graceful_period, void *priv) devlink_health_reporter_create() argument [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | devlink.h | 1551 u64 graceful_period, void *priv); 1556 u64 graceful_period, void *priv);
|
Completed in 18 milliseconds