Searched refs:descs (Results 126 - 145 of 145) sorted by path

123456

/linux-master/include/linux/
H A Dpldmfw.h23 struct list_head descs; member in struct:pldmfw_record
/linux-master/include/rdma/
H A Dib_verbs.h593 * @descs - Array of pointers to static descriptors used for the counters
608 const struct rdma_stat_desc *descs; member in struct:rdma_hw_stats
617 const struct rdma_stat_desc *descs, int num_counters,
/linux-master/kernel/bpf/
H A Dverifier.c2594 struct bpf_kfunc_desc descs[MAX_KFUNC_DESCS]; member in struct:bpf_kfunc_desc_tab
2599 struct bpf_kfunc_btf descs[MAX_KFUNC_BTFS]; member in struct:bpf_kfunc_btf_tab
2630 return bsearch(&desc, tab->descs, tab->nr_descs,
2631 sizeof(tab->descs[0]), kfunc_desc_cmp_by_id_off);
2658 b = bsearch(&kf_btf, tab->descs, tab->nr_descs,
2659 sizeof(tab->descs[0]), kfunc_btf_cmp_by_off);
2694 b = &tab->descs[tab->nr_descs++];
2699 sort(tab->descs, tab->nr_descs, sizeof(tab->descs[0]),
2711 module_put(tab->descs[ta
[all...]
/linux-master/kernel/module/
H A Dmain.c2232 mod->dyndbg_info.descs = section_objs(info, "__dyndbg",
2233 sizeof(*mod->dyndbg_info.descs),
/linux-master/kernel/printk/
H A Dprintk.c989 VMCOREINFO_OFFSET(prb_desc_ring, descs);
H A Dprintk_ringbuffer.c361 return &desc_ring->descs[DESC_INDEX(desc_ring, n)];
2293 * @descs: The descriptor buffer for ringbuffer records.
2294 * @descbits: The count of @descs items as a power-of-2 value.
2306 struct prb_desc *descs, unsigned int descbits,
2309 memset(descs, 0, _DESCS_COUNT(descbits) * sizeof(descs[0]));
2313 rb->desc_ring.descs = descs;
2326 atomic_long_set(&(descs[_DESCS_COUNT(descbits) - 1].state_var), DESC0_SV(descbits));
2327 descs[_DESCS_COUN
2304 prb_init(struct printk_ringbuffer *rb, char *text_buf, unsigned int textbits, struct prb_desc *descs, unsigned int descbits, struct printk_info *infos) argument
[all...]
H A Dprintk_ringbuffer.h74 struct prb_desc *descs; member in struct:prb_desc_ring
272 .descs = &_##name##_descs[0], \
328 struct prb_desc *descs, unsigned int descs_count_bits,
/linux-master/lib/
H A Ddynamic_debug.c1255 dt->ddebugs = di->descs;
1415 .descs = __start___dyndbg,
1448 di.descs = iter_mod_start;
1459 di.descs = iter_mod_start;
/linux-master/lib/pldmfw/
H A Dpldmfw.c298 list_add_tail(&desc->entry, &record->descs);
335 INIT_LIST_HEAD(&record->descs);
555 list_for_each_entry_safe(desc, d_safe, &record->descs, entry) {
639 list_for_each_entry(desc, &record->descs, entry) {
/linux-master/net/xdp/
H A Dxsk.c482 struct xdp_desc *descs = pool->tx_descs; local
485 while (nb_pkts < max_entries && xsk_tx_peek_desc(pool, &descs[nb_pkts]))
1268 * ring, allocate Tx descs array that Tx batching API
H A Dxsk_queue.h241 struct xdp_desc *descs = pool->tx_descs; local
252 descs[nb_entries] = ring->desc[idx];
254 parse_desc(q, pool, &descs[nb_entries], &parsed);
398 static inline void xskq_prod_write_addr_batch(struct xsk_queue *q, struct xdp_desc *descs, argument
407 ring->desc[cached_prod++ & q->ring_mask] = descs[i].addr;
/linux-master/scripts/
H A Dget_feat.pl432 my (@lines, @descs);
470 push @descs, "$d\\";
473 push @descs, $d;
477 push @descs, $description;
480 push @lines, "" while (scalar(@lines) < 2 + scalar(@descs));
487 } elsif ($ln >= 2 && scalar(@descs)) {
489 printf "|%-${desc_size}s", shift @descs;
/linux-master/sound/firewire/
H A Damdtp-stream.c358 static void pool_blocking_data_blocks(struct amdtp_stream *s, struct seq_desc *descs, argument
365 struct seq_desc *desc = descs + pos;
376 static void pool_ideal_nonblocking_data_blocks(struct amdtp_stream *s, struct seq_desc *descs, argument
385 struct seq_desc *desc = descs + pos;
457 static void pool_ideal_syt_offsets(struct amdtp_stream *s, struct seq_desc *descs, argument
466 struct seq_desc *desc = descs + pos;
518 struct seq_desc *cache = s->ctx_data.tx.cache.descs;
539 static void pool_ideal_seq_descs(struct amdtp_stream *s, struct seq_desc *descs, unsigned int size, argument
542 pool_ideal_syt_offsets(s, descs, size, pos, count);
545 pool_blocking_data_blocks(s, descs, siz
550 pool_replayed_seq(struct amdtp_stream *s, struct seq_desc *descs, unsigned int size, unsigned int pos, unsigned int count) argument
568 pool_seq_descs(struct amdtp_stream *s, struct seq_desc *descs, unsigned int size, unsigned int pos, unsigned int count) argument
1657 struct pkt_desc *descs; local
[all...]
H A Damdtp-stream.h152 struct seq_desc *descs; member in struct:amdtp_stream::__anon1382::__anon1383::__anon1384
166 struct seq_desc *descs; member in struct:amdtp_stream::__anon1382::__anon1385::__anon1386
/linux-master/sound/firewire/motu/
H A Dmotu.h284 const struct pkt_desc *descs, unsigned int count);
295 const struct pkt_desc *descs, unsigned int count);
/linux-master/sound/soc/codecs/
H A Dcs35l56-shared.c855 struct gpio_descs *descs; local
860 descs = gpiod_get_array_optional(cs35l56_base->dev, "spk-id", GPIOD_IN);
861 if (!descs) {
863 } else if (IS_ERR(descs)) {
864 ret = PTR_ERR(descs);
869 for (i = 0; i < descs->ndescs; i++) {
870 ret = gpiod_get_value_cansleep(descs->desc[i]);
882 gpiod_put_array(descs);
/linux-master/sound/soc/intel/avs/
H A Dmessages.c720 int avs_ipc_probe_get_points(struct avs_dev *adev, struct avs_probe_point_desc **descs, argument
735 *descs = (struct avs_probe_point_desc *)payload;
736 *num_descs = payload_size / sizeof(**descs);
741 int avs_ipc_probe_connect_points(struct avs_dev *adev, struct avs_probe_point_desc *descs, argument
747 (u8 *)descs, array_size(sizeof(*descs), num_descs));
H A Dmessages.h957 int avs_ipc_probe_get_points(struct avs_dev *adev, struct avs_probe_point_desc **descs,
959 int avs_ipc_probe_connect_points(struct avs_dev *adev, struct avs_probe_point_desc *descs,
/linux-master/tools/arch/x86/kcpuid/
H A Dkcpuid.c33 struct bits_desc descs[32]; member in struct:reg_desc
373 bdesc = &reg->descs[reg->nr++];
448 bdesc = &rdesc->descs[i];
/linux-master/tools/testing/selftests/bpf/
H A Dxsk.h68 struct xdp_desc *descs = (struct xdp_desc *)tx->ring; local
70 return &descs[idx & tx->mask];
76 const struct xdp_desc *descs = (const struct xdp_desc *)rx->ring; local
78 return &descs[idx & rx->mask];

Completed in 364 milliseconds

123456