Searched refs:holding_time (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | atmmpc.h | 28 __u16 holding_time; member 40 __u16 holding_time; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | atmmpc.h | 28 __u16 holding_time; member 40 __u16 holding_time; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | atmmpc.h | 40 __u16 holding_time; member 51 __u16 holding_time; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | atmmpc.h | 40 __u16 holding_time; member 51 __u16 holding_time; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | atmmpc.h | 27 __u16 holding_time; member 38 __u16 holding_time; member
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpoa_caches.c | 124 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry() 238 if ((now - entry->time) > entry->ctrl_info.holding_time) { in clear_count_and_expired() 311 entry->refresh_time = (2 * (entry->ctrl_info.holding_time))/3; in refresh_entries() 493 static void update_eg_cache_entry(eg_cache_entry *entry, uint16_t holding_time) in update_eg_cache_entry() argument 497 entry->ctrl_info.holding_time = holding_time; in update_eg_cache_entry() 512 if ((now - entry->time) > entry->ctrl_info.holding_time) { in clear_expired()
|
H A D | mpoa_proc.c | 156 in_entry->ctrl_info.holding_time - in mpc_show() 177 (eg_entry->ctrl_info.holding_time - seconds_delta), in mpc_show()
|
H A D | mpoa_caches.h | 75 void (*update)(eg_cache_entry *entry, uint16_t holding_time);
|
H A D | mpc.c | 1311 uint16_t holding_time; in MPOA_cache_impos_rcvd() local 1314 holding_time = msg->content.eg_info.holding_time; in MPOA_cache_impos_rcvd() 1315 dprintk("(%s) entry = %p, holding_time = %u\n", in MPOA_cache_impos_rcvd() 1316 mpc->dev->name, entry, holding_time); in MPOA_cache_impos_rcvd() 1317 if (entry == NULL && holding_time) { in MPOA_cache_impos_rcvd() 1322 if (holding_time) { in MPOA_cache_impos_rcvd() 1323 mpc->eg_ops->update(entry, holding_time); in MPOA_cache_impos_rcvd()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | mpoa_caches.c | 124 entry->ctrl_info.holding_time = HOLDING_TIME_DEFAULT; in in_cache_add_entry() 238 if ((now - entry->time) > entry->ctrl_info.holding_time) { in clear_count_and_expired() 311 entry->refresh_time = (2 * (entry->ctrl_info.holding_time))/3; in refresh_entries() 493 static void update_eg_cache_entry(eg_cache_entry *entry, uint16_t holding_time) in update_eg_cache_entry() argument 497 entry->ctrl_info.holding_time = holding_time; in update_eg_cache_entry() 512 if ((now - entry->time) > entry->ctrl_info.holding_time) { in clear_expired()
|
H A D | mpoa_proc.c | 156 in_entry->ctrl_info.holding_time - in mpc_show() 177 (eg_entry->ctrl_info.holding_time - seconds_delta), in mpc_show()
|
H A D | mpoa_caches.h | 75 void (*update)(eg_cache_entry *entry, uint16_t holding_time);
|
H A D | mpc.c | 1311 uint16_t holding_time; in MPOA_cache_impos_rcvd() local 1314 holding_time = msg->content.eg_info.holding_time; in MPOA_cache_impos_rcvd() 1315 dprintk("(%s) entry = %p, holding_time = %u\n", in MPOA_cache_impos_rcvd() 1316 mpc->dev->name, entry, holding_time); in MPOA_cache_impos_rcvd() 1317 if (entry == NULL && holding_time) { in MPOA_cache_impos_rcvd() 1322 if (holding_time) { in MPOA_cache_impos_rcvd() 1323 mpc->eg_ops->update(entry, holding_time); in MPOA_cache_impos_rcvd()
|
Completed in 12 milliseconds