Home
last modified time | relevance | path

Searched refs:scm (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/openbmc/linux/include/net/
H A Dscm.h41 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm);
42 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm);
43 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm);
44 void __scm_destroy(struct scm_cookie *scm);
48 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument
50 security_socket_getpeersec_dgram(sock, NULL, &scm->secid); in unix_get_peersec_dgram()
53 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument
57 static __inline__ void scm_set_cred(struct scm_cookie *scm, in scm_set_cred() argument
60 scm->pid = get_pid(pid); in scm_set_cred()
61 scm->creds.pid = pid_vnr(pid); in scm_set_cred()
[all …]
/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.h202 csio_get_scsi_ioreq(struct csio_scsim *scm) in csio_get_scsi_ioreq() argument
206 if (likely(!list_empty(&scm->ioreq_freelist))) { in csio_get_scsi_ioreq()
207 req = list_first_entry(&scm->ioreq_freelist, in csio_get_scsi_ioreq()
210 CSIO_DEC_STATS(scm, n_free_ioreq); in csio_get_scsi_ioreq()
217 csio_put_scsi_ioreq(struct csio_scsim *scm, struct csio_ioreq *ioreq) in csio_put_scsi_ioreq() argument
219 list_add_tail(&ioreq->sm.sm_list, &scm->ioreq_freelist); in csio_put_scsi_ioreq()
220 CSIO_INC_STATS(scm, n_free_ioreq); in csio_put_scsi_ioreq()
224 csio_put_scsi_ioreq_list(struct csio_scsim *scm, struct list_head *reqlist, in csio_put_scsi_ioreq_list() argument
227 list_splice_init(reqlist, &scm->ioreq_freelist); in csio_put_scsi_ioreq_list()
228 scm->stats.n_free_ioreq += n; in csio_put_scsi_ioreq_list()
[all …]
H A Dcsio_scsi.c118 csio_scsi_gather_active_ios(struct csio_scsim *scm, in csio_scsi_gather_active_ios() argument
124 if (list_empty(&scm->active_q)) in csio_scsi_gather_active_ios()
129 list_splice_tail_init(&scm->active_q, dest); in csio_scsi_gather_active_ios()
133 list_for_each_safe(tmp, next, &scm->active_q) { in csio_scsi_gather_active_ios()
776 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_io_active() local
781 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active()
834 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active()
848 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_tm_active() local
852 CSIO_DEC_STATS(scm, n_tm_active); in csio_scsis_tm_active()
877 CSIO_DEC_STATS(scm, n_tm_active); in csio_scsis_tm_active()
[all …]
/openbmc/linux/net/unix/
H A Dscm.c107 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_attach_fds() argument
119 UNIXCB(skb).fp = scm_fp_dup(scm->fp); in unix_attach_fds()
123 for (i = scm->fp->count - 1; i >= 0; i--) in unix_attach_fds()
124 unix_inflight(scm->fp->user, scm->fp->fp[i]); in unix_attach_fds()
129 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_detach_fds() argument
133 scm->fp = UNIXCB(skb).fp; in unix_detach_fds()
136 for (i = scm->fp->count-1; i >= 0; i--) in unix_detach_fds()
137 unix_notinflight(scm->fp->user, scm->fp->fp[i]); in unix_detach_fds()
143 struct scm_cookie scm; in unix_destruct_scm() local
145 memset(&scm, 0, sizeof(scm)); in unix_destruct_scm()
[all …]
H A Daf_unix.c188 static void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument
190 UNIXCB(skb).secid = scm->secid; in unix_get_secdata()
193 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_set_secdata() argument
195 scm->secid = UNIXCB(skb).secid; in unix_set_secdata()
198 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) in unix_secdata_eq() argument
200 return (scm->secid == UNIXCB(skb).secid); in unix_secdata_eq()
203 static inline void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument
206 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_set_secdata() argument
209 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) in unix_secdata_eq() argument
1755 static void unix_peek_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_peek_fds() argument
[all …]
H A Dscm.h7 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb);
8 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb);
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/
H A Dctrl.txt16 "ti,am3-scm"
17 "ti,am4-scm"
20 "ti,omap2-scm"
21 "ti,omap3-scm"
22 "ti,omap4-scm-core"
23 "ti,omap4-scm-padconf-core"
24 "ti,omap4-scm-wkup"
25 "ti,omap4-scm-padconf-wkup"
26 "ti,omap5-scm-core"
27 "ti,omap5-scm-padconf-core"
[all …]
/openbmc/linux/drivers/firmware/
H A Dqcom_scm.c1374 static int qcom_scm_waitq_wakeup(struct qcom_scm *scm, unsigned int wq_ctx) in qcom_scm_waitq_wakeup() argument
1390 struct qcom_scm *scm = data; in qcom_scm_irq_handler() local
1396 dev_err(scm->dev, "GET_WQ_CTX SMC call failed: %d\n", ret); in qcom_scm_irq_handler()
1402 dev_err(scm->dev, "Invalid flags found for wq_ctx: %u\n", flags); in qcom_scm_irq_handler()
1406 ret = qcom_scm_waitq_wakeup(scm, wq_ctx); in qcom_scm_irq_handler()
1417 struct qcom_scm *scm; in qcom_scm_probe() local
1420 scm = devm_kzalloc(&pdev->dev, sizeof(*scm), GFP_KERNEL); in qcom_scm_probe()
1421 if (!scm) in qcom_scm_probe()
1424 scm->dev = &pdev->dev; in qcom_scm_probe()
1425 ret = qcom_scm_find_dload_address(&pdev->dev, &scm->dload_mode_addr); in qcom_scm_probe()
[all …]
H A DMakefile21 obj-$(CONFIG_QCOM_SCM) += qcom-scm.o
22 qcom-scm-objs += qcom_scm.o qcom_scm-smc.o qcom_scm-legacy.o
/openbmc/linux/net/core/
H A Dscm.c122 void __scm_destroy(struct scm_cookie *scm) in __scm_destroy() argument
124 struct scm_fp_list *fpl = scm->fp; in __scm_destroy()
128 scm->fp = NULL; in __scm_destroy()
309 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds() argument
314 int fdmax = min_t(int, scm_max_fds(msg), scm->fp->count); in scm_detach_fds()
323 scm_detach_fds_compat(msg, scm); in scm_detach_fds()
328 err = receive_fd_user(scm->fp->fp[i], cmsg_data + i, o_flags); in scm_detach_fds()
350 if (i < scm->fp->count || (scm->fp->count && fdmax <= 0)) in scm_detach_fds()
357 __scm_destroy(scm); in scm_detach_fds()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uim/uim/
H A Duim-module-manager.patch8 scm/Makefile.am | 2 +-
11 --- a/scm/Makefile.am
12 +++ b/scm/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-schedutils_0.6.bb2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git/"
7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-schedutils/python-schedutils.git;branch=…
H A Dpython3-linux-procfs_0.7.3.bb2 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/"
7 SRC_URI = "git://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git;bra…
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/f2fs-tools/
H A Df2fs-tools_1.16.0.bb2 HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
11 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;branch=master \
/openbmc/openbmc/poky/meta/recipes-devtools/mmc/
H A Dmmc-utils_git.bb2 HOMEPAGE = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/"
12 SRC_URI = "git://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;branch=${SRCBRANCH};protocol=https"
/openbmc/openbmc/poky/meta/recipes-kernel/libtraceevent/
H A Dlibtraceevent_1.8.4.bb5 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/"
12 SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=http…
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-setuptools-scm_8.1.0.bb1 SUMMARY = "the blessed package to manage your versions by scm tags"
2 HOMEPAGE = "https://pypi.org/project/setuptools-scm/"
H A Dpython3-dtc_1.7.2.bb7 DEPENDS = "flex-native bison-native swig-native python3-setuptools-scm-native libyaml dtc"
9 SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=main \
H A Dpython3-setuptools-rust_1.10.2.bb19 DEPENDS += "python3-setuptools-scm-native python3-wheel-native"
25 python3-setuptools-scm \
/openbmc/linux/Documentation/translations/zh_CN/process/
H A D7.AdvancedTopics.rst35 https://git-scm.com/
37 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
H A D8.Conclusion.rst51 https://www.kernel.org/pub/software/scm/git/docs/
53 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
/openbmc/openbmc/poky/meta/recipes-devtools/erofs-utils/
H A Derofs-utils_1.8.4.bb6 HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/tree/README"
9 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git;branch=master;protoc…
/openbmc/linux/Documentation/translations/zh_TW/process/
H A D7.AdvancedTopics.rst38 https://git-scm.com/
40 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
H A D8.Conclusion.rst54 https://www.kernel.org/pub/software/scm/git/docs/
56 https://www.kernel.org/pub/software/scm/git/docs/user-manual.html
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libtracefs/
H A Dlibtracefs_1.8.1.bb5 HOMEPAGE = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/"
13 SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git;branch=${BPN};protocol=https \

12345678910>>...17