Home
last modified time | relevance | path

Searched refs:new_lb (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/server/
H A Doplock.c1409 struct lease_table *new_lb) in add_lease_global_list() argument
1419 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() local
1728 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()
/linux/kernel/cgroup/
H A Dcpuset.c1206 bool new_lb; in update_partition_sd_lb() local
1213 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()