Home
last modified time | relevance | path

Searched refs:glock (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Drbtree_fail.c55 bpf_spin_lock(&glock); in rbtree_api_nolock_remove()
57 bpf_spin_unlock(&glock); in rbtree_api_nolock_remove()
88 bpf_spin_lock(&glock); in rbtree_api_remove_unadded_node()
114 bpf_spin_lock(&glock); in rbtree_api_remove_no_drop()
142 bpf_spin_lock(&glock); in rbtree_api_add_to_multiple_trees()
161 bpf_spin_lock(&glock); in rbtree_api_add_release_unlock_escape()
165 bpf_spin_lock(&glock); in rbtree_api_add_release_unlock_escape()
186 bpf_spin_lock(&glock); in rbtree_api_release_aliasing()
190 bpf_spin_lock(&glock); in rbtree_api_release_aliasing()
233 bpf_spin_lock(&glock); in rbtree_api_first_release_unlock_escape()
[all …]
A Drbtree.c52 bpf_spin_lock(&glock); in __add_three()
55 bpf_spin_unlock(&glock); in __add_three()
62 bpf_spin_lock(&glock); in __add_three()
64 bpf_spin_unlock(&glock); in __add_three()
90 bpf_spin_lock(&glock); in rbtree_add_and_remove()
94 bpf_spin_unlock(&glock); in rbtree_add_and_remove()
134 bpf_spin_lock(&glock); in rbtree_first_and_remove()
141 bpf_spin_unlock(&glock); in rbtree_first_and_remove()
149 bpf_spin_unlock(&glock); in rbtree_first_and_remove()
156 bpf_spin_lock(&glock); in rbtree_first_and_remove()
[all …]
A Dlinked_list_fail.c366 bpf_spin_lock(&glock); in use_after_unlock()
394 bpf_spin_lock(&glock); in list_double_add()
422 bpf_spin_lock(&glock); in no_node_value_type()
437 bpf_spin_lock(&glock); in incorrect_value_type()
452 bpf_spin_lock(&glock); in incorrect_node_var_off()
467 bpf_spin_lock(&glock); in incorrect_node_off1()
482 bpf_spin_lock(&glock); in incorrect_node_off2()
497 bpf_spin_lock(&glock); in no_head_type()
499 bpf_spin_lock(&glock); in no_head_type()
512 bpf_spin_lock(&glock); in incorrect_head_var_off1()
[all …]
A Drbtree_btf_fail__wrong_node_type.c31 private(A) struct bpf_spin_lock glock; variable
43 bpf_spin_lock(&glock); in rbtree_api_add__wrong_node_type()
45 bpf_spin_unlock(&glock); in rbtree_api_add__wrong_node_type()
A Drbtree_btf_fail__add_wrong_type.c34 private(A) struct bpf_spin_lock glock; variable
46 bpf_spin_lock(&glock); in rbtree_api_add__add_wrong_type()
48 bpf_spin_unlock(&glock); in rbtree_api_add__add_wrong_type()
A Dlinked_list.c309 return test_list_push_pop(&glock, &ghead); in global_list_push_pop()
345 ret = list_push_pop_multiple(&glock, &ghead, false); in global_list_push_pop_multiple()
348 return list_push_pop_multiple(&glock, &ghead, true); in global_list_push_pop_multiple()
382 return test_list_in_list(&glock, &ghead); in global_list_in_list()
A Dlinked_list.h52 private(A) struct bpf_spin_lock glock; variable
/linux-6.3-rc2/Documentation/filesystems/
A Dgfs2-glocks.rst7 This documents the basic principles of the glock state machine
57 Table of glock operations and per type constants:
70 error to dump glock to the log.
90 rather than via the glock.
92 Locking rules for glock operations:
117 2. Rename glock (for rename only)
118 3. Inode glock(s)
121 4. Rgrp glock(s) (for (de)allocation operations)
148 glock is created. The per-glock statistics are lost when
149 the glock is ejected from memory.
[all …]
/linux-6.3-rc2/fs/9p/
A Dvfs_file.c239 struct p9_getlock glock; in v9fs_file_getlock() local
255 memset(&glock, 0, sizeof(glock)); in v9fs_file_getlock()
257 glock.start = fl->fl_start; in v9fs_file_getlock()
259 glock.length = 0; in v9fs_file_getlock()
262 glock.proc_id = fl->fl_pid; in v9fs_file_getlock()
269 switch (glock.type) { in v9fs_file_getlock()
281 fl->fl_start = glock.start; in v9fs_file_getlock()
282 if (glock.length == 0) in v9fs_file_getlock()
285 fl->fl_end = glock.start + glock.length - 1; in v9fs_file_getlock()
286 fl->fl_pid = -glock.proc_id; in v9fs_file_getlock()
[all …]
/linux-6.3-rc2/net/9p/
A Dclient.c2211 int p9_client_getlock_dotl(struct p9_fid *fid, struct p9_getlock *glock) in p9_client_getlock_dotl() argument
2221 fid->fid, glock->type, glock->start, glock->length, in p9_client_getlock_dotl()
2222 glock->proc_id, glock->client_id); in p9_client_getlock_dotl()
2225 glock->type, glock->start, glock->length, in p9_client_getlock_dotl()
2226 glock->proc_id, glock->client_id); in p9_client_getlock_dotl()
2231 err = p9pdu_readf(&req->rc, clnt->proto_version, "bqqds", &glock->type, in p9_client_getlock_dotl()
2232 &glock->start, &glock->length, &glock->proc_id, in p9_client_getlock_dotl()
2233 &glock->client_id); in p9_client_getlock_dotl()
2240 glock->type, glock->start, glock->length, in p9_client_getlock_dotl()
2241 glock->proc_id, glock->client_id); in p9_client_getlock_dotl()
/linux-6.3-rc2/fs/gfs2/
A DMakefile4 gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \
A Dglock.h143 struct gfs2_glock glock; member
187 container_of(gl, struct gfs2_glock_aspace, glock); in gfs2_glock2aspace()
A Dmeta_io.h46 return gla->glock.gl_name.ln_sbd; in gfs2_mapping2sbd()
A Dmain.c66 gfs2_init_glock_once(&gla->glock); in gfs2_init_gl_aspace_once()
A Dglock.c136 container_of(gl, struct gfs2_glock_aspace, glock); in gfs2_glock_dealloc()
1170 gl = &gla->glock; in gfs2_glock_get()
/linux-6.3-rc2/Documentation/bpf/
A Dgraph_ds_impl.rst70 struct bpf_spin_lock glock;

Completed in 33 milliseconds