Home
last modified time | relevance | path

Searched defs:gl (Results 1 – 25 of 39) sorted by relevance

12

/openbmc/linux/fs/gfs2/
H A Dglops.c34 static void gfs2_ail_error(struct gfs2_glock *gl, const struct buffer_head *bh) in gfs2_ail_error()
59 static void __gfs2_ail_flush(struct gfs2_glock *gl, bool fsync, in __gfs2_ail_flush()
91 static int gfs2_ail_empty_gl(struct gfs2_glock *gl) in gfs2_ail_empty_gl()
144 void gfs2_ail_flush(struct gfs2_glock *gl, bool fsync) in gfs2_ail_flush()
168 static int gfs2_rgrp_metasync(struct gfs2_glock *gl) in gfs2_rgrp_metasync()
196 static int rgrp_go_sync(struct gfs2_glock *gl) in rgrp_go_sync()
225 static void rgrp_go_inval(struct gfs2_glock *gl, int flags) in rgrp_go_inval()
242 static void gfs2_rgrp_go_dump(struct seq_file *seq, const struct gfs2_glock *gl, in gfs2_rgrp_go_dump()
251 static struct gfs2_inode *gfs2_glock2inode(struct gfs2_glock *gl) in gfs2_glock2inode()
263 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl) in gfs2_glock2rgrp()
[all …]
H A Dglock.c57 struct gfs2_glock *gl; /* current glock struct */ member
121 static void wake_up_glock(struct gfs2_glock *gl) in wake_up_glock()
131 struct gfs2_glock *gl = container_of(rcu, struct gfs2_glock, gl_rcu); in gfs2_glock_dealloc() local
155 static bool glock_blocked_by_withdraw(struct gfs2_glock *gl) in glock_blocked_by_withdraw()
169 static void __gfs2_glock_free(struct gfs2_glock *gl) in __gfs2_glock_free()
177 void gfs2_glock_free(struct gfs2_glock *gl) { in gfs2_glock_free()
185 void gfs2_glock_free_later(struct gfs2_glock *gl) { in gfs2_glock_free_later()
200 struct gfs2_glock *gl; in gfs2_free_dead_glocks() local
214 struct gfs2_glock *gfs2_glock_hold(struct gfs2_glock *gl) in gfs2_glock_hold()
228 static int demote_ok(const struct gfs2_glock *gl) in demote_ok()
[all …]
H A Dglock.h138 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) in gfs2_glock_is_locked_by_me()
159 static inline int gfs2_glock_is_held_excl(struct gfs2_glock *gl) in gfs2_glock_is_held_excl()
164 static inline int gfs2_glock_is_held_dfrd(struct gfs2_glock *gl) in gfs2_glock_is_held_dfrd()
169 static inline int gfs2_glock_is_held_shrd(struct gfs2_glock *gl) in gfs2_glock_is_held_shrd()
174 static inline struct address_space *gfs2_glock2aspace(struct gfs2_glock *gl) in gfs2_glock2aspace()
194 static inline void gfs2_holder_init(struct gfs2_glock *gl, unsigned int state, in gfs2_holder_init()
219 #define GLOCK_BUG_ON(gl,x) do { if (unlikely(x)) { \ argument
222 #define gfs2_glock_assert_warn(gl, x) do { if (unlikely(!(x))) { \ argument
226 #define gfs2_glock_assert_withdraw(gl, x) do { if (unlikely(!(x))) { \ argument
244 static inline int gfs2_glock_nq_init(struct gfs2_glock *gl, in gfs2_glock_nq_init()
H A Dlock_dlm.c75 static inline void gfs2_update_reply_times(struct gfs2_glock *gl) in gfs2_update_reply_times()
102 static inline void gfs2_update_request_times(struct gfs2_glock *gl) in gfs2_update_request_times()
121 struct gfs2_glock *gl = arg; in gdlm_ast() local
177 struct gfs2_glock *gl = arg; in gdlm_bast() local
217 static u32 make_flags(struct gfs2_glock *gl, const unsigned int gfs_flags, in make_flags()
260 static int gdlm_lock(struct gfs2_glock *gl, unsigned int req_state, in gdlm_lock()
296 static void gdlm_put_lock(struct gfs2_glock *gl) in gdlm_put_lock()
342 static void gdlm_cancel(struct gfs2_glock *gl) in gdlm_cancel()
H A Dmeta_io.c114 struct buffer_head *gfs2_getbuf(struct gfs2_glock *gl, u64 blkno, int create) in gfs2_getbuf()
186 struct buffer_head *gfs2_meta_new(struct gfs2_glock *gl, u64 blkno) in gfs2_meta_new()
253 int gfs2_meta_read(struct gfs2_glock *gl, u64 blkno, int flags, in gfs2_meta_read()
492 struct gfs2_glock *gl = ip->i_gl; in gfs2_meta_buffer() local
519 struct buffer_head *gfs2_meta_ra(struct gfs2_glock *gl, u64 dblock, u32 extlen) in gfs2_meta_ra()
H A Dtrans.c163 static struct gfs2_bufdata *gfs2_alloc_bufdata(struct gfs2_glock *gl, in gfs2_alloc_bufdata()
192 void gfs2_trans_add_data(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_data()
229 void gfs2_trans_add_meta(struct gfs2_glock *gl, struct buffer_head *bh) in gfs2_trans_add_meta()
H A Dsuper.c1040 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() local
1053 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_drop_inode() local
1197 struct gfs2_glock *gl = ip->i_gl; in gfs2_final_release_pages() local
1270 static void gfs2_glock_put_eventually(struct gfs2_glock *gl) in gfs2_glock_put_eventually()
1545 struct gfs2_glock *gl = ip->i_iopen_gh.gh_gl; in gfs2_evict_inode() local
H A Dlops.c73 struct gfs2_glock *gl = bd->bd_gl; in maybe_release_space() local
122 struct gfs2_glock *gl = bd->bd_gl; in gfs2_unpin() local
791 struct gfs2_glock *gl = ip->i_gl; in buf_lo_scan_elements() local
901 struct gfs2_glock *gl; in gfs2_drain_revokes() local
1015 struct gfs2_glock *gl = ip->i_gl; in databuf_lo_scan_elements() local
H A Dmain.c52 struct gfs2_glock *gl = foo; in gfs2_init_glock_once() local
H A Dlog.c106 struct gfs2_glock *gl = NULL; in gfs2_ail1_start_one() local
776 struct gfs2_glock *gl = bd->bd_gl; in gfs2_add_revoke() local
789 void gfs2_glock_remove_revoke(struct gfs2_glock *gl) in gfs2_glock_remove_revoke()
1034 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl, u32 flags) in gfs2_log_flush()
H A Drgrp.c720 struct gfs2_glock *gl; in gfs2_clear_rgrpd() local
1037 struct gfs2_glock *gl = ip->i_gl; in gfs2_rindex_update() local
1199 int gfs2_rgrp_go_instantiate(struct gfs2_glock *gl) in gfs2_rgrp_go_instantiate()
1846 struct gfs2_glock *gl; in try_rgrp_unlink() local
1925 const struct gfs2_glock *gl = rgd->rd_gl; in gfs2_rgrp_congested() local
2019 struct gfs2_glock *gl = rgd->rd_gl; in fast_to_acquire() local
H A Dinode.c892 struct gfs2_glock *gl; in __gfs2_lookup() local
1873 struct gfs2_glock *gl; in gfs2_permission() local
2160 struct gfs2_glock *gl = ip->i_gl; in gfs2_update_time() local
H A Drecovery.c36 struct gfs2_glock *gl = ip->i_gl; in gfs2_replay_read_block() local
H A Dfile.c1457 struct gfs2_glock *gl = gfs2_glock_hold(fl_gh->gh_gl); in __flock_holder_uninit() local
1475 struct gfs2_glock *gl; in do_flock() local
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-gl.c32 VirtIOGPUGL *gl = VIRTIO_GPU_GL(g); in virtio_gpu_gl_update_cursor_data() local
66 VirtIOGPUGL *gl = VIRTIO_GPU_GL(vdev); in virtio_gpu_gl_handle_ctrl() local
107 VirtIOGPUGL *gl = VIRTIO_GPU_GL(vdev); in virtio_gpu_gl_reset() local
168 VirtIOGPUGL *gl = VIRTIO_GPU_GL(qdev); in virtio_gpu_gl_device_unrealize() local
H A Dvirtio-gpu-virgl.c78 VirtIOGPUGL *gl; in virtio_gpu_virgl_hostmem_region_free() local
1044 VirtIOGPUGL *gl = VIRTIO_GPU_GL(g); in virtio_gpu_print_stats() local
1065 VirtIOGPUGL *gl = VIRTIO_GPU_GL(g); in virtio_gpu_fence_poll() local
1098 VirtIOGPUGL *gl = VIRTIO_GPU_GL(g); in virtio_gpu_virgl_init() local
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c219 cxgbit_copy_frags(struct sk_buff *skb, const struct pkt_gl *gl, in cxgbit_copy_frags()
242 cxgbit_lro_add_packet_gl(struct sk_buff *skb, u8 op, const struct pkt_gl *gl) in cxgbit_lro_add_packet_gl()
316 cxgbit_lro_init_skb(struct cxgbit_sock *csk, u8 op, const struct pkt_gl *gl, in cxgbit_lro_init_skb()
380 const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr, in cxgbit_lro_receive()
435 const struct pkt_gl *gl, struct t4_lro_mgr *lro_mgr, in cxgbit_uld_lro_rx_handler()
/openbmc/openbmc/meta-arm/ci/
H A Ddownload-lockfile.py25 gl = gitlab.Gitlab(args.server) variable
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1470 const struct pkt_gl *gl, in copy_frags()
1498 static struct sk_buff *t4vf_pktgl_to_skb(const struct pkt_gl *gl, in t4vf_pktgl_to_skb()
1546 static void t4vf_pktgl_free(const struct pkt_gl *gl) in t4vf_pktgl_free()
1564 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro()
1612 const struct pkt_gl *gl) in t4vf_ethrx_handler()
1708 static void restore_rx_bufs(const struct pkt_gl *gl, struct sge_fl *fl, in restore_rx_bufs()
1777 struct pkt_gl gl; in process_responses() local
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c339 static struct sk_buff *copy_gl_to_skb_pkt(const struct pkt_gl *gl, in copy_gl_to_skb_pkt()
366 const struct pkt_gl *gl, const __be64 *rsp) in chtls_recv_packet()
440 const struct pkt_gl *gl) in chtls_uld_rx_handler()
/openbmc/qemu/ui/
H A Dconsole-priv.h25 DisplayGLCtx *gl; member
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Ddevice.c1104 static inline struct sk_buff *copy_gl_to_skb_pkt(const struct pkt_gl *gl, in copy_gl_to_skb_pkt()
1144 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl, in recv_rx_pkt()
1169 const struct pkt_gl *gl) in c4iw_uld_rx_handler()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c3319 const struct pkt_gl *gl, unsigned int offset) in copy_frags()
3346 struct sk_buff *cxgb4_pktgl_to_skb(const struct pkt_gl *gl, in cxgb4_pktgl_to_skb()
3385 static void t4_pktgl_free(const struct pkt_gl *gl) in t4_pktgl_free()
3399 const struct pkt_gl *gl) in handle_trace_pkt()
3443 static void do_gro(struct sge_eth_rxq *rxq, const struct pkt_gl *gl, in do_gro()
3592 const struct pkt_gl *gl) in t4_tx_completion_handler()
H A Dcxgb4_uld.c75 const struct pkt_gl *gl) in uldrx_handler()
/openbmc/qemu/target/sparc/
H A Dwin_helper.c351 static inline uint64_t *get_gl_gregset(CPUSPARCState *env, uint32_t gl) in get_gl_gregset()

12