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:H_BUSY
(Results
1 - 25
of
40
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/misc/cxl/
H
A
D
hcalls.c
58
if (rc !=
H_BUSY
&& !H_IS_LONG_BUSY(rc)) \
61
if (rc ==
H_BUSY
) \
70
rc =
H_BUSY
; \
162
case
H_BUSY
:
in cxl_h_attach_process()
192
case
H_BUSY
:
in cxl_h_detach_process()
233
case
H_BUSY
:
in cxl_h_control_function()
504
case
H_BUSY
:
in cxl_h_control_facility()
576
if (rc !=
H_BUSY
&& !H_IS_LONG_BUSY(rc))
in cxl_h_download_facility()
579
if (rc !=
H_BUSY
) {
in cxl_h_download_facility()
586
rc =
H_BUSY
;
in cxl_h_download_facility()
[all...]
/kernel/linux/linux-6.6/drivers/misc/cxl/
H
A
D
hcalls.c
58
if (rc !=
H_BUSY
&& !H_IS_LONG_BUSY(rc)) \
61
if (rc ==
H_BUSY
) \
70
rc =
H_BUSY
; \
162
case
H_BUSY
:
in cxl_h_attach_process()
192
case
H_BUSY
:
in cxl_h_detach_process()
233
case
H_BUSY
:
in cxl_h_control_function()
504
case
H_BUSY
:
in cxl_h_control_facility()
576
if (rc !=
H_BUSY
&& !H_IS_LONG_BUSY(rc))
in cxl_h_download_facility()
579
if (rc !=
H_BUSY
) {
in cxl_h_download_facility()
586
rc =
H_BUSY
;
in cxl_h_download_facility()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
vas.c
42
rc =
H_BUSY
;
in hcall_return_busy_check()
43
} else if (rc ==
H_BUSY
) {
in hcall_return_busy_check()
65
} while (rc ==
H_BUSY
);
in h_allocate_vas_window()
96
} while (rc ==
H_BUSY
);
in h_deallocate_vas_window()
125
} while (rc ==
H_BUSY
);
in h_modify_vas_window()
H
A
D
hvconsole.c
70
if (ret ==
H_BUSY
)
in hvc_put_chars()
H
A
D
papr_scm.c
145
rc =
H_BUSY
;
in papr_scm_pmem_flush()
146
} else if (rc ==
H_BUSY
) {
in papr_scm_pmem_flush()
149
} while (rc ==
H_BUSY
);
in papr_scm_pmem_flush()
173
* hcall it returns
H_BUSY
and we call again with the token until
in drc_pmem_bind()
186
} while (rc ==
H_BUSY
);
in drc_pmem_bind()
216
rc =
H_BUSY
;
in drc_pmem_unbind()
217
} else if (rc ==
H_BUSY
) {
in drc_pmem_unbind()
221
} while (rc ==
H_BUSY
);
in drc_pmem_unbind()
H
A
D
hvcserver.c
40
case
H_BUSY
:
in hvcs_convert()
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm_ibmvtpm.c
170
} while (rc == H_IN_PROGRESS || rc ==
H_BUSY
|| H_IS_LONG_BUSY(rc));
in tpm_ibmvtpm_resume()
357
} while (rc ==
H_BUSY
|| H_IS_LONG_BUSY(rc));
in tpm_ibmvtpm_remove()
440
} while (rc ==
H_BUSY
|| H_IS_LONG_BUSY(rc));
in ibmvtpm_reset_crq()
709
} while (rc1 ==
H_BUSY
|| H_IS_LONG_BUSY(rc1));
in tpm_ibmvtpm_probe()
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_ibmvtpm.c
170
} while (rc == H_IN_PROGRESS || rc ==
H_BUSY
|| H_IS_LONG_BUSY(rc));
in tpm_ibmvtpm_resume()
357
} while (rc ==
H_BUSY
|| H_IS_LONG_BUSY(rc));
in tpm_ibmvtpm_remove()
438
} while (rc ==
H_BUSY
|| H_IS_LONG_BUSY(rc));
in ibmvtpm_reset_crq()
707
} while (rc1 ==
H_BUSY
|| H_IS_LONG_BUSY(rc1));
in tpm_ibmvtpm_probe()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
ultravisor-api.h
14
#define U_BUSY
H_BUSY
H
A
D
plpar_wrappers.h
347
* - For
H_BUSY
return value, we retry the hcall.
364
if (rc ==
H_BUSY
) {
in pseries_rpt_invalidate()
378
if (rc ==
H_BUSY
) {
in pseries_rpt_invalidate()
H
A
D
hvcall.h
9
#define
H_BUSY
1 /* Hardware busy -- retry later */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
ultravisor-api.h
14
#define U_BUSY
H_BUSY
H
A
D
plpar_wrappers.h
350
* - For
H_BUSY
return value, we retry the hcall.
367
if (rc ==
H_BUSY
) {
in pseries_rpt_invalidate()
381
if (rc ==
H_BUSY
) {
in pseries_rpt_invalidate()
H
A
D
hvcall.h
9
#define
H_BUSY
1 /* Hardware busy -- retry later */
macro
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
hvconsole.c
70
if (ret ==
H_BUSY
)
in hvc_put_chars()
H
A
D
hvcserver.c
40
case
H_BUSY
:
in hvcs_convert()
H
A
D
papr_scm.c
133
* hcall it returns
H_BUSY
and we call again with the token until
in drc_pmem_bind()
146
} while (rc ==
H_BUSY
);
in drc_pmem_bind()
176
rc =
H_BUSY
;
in drc_pmem_unbind()
177
} else if (rc ==
H_BUSY
) {
in drc_pmem_unbind()
181
} while (rc ==
H_BUSY
);
in drc_pmem_unbind()
H
A
D
lparcfg.c
688
} else if (retval ==
H_BUSY
) {
in lparcfg_write()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_phyp.c
67
return
H_BUSY
;
in ehea_plpar_hcall_norets()
119
return
H_BUSY
;
in ehea_plpar_hcall9()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_phyp.c
67
return
H_BUSY
;
in ehea_plpar_hcall_norets()
119
return
H_BUSY
;
in ehea_plpar_hcall9()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H
A
D
ibmveth.c
477
} while (H_IS_LONG_BUSY(rc) || (rc ==
H_BUSY
));
in ibmveth_register_logical_lan()
602
} while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc ==
H_BUSY
));
in ibmveth_open()
677
} while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc ==
H_BUSY
));
in ibmveth_close()
1009
} while ((ret ==
H_BUSY
) && (retry_count--));
in ibmveth_send()
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/
H
A
D
ibmvscsi.c
152
} while ((rc ==
H_BUSY
) || (H_IS_LONG_BUSY(rc)));
in ibmvscsi_release_crq_queue()
295
} while ((rc ==
H_BUSY
) || (H_IS_LONG_BUSY(rc)));
in ibmvscsi_reset_crq_queue()
395
} while ((rc ==
H_BUSY
) || (H_IS_LONG_BUSY(rc)));
in ibmvscsi_init_crq_queue()
425
} while ((rc == H_IN_PROGRESS) || (rc ==
H_BUSY
) || (H_IS_LONG_BUSY(rc)));
in ibmvscsi_reenable_crq_queue()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H
A
D
ibmveth.c
516
} while (H_IS_LONG_BUSY(rc) || (rc ==
H_BUSY
));
in ibmveth_register_logical_lan()
635
} while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc ==
H_BUSY
));
in ibmveth_open()
699
} while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc ==
H_BUSY
));
in ibmveth_close()
1087
} while ((ret ==
H_BUSY
) && (retry_count--));
in ibmveth_send()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H
A
D
ibmvscsi.c
153
} while ((rc ==
H_BUSY
) || (H_IS_LONG_BUSY(rc)));
in ibmvscsi_release_crq_queue()
295
} while ((rc ==
H_BUSY
) || (H_IS_LONG_BUSY(rc)));
in ibmvscsi_reset_crq_queue()
396
} while ((rc ==
H_BUSY
) || (H_IS_LONG_BUSY(rc)));
in ibmvscsi_init_crq_queue()
425
} while ((rc == H_IN_PROGRESS) || (rc ==
H_BUSY
) || (H_IS_LONG_BUSY(rc)));
in ibmvscsi_reenable_crq_queue()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
trace_hv.h
137
{
H_BUSY
, "
H_BUSY
"}, \
Completed in 28 milliseconds
1
2