Home
last modified time | relevance | path

Searched refs:caller (Results 176 – 200 of 410) sorted by relevance

12345678910>>...17

/openbmc/linux/Documentation/userspace-api/
H A Dspec_ctrl.rst86 EPERM Speculation was disabled with PR_SPEC_FORCE_DISABLE and caller
/openbmc/linux/rust/alloc/
H A Dlib.rs280 std::panic::Location::caller().hash(&mut hasher); in test_rng()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_svc.c518 if (fcxp->caller == NULL) { in bfa_fcxp_iocdisable()
519 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable()
586 void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_init() argument
597 fcxp->caller = caller; in bfa_fcxp_init()
657 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn()
692 bfa_trc(mod->bfa, (NULL == fcxp->caller)); in hal_fcxp_send_comp()
693 if (fcxp->caller == NULL) { in hal_fcxp_send_comp()
828 fcxp->req_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue()
847 fcxp->rsp_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue()
1058 void *caller, int nreq_sgles, in bfa_fcxp_req_rsp_alloc_wait() argument
[all …]
/openbmc/linux/arch/arm/mach-omap2/
H A Dsram242x.S114 ret lr @ back to caller.
209 ret lr @ back to caller
H A Dsram243x.S114 ret lr @ back to caller.
209 ret lr @ back to caller
/openbmc/linux/arch/sh/mm/
H A Dpmb.c411 pgprot_t prot, void *caller) in pmb_remap_caller() argument
447 P3SEG, caller); in pmb_remap_caller()
/openbmc/linux/fs/lockd/
H A Dsvc4proc.c40 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlm4svc_retrieve_args()
309 argp->lock.caller, in nlm4svc_callback()
H A Dsvcproc.c66 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlmsvc_retrieve_args()
342 argp->lock.caller, in nlmsvc_callback()
/openbmc/linux/arch/arm/mm/
H A Dmmu.c1044 vm->caller = iotable_init; in iotable_init()
1050 void *caller) in vm_reserve_area_early() argument
1064 vm->caller = caller; in vm_reserve_area_early()
/openbmc/linux/drivers/message/fusion/
H A Dmptfc.c188 const char *caller) in mptfc_block_error_handler() argument
210 ready, ioc->active, caller)); in mptfc_block_error_handler()
221 "port state %x, active %d, vdevice %p.\n", caller, in mptfc_block_error_handler()
228 "%s.%d: %d:%llu, executing recovery.\n", caller, in mptfc_block_error_handler()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_f_open.rst91 - The caller has no permission to access the device.
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_pwrctrl.h282 int _rtw_pwr_wakeup(struct adapter *padapter, u32 ips_deffer_ms, const char *caller);
/openbmc/openbmc-test-automation/lib/
H A Dresource.robot138 # The caller must set this to the string "true" in order to delete images. The
/openbmc/linux/drivers/infiniband/core/
H A Dcore_priv.h322 struct ib_uqp_object *uobj, const char *caller);
/openbmc/docs/architecture/
H A Dipmi-architecture.md60 "userId":int - IPMI user ID of caller (0 for session-less channels)
113 to the caller.
258 back to the caller. The deserializer will keep track of the number of bits it
/openbmc/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst111 The caller may also specify the name of the cache to use. If specified,
163 The caller should also pass in a piece of coherency data in aux_data. A buffer
231 The caller must have first marked the cookie in-use. The cookie and the new
359 set, it sets that flag and increments the use count on the cookie (the caller
/openbmc/linux/Documentation/arch/arm64/
H A Dsme.rst207 length, while avoiding runtime side effects in the caller.
291 size, the caller can allocate a larger buffer and retry in order to
320 The caller must make a further GETREGSET call if it needs to know what VL is
335 for the vector length actually set. It is up to the caller to translate the
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dpsci.S86 @ ARM_PSCI_RET_INVAL,suppose caller saves r4 before calling
/openbmc/linux/tools/perf/Documentation/
H A Dperf-report.txt209 A regex filter to identify parent. The parent is a caller of this
261 - caller: inverted caller based call graph.
262 Default is 'caller' when --children is used, otherwise 'callee'.
297 alias for inverted caller based call graph.
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1181 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown() argument
1190 (caller == XGMAC_IOCTL_CONTEXT && pdata->power_down)) { in xgbe_powerdown()
1198 if (caller == XGMAC_DRIVER_CONTEXT) in xgbe_powerdown()
1220 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup() argument
1229 (caller == XGMAC_IOCTL_CONTEXT && !pdata->power_down)) { in xgbe_powerup()
1244 if (caller == XGMAC_DRIVER_CONTEXT) in xgbe_powerup()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.ips55 - Restore caller's DCDB Structure
/openbmc/linux/Documentation/driver-api/thermal/
H A Dcpu-cooling-api.rst15 to the caller. The binding of the cooling devices to the trip point is left for
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch27 * These have no memory barriers; the caller must include them when necessary.
/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md96 thwart the stated purpose of the caller.
/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h36 void *caller; member

12345678910>>...17