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 | 218 u8 *pgid, u8 *bw_pct, u8 *up_map); 219 void (*getpgbwgcfgtx)(struct qed_dev *cdev, int pgid, u8 *bw_pct); 221 u8 *pgid, u8 *bw_pct, u8 *up_map); 222 void (*getpgbwgcfgrx)(struct qed_dev *cdev, int pgid, u8 *bw_pct); 234 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map); 236 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map); 237 void (*setpgbwgcfgtx)(struct qed_dev *cdev, int pgid, u8 bw_pct); 238 void (*setpgbwgcfgrx)(struct qed_dev *cdev, int pgid, u8 bw_pct);
|
/include/soc/mscc/ |
D | ocelot.h | 68 #define for_each_unicast_dest_pgid(ocelot, pgid) \ argument 69 for ((pgid) = 0; \ 70 (pgid) < (ocelot)->num_phys_ports; \ 71 (pgid)++) 73 #define for_each_nonreserved_multicast_dest_pgid(ocelot, pgid) \ argument 74 for ((pgid) = (ocelot)->num_phys_ports + 1; \ 75 (pgid) < PGID_CPU; \ 76 (pgid)++) 78 #define for_each_aggr_pgid(ocelot, pgid) \ argument 79 for ((pgid) = PGID_AGGR; \ [all …]
|
/include/uapi/linux/ |
D | coda.h | 299 __kernel_pid_t pgid; member
|
/include/linux/ |
D | security.h | 409 int security_task_setpgid(struct task_struct *p, pid_t pgid); 1087 static inline int security_task_setpgid(struct task_struct *p, pid_t pgid) in security_task_setpgid() argument
|
D | lsm_hook_defs.h | 202 LSM_HOOK(int, 0, task_setpgid, struct task_struct *p, pid_t pgid)
|
D | syscalls.h | 745 asmlinkage long sys_setpgid(pid_t pid, pid_t pgid);
|