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:cancel_work
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
vfs_cache.c
369
struct ksmbd_work *
cancel_work
;
in set_close_state_blocked_works()
local
372
list_for_each_entry(
cancel_work
, &fp->blocked_works,
in set_close_state_blocked_works()
374
cancel_work
->state = KSMBD_WORK_CLOSED;
in set_close_state_blocked_works()
375
cancel_work
->cancel_fn(
cancel_work
->cancel_argv);
in set_close_state_blocked_works()
/kernel/linux/linux-5.10/drivers/target/sbp/
H
A
D
sbp_target.c
213
static void sbp_session_release(struct sbp_session *sess, bool
cancel_work
)
in sbp_session_release()
argument
222
if (
cancel_work
)
in sbp_session_release()
236
bool
cancel_work
)
in sbp_login_release()
249
sbp_session_release(sess,
cancel_work
);
in sbp_login_release()
235
sbp_login_release(struct sbp_login_descriptor *login, bool
cancel_work
)
sbp_login_release()
argument
/kernel/linux/linux-6.6/drivers/target/sbp/
H
A
D
sbp_target.c
213
static void sbp_session_release(struct sbp_session *sess, bool
cancel_work
)
in sbp_session_release()
argument
222
if (
cancel_work
)
in sbp_session_release()
236
bool
cancel_work
)
in sbp_login_release()
249
sbp_session_release(sess,
cancel_work
);
in sbp_login_release()
235
sbp_login_release(struct sbp_login_descriptor *login, bool
cancel_work
)
sbp_login_release()
argument
/kernel/linux/linux-5.10/include/linux/
H
A
D
workqueue.h
463
extern bool
cancel_work
(struct work_struct *work);
/kernel/linux/linux-6.6/include/linux/
H
A
D
workqueue.h
543
extern bool
cancel_work
(struct work_struct *work);
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
conn_object.c
365
cancel_work
(&conn->processor);
in rxrpc_put_connection()
H
A
D
rxperf.c
347
cancel_work
(&call->work);
in rxperf_deliver_to_call()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
coredump.c
386
cancel_work
(&hdev->dump.dump_rx);
in hci_devcd_timeout()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs42l43-jack.c
766
cancel_work
(&priv->button_release_work);
in cs42l43_tip_sense()
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
smsc75xx.c
1497
goto
cancel_work
;
in smsc75xx_bind()
1508
cancel_work
:
in smsc75xx_bind()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
smsc75xx.c
1498
goto
cancel_work
;
in smsc75xx_bind()
1509
cancel_work
:
in smsc75xx_bind()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_device.c
5125
cancel_work
(&adev->reset_work);
in amdgpu_device_stop_pending_resets()
5129
cancel_work
(&adev->kfd.reset_work);
in amdgpu_device_stop_pending_resets()
5132
cancel_work
(&adev->virt.flr_work);
in amdgpu_device_stop_pending_resets()
5135
cancel_work
(&con->recovery_work);
in amdgpu_device_stop_pending_resets()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/
H
A
D
fw_tracer.c
1106
cancel_work
(&tracer->update_db_work);
in mlx5_fw_tracer_cleanup()
/kernel/linux/linux-5.10/kernel/
H
A
D
workqueue.c
3246
bool
cancel_work
(struct work_struct *work)
in cancel_work()
function
3250
EXPORT_SYMBOL(
cancel_work
);
variable
/kernel/linux/linux-6.6/kernel/
H
A
D
workqueue.c
3986
bool
cancel_work
(struct work_struct *work)
in cancel_work()
function
3990
EXPORT_SYMBOL(
cancel_work
);
variable
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H
A
D
r8169_main.c
4792
cancel_work
(&tp->wk.work);
in rtl8169_close()
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H
A
D
r8169_main.c
4702
cancel_work
(&tp->wk.work);
in rtl8169_close()
/kernel/linux/linux-6.6/fs/nfsd/
H
A
D
nfs4state.c
8259
cancel_work
(&nn->nfsd_shrinker_work);
in nfs4_state_shutdown_net()
Completed in 70 milliseconds