Searched refs:pgid (Results 1 – 8 of 8) sorted by relevance
/include/linux/ceph/ |
D | osdmap.h | 30 struct ceph_pg pgid; member 153 struct ceph_pg pgid; member 231 static inline int ceph_decode_pgid(void **p, void *end, struct ceph_pg *pgid) in ceph_decode_pgid() argument 246 pgid->pool = ceph_decode_64(p); in ceph_decode_pgid() 247 pgid->seed = ceph_decode_32(p); in ceph_decode_pgid() 273 bool ceph_pg_is_split(const struct ceph_pg *pgid, u32 old_pg_num, 289 const struct ceph_pg *pgid);
|
D | osd_client.h | 157 struct ceph_pg pgid; /* last raw pg we mapped to */ member
|
/include/linux/qed/ |
D | qed_eth_if.h | 207 u8 *pgid, u8 *bw_pct, u8 *up_map); 208 void (*getpgbwgcfgtx)(struct qed_dev *cdev, int pgid, u8 *bw_pct); 210 u8 *pgid, u8 *bw_pct, u8 *up_map); 211 void (*getpgbwgcfgrx)(struct qed_dev *cdev, int pgid, u8 *bw_pct); 223 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map); 225 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map); 226 void (*setpgbwgcfgtx)(struct qed_dev *cdev, int pgid, u8 bw_pct); 227 void (*setpgbwgcfgrx)(struct qed_dev *cdev, int pgid, u8 bw_pct);
|
/include/soc/mscc/ |
D | ocelot.h | 71 #define for_each_unicast_dest_pgid(ocelot, pgid) \ argument 72 for ((pgid) = 0; \ 73 (pgid) < (ocelot)->num_phys_ports; \ 74 (pgid)++) 76 #define for_each_nonreserved_multicast_dest_pgid(ocelot, pgid) \ argument 77 for ((pgid) = (ocelot)->num_phys_ports + 1; \ 78 (pgid) < PGID_BLACKHOLE; \ 79 (pgid)++) 81 #define for_each_aggr_pgid(ocelot, pgid) \ argument 82 for ((pgid) = PGID_AGGR; \ [all …]
|
/include/uapi/linux/ |
D | coda.h | 299 __kernel_pid_t pgid; member
|
/include/linux/ |
D | security.h | 422 int security_task_setpgid(struct task_struct *p, pid_t pgid); 1118 static inline int security_task_setpgid(struct task_struct *p, pid_t pgid) in security_task_setpgid() argument
|
D | lsm_hook_defs.h | 208 LSM_HOOK(int, 0, task_setpgid, struct task_struct *p, pid_t pgid)
|
D | syscalls.h | 755 asmlinkage long sys_setpgid(pid_t pid, pid_t pgid);
|