Searched refs:to_remove (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/bluetooth/ |
D | hci_h5.c | 286 int i, to_remove; in h5_pkt_cull() local 291 to_remove = skb_queue_len(&h5->unack); in h5_pkt_cull() 292 if (to_remove == 0) in h5_pkt_cull() 297 while (to_remove > 0) { in h5_pkt_cull() 301 to_remove--; in h5_pkt_cull() 310 if (i++ >= to_remove) in h5_pkt_cull()
|
/linux-4.19.296/drivers/uwb/ |
D | ie.c | 332 void uwb_rc_ie_cache_rm(struct uwb_rc *uwb_rc, enum uwb_ie to_remove) in uwb_rc_ie_cache_rm() argument 345 if (ie->element_id == to_remove) { in uwb_rc_ie_cache_rm()
|
/linux-4.19.296/fs/ceph/ |
D | mds_client.c | 1232 LIST_HEAD(to_remove); in remove_session_caps_cb() 1253 list_move(&cf->i_list, &to_remove); in remove_session_caps_cb() 1258 list_for_each_entry(cf, &to_remove, i_list) in remove_session_caps_cb() 1290 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb() 1304 while (!list_empty(&to_remove)) { in remove_session_caps_cb() 1306 cf = list_first_entry(&to_remove, in remove_session_caps_cb()
|
D | caps.c | 3357 LIST_HEAD(to_remove); in handle_cap_flush_ack() 3373 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack() 3387 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack() 3394 list_for_each_entry(cf, &to_remove, i_list) { in handle_cap_flush_ack() 3432 while (!list_empty(&to_remove)) { in handle_cap_flush_ack() 3433 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
|