| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-xfs | 23 The current state of the log reserve grant head. It 33 The current state of the log write grant head. It
|
| H A D | sysfs-driver-xen-blkback | 24 How long a persistent grant is allowed to remain 36 cache any page not backed by a grant mapping.
|
| H A D | sysfs-firmware-ofw | 3 Contact: Grant Likely <grant.likely@arm.com>, devicetree@vger.kernel.org
|
| /linux/Documentation/userspace-api/ |
| H A D | rseq.rst | 172 kernel, then the kernel can grant a time slice extension and return to 181 The kernel indicates the grant by clearing rseq::slice_ctrl::request and 195 critical section, then this indicates that a grant was revoked and no 212 -> Interrupt results in schedule and grant revocation 219 granted timeslice extension, the grant is also revoked and the CPU is 223 might exceed the grant by far.
|
| H A D | no_new_privs.rst | 5 The execve system call can grant a newly-started program privileges that 26 promises not to grant the privilege to do anything that could not have
|
| /linux/arch/arm/xen/ |
| H A D | Makefile | 2 obj-y := enlighten.o hypercall.o grant-table.o p2m.o mm.o
|
| /linux/arch/arm64/xen/ |
| H A D | Makefile | 2 xen-arm-y += $(addprefix ../../arm/xen/, enlighten.o grant-table.o p2m.o mm.o)
|
| /linux/drivers/block/ |
| H A D | xen-blkfront.c | 87 struct grant { struct 104 struct grant **grants_used; argument 105 struct grant **indirect_grants; 313 struct grant *gnt_list_entry, *n; in fill_grant_buffer() 317 gnt_list_entry = kzalloc_obj(struct grant, GFP_NOIO); in fill_grant_buffer() 350 static struct grant *get_free_grant(struct blkfront_ring_info *rinfo) in get_free_grant() 352 struct grant *gnt_list_entry; in get_free_grant() 355 gnt_list_entry = list_first_entry(&rinfo->grants, struct grant, in get_free_grant() 365 static inline void grant_foreign_access(const struct grant *gnt_list_entry, in grant_foreign_access() 374 static struct grant *get_grant(grant_ref_t *gref_head, in get_grant() [all …]
|
| /linux/drivers/xen/ |
| H A D | xen-scsiback.c | 440 struct page **pg, grant_handle_t *grant, int cnt) in scsiback_gnttab_data_map_batch() argument 457 grant[i] = map[i].handle; in scsiback_gnttab_data_map_batch() 464 grant_handle_t *grant, int cnt, u32 flags) in scsiback_gnttab_data_map_list() argument 481 err = scsiback_gnttab_data_map_batch(map, pg, grant, mapcount); in scsiback_gnttab_data_map_list() 483 grant += mapcount; in scsiback_gnttab_data_map_list() 489 err = scsiback_gnttab_data_map_batch(map, pg, grant, mapcount); in scsiback_gnttab_data_map_list() 505 grant_handle_t *grant; in scsiback_gnttab_data_map() local 558 grant = pending_req->grant_handles + nr_sgl; in scsiback_gnttab_data_map() 562 pg, grant, nr_segments, flags); in scsiback_gnttab_data_map() 572 pg, grant, n_segs, flags); in scsiback_gnttab_data_map() [all …]
|
| /linux/fs/ceph/ |
| H A D | caps.c | 3504 struct ceph_mds_caps *grant, in handle_cap_grant() argument 3512 int seq = le32_to_cpu(grant->seq); in handle_cap_grant() 3513 int newcaps = le32_to_cpu(grant->caps); in handle_cap_grant() 3515 u64 size = le64_to_cpu(grant->size); in handle_cap_grant() 3516 u64 max_size = le64_to_cpu(grant->max_size); in handle_cap_grant() 3575 WARN_ON(cap->cap_id != le64_to_cpu(grant->cap_id)); in handle_cap_grant() 3590 umode_t mode = le32_to_cpu(grant->mode); in handle_cap_grant() 3597 inode->i_uid = make_kuid(&init_user_ns, le32_to_cpu(grant->uid)); in handle_cap_grant() 3598 inode->i_gid = make_kgid(&init_user_ns, le32_to_cpu(grant->gid)); in handle_cap_grant() 3617 set_nlink(inode, le32_to_cpu(grant->nlink)); in handle_cap_grant() [all …]
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | rpc_rdma.c | 950 u32 grant) in rpcrdma_update_cwnd() 952 buf->rb_credits = grant; in rpcrdma_update_cwnd() 953 xprt->cwnd = grant << RPC_CWNDSHIFT; in rpcrdma_update_cwnd() 956 static void rpcrdma_update_cwnd(struct rpcrdma_xprt *r_xprt, u32 grant) 961 __rpcrdma_update_cwnd_locked(xprt, &r_xprt->rx_buf, grant); 970 * its credit grant to one (see RFC 8166, Section 3.3.3). in rpcrdma_reset_cwnd() 1478 /* The credit grant from the wire is not trustworthy; 940 __rpcrdma_update_cwnd_locked(struct rpc_xprt * xprt,struct rpcrdma_buffer * buf,u32 grant) __rpcrdma_update_cwnd_locked() argument 946 rpcrdma_update_cwnd(struct rpcrdma_xprt * r_xprt,u32 grant) rpcrdma_update_cwnd() argument
|
| /linux/Documentation/devicetree/bindings/net/can/ |
| H A D | mpc5xxx-mscan.txt | 5 Grant Likely <grant.likely@secretlab.ca>
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | media5200.dts | 6 * Grant Likely <grant.likely@secretlab.ca>
|
| H A D | lite5200b.dts | 6 * Grant Likely <grant.likely@secretlab.ca>
|
| H A D | amigaone.dts | 67 min-grant = <0>;
|
| H A D | lite5200.dts | 6 * Grant Likely <grant.likely@secretlab.ca>
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmconvert.c | 166 goto grant; in __dlmconvert_master() 187 grant: in __dlmconvert_master()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | mcu.c | 142 struct mt7921_roc_grant_tlv *grant; in mt7921_mcu_uni_roc_event() local 147 grant = (struct mt7921_roc_grant_tlv *)(rxd->tlv + 4); in mt7921_mcu_uni_roc_event() 150 WARN_ON_ONCE((le16_to_cpu(grant->tag) != UNI_EVENT_ROC_GRANT)); in mt7921_mcu_uni_roc_event() 152 if (grant->reqtype == MT7921_ROC_REQ_ROC) in mt7921_mcu_uni_roc_event() 157 duration = le32_to_cpu(grant->max_interval); in mt7921_mcu_uni_roc_event()
|
| /linux/LICENSES/dual/ |
| H A D | copyleft-next-0.3.1 | 22 Subject to the terms of this License, I grant You: 32 This License does not grant any rights in My name, trademarks, service 102 Copyleft-Next Project, then the license I grant You under section 1 is no
|
| H A D | CDDL-1.0 | 44 1.8. "Licensable" means having the right to grant, to the maximum 45 extent possible, whether at the time of the initial grant or 176 have sufficient rights to grant the rights conveyed by this
|
| /linux/fs/xfs/ |
| H A D | xfs_sysfs.c | 443 atomic64_read(&to_xlog(kobject)->l_reserve_head.grant)); in reserve_grant_head_bytes_show() 453 atomic64_read(&to_xlog(kobject)->l_write_head.grant)); in write_grant_head_bytes_show()
|
| H A D | xfs_log.c | 88 atomic64_sub(bytes, &head->grant); in xlog_grant_sub_space() 96 atomic64_add(bytes, &head->grant); in xlog_grant_add_space() 103 atomic64_set(&head->grant, 0); in xlog_grant_head_init() 137 atomic64_read(&head->grant); in xlog_grant_space_left() 3165 atomic64_read(&log->l_write_head.grant), in xlog_verify_dump_tail() 3166 atomic64_read(&log->l_reserve_head.grant), in xlog_verify_dump_tail()
|
| /linux/Documentation/translations/zh_CN/devicetree/ |
| H A D | usage-model.rst | 19 :作者: Grant Likely <grant.likely@secretlab.ca>
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | nwfpe.rst | 64 provided by the National Science Foundation under grant MIP-9311980. The
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mcu.c | 348 struct mt7925_roc_grant_tlv *grant = priv; in mt7925_mcu_roc_iter() local 353 if (mvif->idx != grant->bss_idx) in mt7925_mcu_roc_iter() 356 mvif->band_idx = grant->dbdcband; in mt7925_mcu_roc_iter() 363 struct mt7925_roc_grant_tlv *grant; in mt7925_mcu_roc_handle_grant() local 366 grant = (struct mt7925_roc_grant_tlv *)tlv; in mt7925_mcu_roc_handle_grant() 369 WARN_ON_ONCE((le16_to_cpu(grant->tag) != UNI_EVENT_ROC_GRANT)); in mt7925_mcu_roc_handle_grant() 371 if (grant->reqtype == MT7925_ROC_REQ_ROC) in mt7925_mcu_roc_handle_grant() 373 else if (grant->reqtype == MT7925_ROC_REQ_JOIN) in mt7925_mcu_roc_handle_grant() 376 mt7925_mcu_roc_iter, grant); in mt7925_mcu_roc_handle_grant() 379 duration = le32_to_cpu(grant->max_interval); in mt7925_mcu_roc_handle_grant()
|