tol 679 drivers/atm/horizon.c static int make_rate_with_tolerance (const hrz_dev * dev, u32 c, rounding r, unsigned int tol, tol 684 drivers/atm/horizon.c c, (r == round_up) ? "up" : (r == round_down) ? "down" : "nearest", tol); tol 694 drivers/atm/horizon.c if (c - tol <= *actual && *actual <= c + tol) tol 46 drivers/cpufreq/omap-cpufreq.c unsigned long freq, volt = 0, volt_old = 0, tol = 0; tol 71 drivers/cpufreq/omap-cpufreq.c tol = volt * OPP_TOLERANCE / 100; tol 81 drivers/cpufreq/omap-cpufreq.c r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); tol 93 drivers/cpufreq/omap-cpufreq.c r = regulator_set_voltage(mpu_reg, volt - tol, volt + tol); tol 16 drivers/net/wireless/realtek/rtw88/coex.c u8 tol = chip->rssi_tolerance; tol 21 drivers/net/wireless/realtek/rtw88/coex.c if (rssi >= (rssi_thresh + tol)) tol 1392 drivers/opp/core.c unsigned long tol; tol 1401 drivers/opp/core.c tol = u_volt * opp_table->voltage_tolerance_v1 / 100; tol 1403 drivers/opp/core.c new_opp->supplies[0].u_volt_min = u_volt - tol; tol 1404 drivers/opp/core.c new_opp->supplies[0].u_volt_max = u_volt + tol; tol 2350 net/tipc/link.c u32 tol; tol 2352 net/tipc/link.c tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); tol 2353 net/tipc/link.c if ((tol < TIPC_MIN_LINK_TOL) || (tol > TIPC_MAX_LINK_TOL)) tol 2628 net/tipc/link.c void tipc_link_set_tolerance(struct tipc_link *l, u32 tol, tol 2631 net/tipc/link.c l->tolerance = tol; tol 2633 net/tipc/link.c l->bc_rcvlink->tolerance = tol; tol 2635 net/tipc/link.c tipc_link_build_proto_msg(l, STATE_MSG, 0, 0, 0, tol, 0, xmitq); tol 122 net/tipc/link.h void tipc_link_set_tolerance(struct tipc_link *l, u32 tol, tol 455 net/tipc/node.c unsigned long tol = tipc_link_tolerance(l); tol 456 net/tipc/node.c unsigned long intv = ((tol / 4) > 500) ? 500 : tol / 4; tol 463 net/tipc/node.c tipc_link_set_abort_limit(l, tol / n->keepalive_intv); tol 2132 net/tipc/node.c u32 tol; tol 2134 net/tipc/node.c tol = nla_get_u32(props[TIPC_NLA_PROP_TOL]); tol 2135 net/tipc/node.c tipc_link_set_tolerance(link, tol, &xmitq);