/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 285 GLOCK_BUG_ON(gl, gl->gl_lockref.count < 2); in __gfs2_glock_queue_work() 629 gl->gl_target = gl->gl_state; in finish_xmote() 638 do_xmote(gl, gh, gl->gl_target); in finish_xmote() 708 GLOCK_BUG_ON(gl, gl->gl_state == target); in do_xmote() 709 GLOCK_BUG_ON(gl, gl->gl_state == gl->gl_target); in do_xmote() 868 gl->gl_target = gl->gl_demote_state; in run_queue() 879 do_xmote(gl, gh, gl->gl_target); in run_queue() 1095 finish_xmote(gl, gl->gl_reply); in glock_work_func() 1468 gl->gl_ops->go_callback(gl, remote); in handle_callback() 2531 struct gfs2_glock *gl = gi->gl; in gfs2_glock_iter_next() local [all …]
|
H A D | glock.h | 129 void (*lm_cancel) (struct gfs2_glock *gl); 144 spin_lock(&gl->gl_lockref.lock); in gfs2_glock_is_locked_by_me() 154 spin_unlock(&gl->gl_lockref.lock); in gfs2_glock_is_locked_by_me() 161 return gl->gl_state == LM_ST_EXCLUSIVE; in gfs2_glock_is_held_excl() 166 return gl->gl_state == LM_ST_DEFERRED; in gfs2_glock_is_held_dfrd() 171 return gl->gl_state == LM_ST_SHARED; in gfs2_glock_is_held_shrd() 176 if (gl->gl_ops->go_flags & GLOF_ASPACE) { in gfs2_glock2aspace() 188 void gfs2_glock_put(struct gfs2_glock *gl); 220 gfs2_dump_glock(NULL, gl, true); \ 223 gfs2_dump_glock(NULL, gl, true); \ [all …]
|
H A D | glops.c | 44 gl->gl_name.ln_type, gl->gl_name.ln_number, in gfs2_ail_error() 45 gfs2_glock2aspace(gl)); in gfs2_ail_error() 77 gfs2_ail_error(gl, bh); in __gfs2_ail_flush() 82 GLOCK_BUG_ON(gl, !fsync && atomic_read(&gl->gl_ail_count)); in __gfs2_ail_flush() 204 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in rgrp_go_sync() 256 ip = gl->gl_object; in gfs2_glock2inode() 268 rgd = gl->gl_object; in gfs2_glock2rgrp() 321 GLOCK_BUG_ON(gl, gl->gl_state != LM_ST_EXCLUSIVE); in inode_go_sync() 323 gfs2_log_flush(gl->gl_name.ln_sbd, gl, GFS2_LOG_HEAD_FLUSH_NORMAL | in inode_go_sync() 399 if (sdp->sd_jindex == gl->gl_object || sdp->sd_rindex == gl->gl_object) in inode_go_demote_ok() [all …]
|
H A D | lock_dlm.c | 110 dstamp = gl->gl_dstamp; in gfs2_update_request_times() 132 if ((gl->gl_lksb.sb_flags & DLM_SBF_VALNOTVALID) && gl->gl_lksb.sb_lvbptr) in gdlm_ast() 137 if (gl->gl_ops->go_free) in gdlm_ast() 138 gl->gl_ops->go_free(gl); in gdlm_ast() 139 gfs2_glock_free(gl); in gdlm_ast() 156 ret = gl->gl_req; in gdlm_ast() 171 gl->gl_lksb.sb_lkid = 0; in gdlm_ast() 305 gfs2_glock_free(gl); in gdlm_put_lock() 316 gfs2_glock_free(gl); in gdlm_put_lock() 329 NULL, gl); in gdlm_put_lock() [all …]
|
H A D | trace_gfs2.h | 94 TP_ARGS(gl, new_state), 109 __entry->glnum = gl->gl_name.ln_number; 110 __entry->gltype = gl->gl_name.ln_type; 115 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0); 131 TP_PROTO(const struct gfs2_glock *gl), 133 TP_ARGS(gl), 145 __entry->gltype = gl->gl_name.ln_type; 148 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0); 165 TP_ARGS(gl, remote), 183 __entry->flags = gl->gl_flags | (gl->gl_object ? (1UL<<GLF_OBJECT) : 0); [all …]
|
H A D | meta_io.c | 116 struct address_space *mapping = gfs2_glock2aspace(gl); in gfs2_getbuf() 117 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_getbuf() 189 bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_new() 256 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_read() 266 *bhp = bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_read() 279 bh = gfs2_getbuf(gl, blkno + 1, CREATE); in gfs2_meta_read() 492 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_buffer() local 500 ret = gfs2_meta_read(gl, num, DIO_WAIT, rahead, &bh); in gfs2_meta_buffer() 521 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_ra() 533 first_bh = gfs2_getbuf(gl, dblock, CREATE); in gfs2_meta_ra() [all …]
|
H A D | main.c | 52 struct gfs2_glock *gl = foo; in gfs2_init_glock_once() local 54 spin_lock_init(&gl->gl_lockref.lock); in gfs2_init_glock_once() 55 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once() 56 INIT_LIST_HEAD(&gl->gl_lru); in gfs2_init_glock_once() 57 INIT_LIST_HEAD(&gl->gl_ail_list); in gfs2_init_glock_once() 58 atomic_set(&gl->gl_ail_count, 0); in gfs2_init_glock_once() 59 atomic_set(&gl->gl_revokes, 0); in gfs2_init_glock_once()
|
H A D | incore.h | 218 int (*go_sync) (struct gfs2_glock *gl); 219 int (*go_xmote_bh)(struct gfs2_glock *gl); 220 void (*go_inval) (struct gfs2_glock *gl, int flags); 221 int (*go_demote_ok) (const struct gfs2_glock *gl); 222 int (*go_instantiate) (struct gfs2_glock *gl); 224 void (*go_dump)(struct seq_file *seq, const struct gfs2_glock *gl, 226 void (*go_callback)(struct gfs2_glock *gl, bool remote); 227 void (*go_free)(struct gfs2_glock *gl); 856 gl->gl_stats.stats[which]++; in gfs2_glstats_inc() 861 const struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_sbstats_inc() [all …]
|
H A D | trans.c | 163 static struct gfs2_bufdata *gfs2_alloc_bufdata(struct gfs2_glock *gl, in gfs2_alloc_bufdata() argument 170 bd->bd_gl = gl; in gfs2_alloc_bufdata() 192 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_data() argument 195 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_data() 209 bd = gfs2_alloc_bufdata(gl, bh); in gfs2_trans_add_data() 215 gfs2_assert(sdp, bd->bd_gl == gl); in gfs2_trans_add_data() 229 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_meta() argument 232 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_meta() 251 bd = gfs2_alloc_bufdata(gl, bh); in gfs2_trans_add_meta() 258 gfs2_assert(sdp, bd->bd_gl == gl); in gfs2_trans_add_meta()
|
H A D | meta_io.h | 53 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno); 54 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, 57 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, 75 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen);
|
H A D | glops.h | 25 int gfs2_inode_metasync(struct gfs2_glock *gl); 26 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync);
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/ |
H A D | 0003-viv-fb-Make-sure-config.h-is-included.patch | 13 gst-libs/gst/gl/gl-prelude.h | 4 ++++ 16 diff --git a/gst-libs/gst/gl/gl-prelude.h b/gst-libs/gst/gl/gl-prelude.h 18 --- a/gst-libs/gst/gl/gl-prelude.h 19 +++ b/gst-libs/gst/gl/gl-prelude.h
|
/openbmc/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_main.c | 231 gl->frags[i].page, in cxgbit_copy_frags() 232 gl->frags[i].offset, in cxgbit_copy_frags() 233 gl->frags[i].size); in cxgbit_copy_frags() 238 get_page(gl->frags[gl->nfrags - 1].page); in cxgbit_copy_frags() 260 if (unlikely(gl->nfrags > 1)) in cxgbit_lro_add_packet_gl() 308 pdu_cb->frags += gl->nfrags; in cxgbit_lro_add_packet_gl() 413 if ((gl && (((skb_shinfo(skb)->nr_frags + gl->nfrags) > in cxgbit_lro_receive() 420 if (gl) in cxgbit_lro_receive() 462 rpl = gl ? (struct cpl_tx_data *)gl->va : in cxgbit_uld_lro_rx_handler() 474 if (!gl) { in cxgbit_uld_lro_rx_handler() [all …]
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-gl.c | 61 VirtIOGPUGL *gl = VIRTIO_GPU_GL(vdev); in virtio_gpu_gl_handle_ctrl() local 68 if (!gl->renderer_inited) { in virtio_gpu_gl_handle_ctrl() 70 gl->renderer_inited = true; in virtio_gpu_gl_handle_ctrl() 72 if (gl->renderer_reset) { in virtio_gpu_gl_handle_ctrl() 73 gl->renderer_reset = false; in virtio_gpu_gl_handle_ctrl() 93 VirtIOGPUGL *gl = VIRTIO_GPU_GL(vdev); in virtio_gpu_gl_reset() local 101 if (gl->renderer_inited && !gl->renderer_reset) { in virtio_gpu_gl_reset() 103 gl->renderer_reset = true; in virtio_gpu_gl_reset()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/ |
H A D | glmark2_git.bb | 36 PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11" 38 PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm virtual/libgbm" 40 PACKAGECONFIG[wayland-gl] = ",,virtual/libgl wayland" 49 if "x11-gl" in packageconfig: 50 flavors.append("x11-gl") 53 if "wayland-gl" in packageconfig: 54 flavors.append("wayland-gl") 57 if "drm-gl" in packageconfig: 58 flavors.append("drm-gl")
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/ |
H A D | 0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch | 4 Subject: [PATCH] qt: include ext/qt/gstqtgl.h instead of gst/gl/gstglfuncs.h 6 gst/gl/gstglfuncs.h is included via ext/qt/gstqtgl.h which has logic to 14 …streamer1.0-plugins-good/1.16.2-r0/recipe-sysroot/usr/include/gstreamer-1.0/gst/gl/gstglfuncs.h:84, 16 …mer1.0-plugins-good/1.16.2-r0/recipe-sysroot/usr/include/gstreamer-1.0/gst/gl/glprototypes/gstgl_c… 36 #include <gst/gl/gl.h> 37 -#include <gst/gl/gstglfuncs.h> 50 -#include <gst/gl/gstglfuncs.h>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
H A D | 0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch | 15 src/gl-visual-config.cpp | 9 ++++++--- 16 src/gl-visual-config.h | 2 +- 33 diff --git a/src/gl-visual-config.cpp b/src/gl-visual-config.cpp 35 --- a/src/gl-visual-config.cpp 36 +++ b/src/gl-visual-config.cpp 71 diff --git a/src/gl-visual-config.h b/src/gl-visual-config.h 73 --- a/src/gl-visual-config.h 74 +++ b/src/gl-visual-config.h
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | sge.c | 1486 get_page(gl->frags[gl->nfrags - 1].page); in copy_frags() 1521 skb_copy_to_linear_data(skb, gl->va, gl->tot_len); in t4vf_pktgl_to_skb() 1550 frag = gl->nfrags - 1; in t4vf_pktgl_free() 1575 t4vf_pktgl_free(gl); in do_gro() 1630 do_gro(rxq, gl, pkt); in t4vf_ethrx_handler() 1639 t4vf_pktgl_free(gl); in t4vf_ethrx_handler() 1777 struct pkt_gl gl; in process_responses() local 1799 gl.tot_len = len; in process_responses() 1817 gl.nfrags = frag+1; in process_responses() 1827 gl.va = (page_address(gl.frags[0].page) + in process_responses() [all …]
|
/openbmc/qemu/ui/ |
H A D | console.c | 240 if (con->gl && con->gl->ops->dpy_gl_ctx_create_texture) { in dpy_gfx_create_texture() 241 con->gl->ops->dpy_gl_ctx_create_texture(con->gl, surface); in dpy_gfx_create_texture() 247 if (con->gl && con->gl->ops->dpy_gl_ctx_destroy_texture) { in dpy_gfx_destroy_texture() 248 con->gl->ops->dpy_gl_ctx_destroy_texture(con->gl, surface); in dpy_gfx_destroy_texture() 255 if (con->gl && con->gl->ops->dpy_gl_ctx_update_texture) { in dpy_gfx_update_texture() 671 if (con->gl) { in qemu_console_set_display_gl_ctx() 675 con->gl = gl; in qemu_console_set_display_gl_ctx() 988 return con->gl->ops->dpy_gl_ctx_create(con->gl, qparams); in dpy_gl_ctx_create() 994 con->gl->ops->dpy_gl_ctx_destroy(con->gl, ctx); in dpy_gl_ctx_destroy() 1000 return con->gl->ops->dpy_gl_ctx_make_current(con->gl, ctx); in dpy_gl_ctx_make_current() [all …]
|
/openbmc/openbmc/meta-raspberrypi/conf/machine/include/ |
H A D | rpi-default-providers.inc | 7 …R_virtual/libgl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" 8 …ER_virtual/mesa ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}" 9 …_virtual/libgbm ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "mesa-gl", d)}"
|
/openbmc/openbmc/poky/meta/recipes-extended/findutils/findutils/ |
H A D | autoconf-2.73.patch | 12 Index: findutils-4.9.0/gl/m4/largefile.m4 14 --- findutils-4.9.0.orig/gl/m4/largefile.m4 15 +++ findutils-4.9.0/gl/m4/largefile.m4
|
/openbmc/openbmc/poky/meta/recipes-extended/libpipeline/libpipeline/ |
H A D | autoconf-2.73.patch | 12 Index: findutils-4.9.0/gl/m4/largefile.m4 14 --- findutils-4.9.0.orig/gl/m4/largefile.m4 15 +++ findutils-4.9.0/gl/m4/largefile.m4
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 3002-fix-EGL-macro-undeclared-and-EGLImageKHR.patch | 57 - const EGLImage image = tc->gl->egl.createImageKHR(tc->gl, EGL_LINUX_DMA_BUF_EXT, NULL, att… 58 + const EGLImageKHR image = tc->gl->egl.createImageKHR(tc->gl, EGL_LINUX_DMA_BUF_EXT, NULL, …
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_main.c | 339 static struct sk_buff *copy_gl_to_skb_pkt(const struct pkt_gl *gl, in copy_gl_to_skb_pkt() argument 349 skb = alloc_skb(gl->tot_len + sizeof(struct cpl_pass_accept_req) in copy_gl_to_skb_pkt() 353 __skb_put(skb, gl->tot_len + sizeof(struct cpl_pass_accept_req) in copy_gl_to_skb_pkt() 358 , gl->va + pktshift, in copy_gl_to_skb_pkt() 359 gl->tot_len - pktshift); in copy_gl_to_skb_pkt() 365 const struct pkt_gl *gl, const __be64 *rsp) in chtls_recv_packet() argument 371 skb = copy_gl_to_skb_pkt(gl, rsp, cdev->lldi->sge_pktshift); in chtls_recv_packet() 439 const struct pkt_gl *gl) in chtls_uld_rx_handler() argument 448 if (chtls_recv_packet(cdev, gl, rsp) < 0) in chtls_uld_rx_handler() 453 if (!gl) in chtls_uld_rx_handler() [all …]
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | download-lockfile.py | 25 gl = gitlab.Gitlab(args.server) variable 26 project = gl.projects.get(args.project)
|