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:sec_counter
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-drv.c
271
int
sec_counter
;
member
334
if (img->sec && img->
sec_counter
>= size)
in alloc_sec_data()
342
img->
sec_counter
= size;
in alloc_sec_data()
424
alloc_size = sizeof(*img->sec) * (img->
sec_counter
+ 1);
in iwl_store_ucode_sec()
430
sec = &img->sec[img->
sec_counter
];
in iwl_store_ucode_sec()
436
++img->
sec_counter
;
in iwl_store_ucode_sec()
1240
sec = kcalloc(pieces->img[type].
sec_counter
, sizeof(*sec), GFP_KERNEL);
in iwl_alloc_ucode()
1244
drv->fw.img[type].num_sec = pieces->img[type].
sec_counter
;
in iwl_alloc_ucode()
1246
for (i = 0; i < pieces->img[type].
sec_counter
; i++)
in iwl_alloc_ucode()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H
A
D
iwl-drv.c
275
int
sec_counter
;
member
338
if (img->sec && img->
sec_counter
>= size)
in alloc_sec_data()
346
img->
sec_counter
= size;
in alloc_sec_data()
405
alloc_size = sizeof(*img->sec) * (img->
sec_counter
+ 1);
in iwl_store_ucode_sec()
411
sec = &img->sec[img->
sec_counter
];
in iwl_store_ucode_sec()
417
++img->
sec_counter
;
in iwl_store_ucode_sec()
1348
sec = kcalloc(pieces->img[type].
sec_counter
, sizeof(*sec), GFP_KERNEL);
in iwl_alloc_ucode()
1352
drv->fw.img[type].num_sec = pieces->img[type].
sec_counter
;
in iwl_alloc_ucode()
1354
for (i = 0; i < pieces->img[type].
sec_counter
; i++)
in iwl_alloc_ucode()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_83xx_init.c
170
seconds = jiffies / HZ - adapter->ahw->idc.
sec_counter
;
in qlcnic_83xx_idc_update_audit_reg()
176
adapter->ahw->idc.
sec_counter
= jiffies / HZ;
in qlcnic_83xx_idc_update_audit_reg()
310
seconds = jiffies / HZ - adapter->ahw->idc.
sec_counter
;
in qlcnic_83xx_idc_check_timeout()
H
A
D
qlcnic_83xx_hw.h
316
u64
sec_counter
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_83xx_init.c
170
seconds = jiffies / HZ - adapter->ahw->idc.
sec_counter
;
in qlcnic_83xx_idc_update_audit_reg()
176
adapter->ahw->idc.
sec_counter
= jiffies / HZ;
in qlcnic_83xx_idc_update_audit_reg()
310
seconds = jiffies / HZ - adapter->ahw->idc.
sec_counter
;
in qlcnic_83xx_idc_check_timeout()
H
A
D
qlcnic_83xx_hw.h
316
u64
sec_counter
;
member
Completed in 14 milliseconds