Home
last modified time | relevance | path

Searched refs:slot_size (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/tc/
Dtc.c35 resource_size_t slotsize = tbus->info.slot_size << 20; in tc_bus_add_devices()
156 if (tc_bus.info.slot_size) { in tc_init()
166 (tc_bus.info.slot_size << 20) * in tc_init()
/linux-4.4.14/include/linux/
Dtc.h53 s32 slot_size; /* Slot size in megabytes. */ member
/linux-4.4.14/drivers/hsi/clients/
Dcmt_speech.c120 unsigned int slot_size; member
901 hi->slot_size = L1_CACHE_ALIGN(hi->buf_size); in cs_hsi_data_enable()
904 hi->slot_size, hi->buf_size, L1_CACHE_BYTES); in cs_hsi_data_enable()
912 hi->rx_offsets[i] = data_start + i * hi->slot_size; in cs_hsi_data_enable()
919 (i + hi->mmap_cfg->rx_bufs) * hi->slot_size; in cs_hsi_data_enable()
970 hi->slot_size = 0; in cs_hsi_buf_config()
/linux-4.4.14/net/sched/
Dsch_qfq.c241 u64 slot_size = (u64)maxlen * inv_w; in qfq_calc_index() local
245 size_map = slot_size >> min_slot_shift; in qfq_calc_index()
250 index -= !(slot_size - (1ULL << (index + min_slot_shift - 1))); in qfq_calc_index()