Searched refs:new_lb (Results 1 – 2 of 2) sorted by relevance
1409 struct lease_table *new_lb) in add_lease_global_list() argument1419 free_lease_table(new_lb); in add_lease_global_list()1424 lease_add_table(lease, new_lb); in add_lease_global_list()1425 list_add(&new_lb->l_entry, &lease_table_list); in add_lease_global_list()1554 struct lease_table *new_lb = NULL; in smb_grant_oplock() local1728 new_lb = alloc_lease_table(opinfo); in smb_grant_oplock()1729 if (!new_lb) { in smb_grant_oplock()1739 add_lease_global_list(opinfo->o_lease, opinfo->conn, new_lb); in smb_grant_oplock()1747 kfree(new_lb); in smb_grant_oplock()
1206 bool new_lb; in update_partition_sd_lb() local1213 new_lb = (new_prs != PRS_ISOLATED); in update_partition_sd_lb()1215 new_lb = is_sched_load_balance(parent_cs(cs)); in update_partition_sd_lb()1217 if (new_lb != !!is_sched_load_balance(cs)) { in update_partition_sd_lb()1219 if (new_lb) in update_partition_sd_lb()