Home
last modified time | relevance | path

Searched refs:d_buf (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/samples/bpf/
Dbpf_load.c258 i, shname, data->d_buf, data->d_size, in load_bpf_file()
263 memcpy(license, data->d_buf, data->d_size); in load_bpf_file()
271 memcpy(&kern_version, data->d_buf, sizeof(int)); in load_bpf_file()
274 if (load_maps(data->d_buf, data->d_size)) in load_bpf_file()
293 insns = (struct bpf_insn *) data_prog->d_buf; in load_bpf_file()
320 load_and_attach(shname, data->d_buf, data->d_size); in load_bpf_file()
/linux-4.4.14/tools/lib/bpf/
Dlibbpf.c539 data->d_buf, in bpf_object__elf_collect()
543 data->d_buf, in bpf_object__elf_collect()
546 err = bpf_object__init_maps(obj, data->d_buf, in bpf_object__elf_collect()
558 err = bpf_object__add_program(obj, data->d_buf, in bpf_object__elf_collect()
/linux-4.4.14/lib/zlib_deflate/
Ddefutil.h214 ush *d_buf; member
Ddeftree.c975 s->d_buf[s->last_lit] = (ush)dist;
1031 dist = s->d_buf[lx];
Ddeflate.c242 s->d_buf = overlay + s->lit_bufsize/sizeof(ush); in zlib_deflateInit2()
/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c119 return symstrs->d_buf + sym->st_name; in elf_sym__name()
125 return secstrs->d_buf + shdr->sh_name; in elf_sec__name()
401 ptr = data->d_buf; in elf_read_build_id()
402 while (ptr < (data->d_buf + data->d_size)) { in elf_read_build_id()
540 strncpy(debuglink, data->d_buf, size); in filename__read_debuglink()
920 u64 *opd = opddata->d_buf + offset; in dso__load_sym()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c1964 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_get() local
1966 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get()
1967 if (!d_buf) in lpfc_sli_hbqbuf_get()
1969 return container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_sli_hbqbuf_get()
1985 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_find() local
1994 list_for_each_entry(d_buf, &phba->hbqs[hbqno].hbq_buffer_list, list) { in lpfc_sli_hbqbuf_find()
1995 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_sli_hbqbuf_find()
14762 struct lpfc_dmabuf *d_buf, *dnext; in lpfc_cleanup_rcv_buffers() local
14769 list_for_each_entry_safe(d_buf, dnext, in lpfc_cleanup_rcv_buffers()
14771 list_del_init(&d_buf->list); in lpfc_cleanup_rcv_buffers()
[all …]
Dlpfc_debugfs.c277 struct lpfc_dmabuf *d_buf; in lpfc_debugfs_hbqinfo_data() local
301 list_for_each_entry(d_buf, &hbqs->hbq_buffer_list, list) in lpfc_debugfs_hbqinfo_data()
344 list_for_each_entry(d_buf, &hbqs->hbq_buffer_list, list) { in lpfc_debugfs_hbqinfo_data()
345 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_debugfs_hbqinfo_data()