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:ev_put
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H
A
D
queue.c
32
smc->q.
ev_put
= smc->q.ev_get = smc->q.ev_queue ;
in ev_init()
41
smc->q.
ev_put
->class = class ;
in queue_event()
42
smc->q.
ev_put
->event = event ;
in queue_event()
43
if (++smc->q.
ev_put
== &smc->q.ev_queue[MAX_EVENT])
in queue_event()
44
smc->q.
ev_put
= smc->q.ev_queue ;
in queue_event()
46
if (smc->q.
ev_put
== smc->q.ev_get) {
in queue_event()
75
PRINTF("dispatch get %x put %x\n",ev,smc->q.
ev_put
) ;
in ev_dispatcher()
76
while (ev != smc->q.
ev_put
) {
in ev_dispatcher()
H
A
D
hwmtm.c
856
if (smc->q.ev_get != smc->q.
ev_put
) {
in fddi_isr()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H
A
D
queue.c
28
smc->q.
ev_put
= smc->q.ev_get = smc->q.ev_queue ;
in ev_init()
37
smc->q.
ev_put
->class = class ;
in queue_event()
38
smc->q.
ev_put
->event = event ;
in queue_event()
39
if (++smc->q.
ev_put
== &smc->q.ev_queue[MAX_EVENT])
in queue_event()
40
smc->q.
ev_put
= smc->q.ev_queue ;
in queue_event()
42
if (smc->q.
ev_put
== smc->q.ev_get) {
in queue_event()
71
PRINTF("dispatch get %x put %x\n",ev,smc->q.
ev_put
) ;
in ev_dispatcher()
72
while (ev != smc->q.
ev_put
) {
in ev_dispatcher()
H
A
D
hwmtm.c
856
if (smc->q.ev_get != smc->q.
ev_put
) {
in fddi_isr()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H
A
D
smc.h
75
struct event_queue *
ev_put
;
member
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H
A
D
smc.h
75
struct event_queue *
ev_put
;
member
Completed in 8 milliseconds