Searched refs:new_sb (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/kyua/utils/process/ |
H A D | isolation_test.cpp | 506 struct ::stat new_sb; in do_isolate_path_test() local 507 ATF_REQUIRE(::stat(dir.c_str(), &new_sb) != -1); in do_isolate_path_test() 510 ATF_REQUIRE_EQ(exp_uid.get(), new_sb.st_uid); in do_isolate_path_test() 512 ATF_REQUIRE_EQ(old_sb.st_uid, new_sb.st_uid); in do_isolate_path_test() 515 ATF_REQUIRE_EQ(exp_gid.get(), new_sb.st_gid); in do_isolate_path_test() 517 ATF_REQUIRE_EQ(old_sb.st_gid, new_sb.st_gid); in do_isolate_path_test()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 7292 int32_t i, j, k, new_sb, num_sack_blks = 0; in bbr_log_ack() local 7551 new_sb = sack_filter_blks(tp, &bbr->r_ctl.bbr_sf, sack_blocks, in bbr_log_ack() 7553 ctf_log_sack_filter(bbr->rc_tp, new_sb, sack_blocks); in bbr_log_ack() 7555 BBR_STAT_ADD(bbr_sack_blocks_skip, (num_sack_blks - new_sb)); in bbr_log_ack() 7556 num_sack_blks = new_sb; in bbr_log_ack()
|