Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tc_lock
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
namespace.c
126
spin_lock(&tcon->
tc_lock
);
in is_dfs_mount()
128
spin_unlock(&tcon->
tc_lock
);
in is_dfs_mount()
140
spin_lock(&tcon->
tc_lock
);
in automount_fullpath()
142
spin_unlock(&tcon->
tc_lock
);
in automount_fullpath()
147
spin_unlock(&tcon->
tc_lock
);
in automount_fullpath()
156
spin_lock(&tcon->
tc_lock
);
in automount_fullpath()
159
spin_unlock(&tcon->
tc_lock
);
in automount_fullpath()
165
spin_unlock(&tcon->
tc_lock
);
in automount_fullpath()
H
A
D
dfs.c
246
spin_lock(&tcon->
tc_lock
);
in __dfs_mount_share()
251
spin_unlock(&tcon->
tc_lock
);
in __dfs_mount_share()
425
spin_lock(&tcon->
tc_lock
);
in __tree_connect_ipc()
432
spin_unlock(&tcon->
tc_lock
);
in __tree_connect_ipc()
567
spin_lock(&tcon->
tc_lock
);
in cifs_tree_connect()
574
spin_unlock(&tcon->
tc_lock
);
in cifs_tree_connect()
580
spin_unlock(&tcon->
tc_lock
);
in cifs_tree_connect()
585
spin_unlock(&tcon->
tc_lock
);
in cifs_tree_connect()
625
spin_lock(&tcon->
tc_lock
);
in cifs_tree_connect()
628
spin_unlock(&tcon->
tc_lock
);
in cifs_tree_connect()
[all...]
H
A
D
misc.c
136
spin_lock_init(&ret_buf->
tc_lock
);
in tcon_info_alloc()
1131
spin_lock(&t2->
tc_lock
);
in tcon_super_cb()
1137
spin_unlock(&t2->
tc_lock
);
in tcon_super_cb()
1175
spin_lock(&tcon->
tc_lock
);
in cifs_get_dfs_tcon_super()
1177
spin_unlock(&tcon->
tc_lock
);
in cifs_get_dfs_tcon_super()
1180
spin_unlock(&tcon->
tc_lock
);
in cifs_get_dfs_tcon_super()
1271
spin_lock(&tcon->
tc_lock
);
in cifs_inval_name_dfs_link_error()
1273
spin_unlock(&tcon->
tc_lock
);
in cifs_inval_name_dfs_link_error()
1276
spin_unlock(&tcon->
tc_lock
);
in cifs_inval_name_dfs_link_error()
H
A
D
connect.c
270
spin_lock(&tcon->
tc_lock
);
in cifs_mark_tcp_ses_conns_for_reconnect()
272
spin_unlock(&tcon->
tc_lock
);
in cifs_mark_tcp_ses_conns_for_reconnect()
278
spin_lock(&ses->tcon_ipc->
tc_lock
);
in cifs_mark_tcp_ses_conns_for_reconnect()
280
spin_unlock(&ses->tcon_ipc->
tc_lock
);
in cifs_mark_tcp_ses_conns_for_reconnect()
1945
spin_lock(&tcon->
tc_lock
);
in cifs_setup_ipc()
1947
spin_unlock(&tcon->
tc_lock
);
in cifs_setup_ipc()
2386
/* this function must be called with
tc_lock
held */
2423
spin_lock(&tcon->
tc_lock
);
in cifs_find_tcon()
2425
spin_unlock(&tcon->
tc_lock
);
in cifs_find_tcon()
2429
spin_unlock(&tcon->
tc_lock
);
in cifs_find_tcon()
[all...]
H
A
D
dfs_cache.c
1255
spin_lock(&tcon->
tc_lock
);
in dfs_cache_remount_fs()
1257
spin_unlock(&tcon->
tc_lock
);
in dfs_cache_remount_fs()
1261
spin_unlock(&tcon->
tc_lock
);
in dfs_cache_remount_fs()
H
A
D
cifs_debug.c
127
spin_lock(&tcon->
tc_lock
);
in cifs_debug_tcon()
132
spin_unlock(&tcon->
tc_lock
);
in cifs_debug_tcon()
H
A
D
cifsfs.c
739
spin_lock(&tcon->
tc_lock
);
in cifs_umount_begin()
744
spin_unlock(&tcon->
tc_lock
);
in cifs_umount_begin()
752
spin_unlock(&tcon->
tc_lock
);
in cifs_umount_begin()
H
A
D
file.c
177
spin_lock(&tcon->
tc_lock
);
in cifs_mark_open_files_invalid()
182
spin_unlock(&tcon->
tc_lock
);
in cifs_mark_open_files_invalid()
186
spin_unlock(&tcon->
tc_lock
);
in cifs_mark_open_files_invalid()
198
spin_lock(&tcon->
tc_lock
);
in cifs_mark_open_files_invalid()
201
spin_unlock(&tcon->
tc_lock
);
in cifs_mark_open_files_invalid()
H
A
D
smb2pdu.c
233
spin_lock(&tcon->
tc_lock
);
in smb2_reconnect()
239
spin_unlock(&tcon->
tc_lock
);
in smb2_reconnect()
245
spin_unlock(&tcon->
tc_lock
);
in smb2_reconnect()
H
A
D
cifsglob.h
1163
spinlock_t
tc_lock
; /* protect anything here that is not protected */
member
1979
* cifs_tcon->
tc_lock
(anything that is not protected by another lock and can change)
H
A
D
smb2ops.c
2434
spin_lock(&tcon->
tc_lock
);
in smb2_is_network_name_deleted()
2436
spin_unlock(&tcon->
tc_lock
);
in smb2_is_network_name_deleted()
H
A
D
cifssmb.c
91
spin_lock(&tcon->
tc_lock
);
in cifs_reconnect_tcon()
94
spin_unlock(&tcon->
tc_lock
);
in cifs_reconnect_tcon()
100
spin_unlock(&tcon->
tc_lock
);
in cifs_reconnect_tcon()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_tc.c
493
mutex_lock(&dig_port->
tc_lock
);
in intel_tc_port_sanitize()
521
mutex_unlock(&dig_port->
tc_lock
);
in intel_tc_port_sanitize()
565
mutex_lock(&dig_port->
tc_lock
);
in __intel_tc_port_lock()
592
mutex_unlock(&dig_port->
tc_lock
);
in intel_tc_port_unlock()
600
return mutex_is_locked(&dig_port->
tc_lock
) ||
in intel_tc_port_ref_held()
614
mutex_lock(&dig_port->
tc_lock
);
in intel_tc_port_put_link()
616
mutex_unlock(&dig_port->
tc_lock
);
in intel_tc_port_put_link()
668
mutex_init(&dig_port->
tc_lock
);
in intel_tc_port_init()
H
A
D
intel_display_types.h
1418
struct mutex
tc_lock
; /* protects the TypeC port mode */
member
/kernel/linux/linux-6.6/drivers/net/can/usb/
H
A
D
gs_usb.c
331
spinlock_t
tc_lock
; /* spinlock to guard access tc->cycle_last */
member
417
static u64 gs_usb_timestamp_read(const struct cyclecounter *cc) __must_hold(&dev->
tc_lock
)
423
lockdep_assert_held(&parent->
tc_lock
);
426
spin_unlock_bh(&parent->
tc_lock
);
428
spin_lock_bh(&parent->
tc_lock
);
443
spin_lock_bh(&parent->
tc_lock
);
in gs_usb_timestamp_work()
445
spin_unlock_bh(&parent->
tc_lock
);
in gs_usb_timestamp_work()
458
spin_lock_bh(&parent->
tc_lock
);
in gs_usb_skb_set_timestamp()
460
spin_unlock_bh(&parent->
tc_lock
);
in gs_usb_skb_set_timestamp()
474
spin_lock_init(&parent->
tc_lock
);
in gs_usb_timestamp_init()
[all...]
Completed in 49 milliseconds