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:acl_cnt
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_acl.c
46
count = be32_to_cpu(aclp->
acl_cnt
);
in xfs_acl_from_disk()
102
aclp->
acl_cnt
= cpu_to_be32(acl->a_count);
in xfs_acl_to_disk()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_acl.c
48
count = be32_to_cpu(aclp->
acl_cnt
);
in xfs_acl_from_disk()
104
aclp->
acl_cnt
= cpu_to_be32(acl->a_count);
in xfs_acl_to_disk()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_core.c
628
hdev->
acl_cnt
= 0;
in hci_dev_do_reset()
3382
cnt = hdev->
acl_cnt
;
in hci_quote_sent()
3392
cnt = hdev->le_mtu ? hdev->le_cnt : hdev->
acl_cnt
;
in hci_quote_sent()
3396
hdev->le_mtu ? hdev->le_cnt : hdev->
acl_cnt
;
in hci_quote_sent()
3663
unsigned int cnt = hdev->
acl_cnt
;
in hci_sched_acl_pkt()
3670
while (hdev->
acl_cnt
&&
in hci_sched_acl_pkt()
3689
hdev->
acl_cnt
--;
in hci_sched_acl_pkt()
3699
if (cnt != hdev->
acl_cnt
)
in hci_sched_acl_pkt()
3791
cnt = hdev->le_pkts ? hdev->le_cnt : hdev->
acl_cnt
;
in hci_sched_le()
3824
hdev->
acl_cnt
in hci_sched_le()
[all...]
H
A
D
hci_event.c
955
hdev->
acl_cnt
= hdev->acl_pkts;
in hci_cc_read_buffer_size()
4466
hdev->
acl_cnt
+= count;
in hci_num_comp_pkts_evt()
4467
if (hdev->
acl_cnt
> hdev->acl_pkts)
in hci_num_comp_pkts_evt()
4468
hdev->
acl_cnt
= hdev->acl_pkts;
in hci_num_comp_pkts_evt()
4477
hdev->
acl_cnt
+= count;
in hci_num_comp_pkts_evt()
4478
if (hdev->
acl_cnt
> hdev->acl_pkts)
in hci_num_comp_pkts_evt()
4479
hdev->
acl_cnt
= hdev->acl_pkts;
in hci_num_comp_pkts_evt()
4499
hdev->
acl_cnt
+= count;
in hci_num_comp_pkts_evt()
4500
if (hdev->
acl_cnt
> hdev->acl_pkts)
in hci_num_comp_pkts_evt()
4501
hdev->
acl_cnt
in hci_num_comp_pkts_evt()
[all...]
H
A
D
hci_conn.c
1128
hdev->
acl_cnt
+= conn->sent;
in hci_conn_del()
1135
hdev->
acl_cnt
+= conn->sent;
in hci_conn_del()
1144
hdev->
acl_cnt
+= conn->sent;
in hci_conn_del()
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_core.c
1898
hdev->
acl_cnt
= 0; hdev->sco_cnt = 0; hdev->le_cnt = 0;
in hci_dev_do_reset()
4312
cnt = hdev->
acl_cnt
;
in hci_low_sent()
4319
cnt = hdev->le_mtu ? hdev->le_cnt : hdev->
acl_cnt
;
in hci_low_sent()
4415
cnt = hdev->
acl_cnt
;
in hci_chan_sent()
4425
cnt = hdev->le_mtu ? hdev->le_cnt : hdev->
acl_cnt
;
in hci_chan_sent()
4567
unsigned int cnt = hdev->
acl_cnt
;
in hci_sched_acl_pkt()
4574
while (hdev->
acl_cnt
&&
in hci_sched_acl_pkt()
4593
hdev->
acl_cnt
--;
in hci_sched_acl_pkt()
4603
if (cnt != hdev->
acl_cnt
)
in hci_sched_acl_pkt()
4695
cnt = hdev->le_pkts ? hdev->le_cnt : hdev->
acl_cnt
;
in hci_sched_le()
[all...]
H
A
D
hci_event.c
744
hdev->
acl_cnt
= hdev->acl_pkts;
in hci_cc_read_buffer_size()
3795
hdev->
acl_cnt
+= count;
in hci_num_comp_pkts_evt()
3796
if (hdev->
acl_cnt
> hdev->acl_pkts)
in hci_num_comp_pkts_evt()
3797
hdev->
acl_cnt
= hdev->acl_pkts;
in hci_num_comp_pkts_evt()
3806
hdev->
acl_cnt
+= count;
in hci_num_comp_pkts_evt()
3807
if (hdev->
acl_cnt
> hdev->acl_pkts)
in hci_num_comp_pkts_evt()
3808
hdev->
acl_cnt
= hdev->acl_pkts;
in hci_num_comp_pkts_evt()
H
A
D
hci_conn.c
619
hdev->
acl_cnt
+= conn->sent;
in hci_conn_del()
626
hdev->
acl_cnt
+= conn->sent;
in hci_conn_del()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_format.h
1905
__be32
acl_cnt
;
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_format.h
1800
__be32
acl_cnt
;
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
hci_core.h
420
unsigned int
acl_cnt
;
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
hci_core.h
490
unsigned int
acl_cnt
;
member
Completed in 42 milliseconds