Searched refs:bd_list (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/bdc/ |
D | bdc_ep.c | 59 struct bd_list *bd_list = &ep->bd_list; in ep_bd_list_free() local 67 if (!bd_list->bd_table_array) { in ep_bd_list_free() 77 bd_table = bd_list->bd_table_array[index]; in ep_bd_list_free() 100 kfree(ep->bd_list.bd_table_array); in ep_bd_list_free() 146 ep->bd_list.bd_table_array = kzalloc( in ep_bd_list_alloc() 149 if (!ep->bd_list.bd_table_array) in ep_bd_list_alloc() 174 ep->bd_list.bd_table_array[index] = bd_table; in ep_bd_list_alloc() 181 chain_table(prev_table, ep->bd_list.bd_table_array[0], bd_p_tab); in ep_bd_list_alloc() 183 ep->bd_list.num_tabs = num_tabs; in ep_bd_list_alloc() 184 ep->bd_list.max_bdi = (num_tabs * bd_p_tab) - 1; in ep_bd_list_alloc() [all …]
|
D | bdc_dbg.c | 92 struct bd_list *bd_list = &ep->bd_list; in bdc_dbg_bd_list() local 105 bd_list->num_tabs, bd_list->max_bdi, bd_list->eqp_bdi, in bdc_dbg_bd_list() 106 bd_list->hwd_bdi, bd_list->num_bds_table); in bdc_dbg_bd_list() 108 for (tbi = 0; tbi < bd_list->num_tabs; tbi++) { in bdc_dbg_bd_list() 109 bd_table = bd_list->bd_table_array[tbi]; in bdc_dbg_bd_list() 110 for (bdi = 0; bdi < bd_list->num_bds_table; bdi++) { in bdc_dbg_bd_list()
|
D | bdc_cmd.c | 133 ep->bd_list.eqp_bdi = 0; in ep_bd_list_reinit() 134 ep->bd_list.hwd_bdi = 0; in ep_bd_list_reinit() 135 bd = ep->bd_list.bd_table_array[0]->start_bd; in ep_bd_list_reinit() 153 param0 = lower_32_bits(ep->bd_list.bd_table_array[0]->dma); in bdc_config_ep() 154 param1 = upper_32_bits(ep->bd_list.bd_table_array[0]->dma); in bdc_config_ep()
|
D | bdc.h | 306 struct bd_list { struct 367 struct bd_list bd_list; member
|
/linux-4.4.14/fs/gfs2/ |
D | trans.c | 135 INIT_LIST_HEAD(&bd->bd_list); in gfs2_alloc_bufdata() 186 if (list_empty(&bd->bd_list)) { in gfs2_trans_add_data() 191 list_add_tail(&bd->bd_list, &tr->tr_databuf); in gfs2_trans_add_data() 205 if (!list_empty(&bd->bd_list)) in meta_lo_add() 222 list_add(&bd->bd_list, &tr->tr_buf); in meta_lo_add() 257 BUG_ON(!list_empty(&bd->bd_list)); in gfs2_trans_add_revoke() 270 list_for_each_entry_safe(bd, tmp, &sdp->sd_log_le_revoke, bd_list) { in gfs2_trans_add_unrevoke() 272 list_del_init(&bd->bd_list); in gfs2_trans_add_unrevoke()
|
D | lops.c | 403 bda = list_entry(a, struct gfs2_bufdata, bd_list); in blocknr_cmp() 404 bdb = list_entry(b, struct gfs2_bufdata, bd_list); in blocknr_cmp() 426 bd1 = bd2 = list_prepare_entry(bd1, blist, bd_list); in gfs2_before_commit() 440 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit() 455 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit() 507 bd = list_entry(head->next, struct gfs2_bufdata, bd_list); in buf_lo_after_commit() 508 list_del_init(&bd->bd_list); in buf_lo_after_commit() 629 list_for_each_entry(bd, head, bd_list) { in revoke_lo_before_commit() 659 bd = list_entry(head->next, struct gfs2_bufdata, bd_list); in revoke_lo_after_commit() 660 list_del_init(&bd->bd_list); in revoke_lo_after_commit() [all …]
|
D | aops.c | 977 if (!list_empty(&bd->bd_list) && !buffer_pinned(bh)) in gfs2_discard() 978 list_del_init(&bd->bd_list); in gfs2_discard() 1150 if (!list_empty(&bd->bd_list)) in gfs2_releasepage() 1151 list_del_init(&bd->bd_list); in gfs2_releasepage()
|
D | log.c | 591 list_add(&bd->bd_list, &sdp->sd_log_le_revoke); in gfs2_add_revoke() 605 if (list_empty(&bd->bd_list)) { in gfs2_write_revokes() 631 if (!list_empty(&bd->bd_list)) in gfs2_write_revokes()
|
D | meta_io.c | 274 list_del_init(&bd->bd_list); in gfs2_remove_from_journal()
|
D | incore.h | 149 struct list_head bd_list; member
|
/linux-4.4.14/fs/ |
D | block_dev.c | 532 INIT_LIST_HEAD(&bdev->bd_list); in init_once() 559 list_del_init(&bdev->bd_list); in bdev_evict_inode() 653 list_add(&bdev->bd_list, &all_bdevs); in bdget() 678 list_for_each_entry(bdev, &all_bdevs, bd_list) { in nr_blockdev_pages()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 472 struct list_head bd_list; member
|