Home
last modified time | relevance | path

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

/linux/drivers/atm/
H A Dnicstar.c2386 struct sk_buff *new_lb; in dequeue_lg_buf() local
2387 if ((new_lb = dev_alloc_skb(NS_LGSKBSIZE)) != NULL) { in dequeue_lg_buf()
2388 NS_PRV_BUFTYPE(new_lb) = BUF_LG; in dequeue_lg_buf()
2389 skb_queue_tail(&card->lbpool.queue, new_lb); in dequeue_lg_buf()
2390 skb_reserve(new_lb, NS_SMBUFSIZE); in dequeue_lg_buf()
2391 push_rxbufs(card, new_lb); in dequeue_lg_buf()
2396 struct sk_buff *new_lb; in dequeue_lg_buf() local
2397 if ((new_lb = dev_alloc_skb(NS_LGSKBSIZE)) != NULL) { in dequeue_lg_buf()
2398 NS_PRV_BUFTYPE(new_lb) = BUF_LG; in dequeue_lg_buf()
2399 skb_queue_tail(&card->lbpool.queue, new_lb); in dequeue_lg_buf()
[all …]
/linux/kernel/cgroup/
H A Dcpuset.c1180 bool new_lb; in update_partition_sd_lb() local
1187 new_lb = (new_prs != PRS_ISOLATED); in update_partition_sd_lb()
1189 new_lb = is_sched_load_balance(parent_cs(cs)); in update_partition_sd_lb()
1191 if (new_lb != !!is_sched_load_balance(cs)) { in update_partition_sd_lb()
1193 if (new_lb) in update_partition_sd_lb()