| /src/usr.sbin/altq/altqd/altq.conf.samples/ |
| cbq.sample0 | 12 class cbq sr0 bulk def_class borrow pbandwidth 30 21 # bulk data classes 23 class cbq sr0 tcp bulk borrow pbandwidth 5 red 25 class cbq sr0 ftp bulk borrow pbandwidth 5 red 28 class cbq sr0 http bulk borrow pbandwidth 5 red 31 class cbq sr0 pop3 bulk borrow pbandwidth 5 red 34 class cbq sr0 imap bulk borrow pbandwidth 5 red
|
| cbq.v6 | 12 class cbq sr0 bulk def_class borrow pbandwidth 40 21 # bulk data classes 23 class cbq sr0 tcp bulk borrow pbandwidth 10 red 25 class cbq sr0 ftp bulk borrow pbandwidth 10 red 28 class cbq sr0 http bulk borrow pbandwidth 10 red 35 class cbq sr0 pop3 bulk borrow pbandwidth 10 red
|
| cbq.widecamp | 13 class cbq sr0 bulk def_class borrow priority 0 pbandwidth 20 22 # bulk data classes 24 class cbq sr0 tcp bulk borrow priority 3 pbandwidth 4 maxburst 8 red 26 class cbq sr0 ftp bulk borrow priority 3 pbandwidth 4 maxburst 8 red 29 class cbq sr0 http bulk borrow priority 3 pbandwidth 4 maxburst 8 red 36 class cbq sr0 pop3 bulk borrow priority 3 pbandwidth 4 maxburst 8 red 39 class cbq sr0 imap bulk borrow priority 3 pbandwidth 4 maxburst 8 red
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_kern_lib.c | 410 VCHIQ_BULK_T *bulk = waiter->bulk_waiter.bulk; local 411 if (bulk) { 412 /* This thread has an outstanding bulk transfer. */ 413 if ((bulk->data != data) || 414 (bulk->size != size)) { 419 bulk->userdata = NULL; 438 !waiter->bulk_waiter.bulk) { 439 VCHIQ_BULK_T *bulk = waiter->bulk_waiter.bulk; local [all...] |
| vchiq_2835_arm.c | 278 vchiq_prepare_bulk_data(VCHIQ_BULK_T *bulk, VCHI_MEM_HANDLE_T memhandle, 353 bulk->handle = memhandle; 358 bulk->data = (void *)bi->pagelist_map->dm_segs[0].ds_addr; 405 bulk->remote_data = bi; 442 vchiq_complete_bulk(VCHIQ_BULK_T *bulk) 444 if (bulk && bulk->remote_data && bulk->actual) { 445 int actual = bulk->actual; 446 BULKINFO_T *bi = bulk->remote_data [all...] |
| vchiq_core.c | 1172 /* Called by the slot handler - don't hold the bulk mutex */ 1187 VCHIQ_BULK_T *bulk = local 1189 uint32_t msgtype = (bulk->dir == VCHIQ_BULK_TRANSMIT) ? 1193 uint32_t actual = htole32(bulk->actual); 1195 /* Only reply to non-dummy bulk requests */ 1196 if (bulk->remote_data) { 1210 VCHIQ_BULK_T *bulk = local 1213 /* Only generate callbacks for non-dummy bulk 1215 if (bulk->data && service->instance) { 1216 if (bulk->actual != VCHIQ_BULK_ACTUAL_ABORTED) 1351 VCHIQ_BULK_T *bulk = &queue->bulks[BULK_INDEX(queue->process)]; local 1419 VCHIQ_BULK_T *bulk = &queue->bulks[BULK_INDEX(queue->process)]; local 1842 VCHIQ_BULK_T *bulk; local 1909 VCHIQ_BULK_T *bulk; local 3311 VCHIQ_BULK_T *bulk; local [all...] |
| vchiq_core.h | 258 int local_insert; /* Where to insert the next local bulk */ 259 int remote_insert; /* Where to insert the next remote bulk (master) */ 260 int process; /* Bulk to transfer next */ 261 int remote_notify; /* Bulk to notify the remote client of next (mstr) */ 262 int remove; /* Bulk to notify the local client of, and remove, 497 /* Incremented when there are bulk transfers which cannot be processed 517 VCHIQ_BULK_T *bulk; member in struct:bulk_waiter 631 vchiq_prepare_bulk_data(VCHIQ_BULK_T *bulk, 635 vchiq_transfer_bulk(VCHIQ_BULK_T *bulk); 638 vchiq_complete_bulk(VCHIQ_BULK_T *bulk); [all...] |
| vchiq_arm.c | 771 !waiter->bulk_waiter.bulk) { 772 if (waiter->bulk_waiter.bulk) { 776 waiter->bulk_waiter.bulk->userdata = NULL;
|
| /src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| ttm_bo_api.h | 397 * @bulk: optional bulk move structure to remember BO positions 404 struct ttm_lru_bulk_move *bulk); 409 * @bulk: bulk move structure 411 * Bulk move BOs to the LRU tail, only valid to use when driver makes sure that 414 void ttm_bo_bulk_move_lru_tail(struct ttm_lru_bulk_move *bulk);
|
| /src/sys/external/bsd/drm2/dist/drm/ttm/ |
| ttm_bo.c | 254 struct ttm_lru_bulk_move *bulk) 261 if (bulk && !(bo->mem.placement & TTM_PL_FLAG_NO_EVICT)) { 264 ttm_bo_bulk_move_set_pos(&bulk->tt[bo->priority], bo); 268 ttm_bo_bulk_move_set_pos(&bulk->vram[bo->priority], bo); 273 ttm_bo_bulk_move_set_pos(&bulk->swap[bo->priority], bo); 278 void ttm_bo_bulk_move_lru_tail(struct ttm_lru_bulk_move *bulk) 283 struct ttm_lru_bulk_move_pos *pos = &bulk->tt[i]; 298 struct ttm_lru_bulk_move_pos *pos = &bulk->vram[i]; 313 struct ttm_lru_bulk_move_pos *pos = &bulk->swap[i];
|
| /src/sys/dev/usb/ |
| uvideo.c | 232 struct uvideo_bulk_xfer bulk; member in union:uvideo_stream::__anon3884 1169 bx = &vs->vs_xfer.bulk; 1172 "BULK stream *\n")); 1175 DPRINTF(("uvideo_attach: BULK " 1601 bx = &vs->vs_xfer.bulk; 1754 bx = &vs->vs_xfer.bulk; 1960 struct uvideo_bulk_xfer *bx = &vs->vs_xfer.bulk;
|
| uhci.c | 152 /* Bulk pipe */ 155 } bulk; member in union:uhci_pipe::__anon3778 499 /* Allocate the dummy QH where bulk traffic will be queued. */ 1275 /* Add bulk QH, called with lock held. */ 1301 /* Remove bulk QH, called with lock held. */ 2282 sqh = upipe->bulk.sqh; 2321 /* Abort a device bulk request. */ 2398 /* Close a device bulk pipe. */ 2407 uhci_free_sqh(sc, upipe->bulk.sqh); 3246 uhci_remove_bulk(sc, upipe->bulk.sqh) [all...] |
| /src/distrib/syspkg/mk/ |
| bsd.syspkg.mk | 344 # used for removing stuff in bulk builds
|