| /linux-4.4.14/drivers/s390/cio/ | 
| D | css.h | 48 struct pgid {  struct56 	} __attribute__ ((packed)) pgid_high;  argument
 57 	__u32 cpu_id	: 24;	/* CPU identification */
 58 	__u32 cpu_model : 16;	/* CPU model */
 59 	__u32 tod_high;		/* high word TOD clock */
 
 | 
| D | device_pgid.c | 138 	struct pgid *pgid = &cdev->private->pgid[i];  in spid_build_cp()  local302 	struct pgid *pgid = &cdev->private->pgid[0];  in pgid_analyze()  local
 334 	struct pgid *pgid;  in pgid_to_donepm()  local
 365 static void pgid_fill(struct ccw_device *cdev, struct pgid *pgid)  in pgid_fill()
 380 	struct pgid *pgid;  in snid_done()  local
 
 | 
| D | io_sch.h | 159 	struct pgid pgid[8];	/* path group IDs per chpid*/  member
 | 
| /linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ | 
| D | cxgb4_dcb.c | 417 			     u8 *prio_type, u8 *pgid, u8 *bw_per,  in cxgb4_getpgtccfg()461 				u8 *prio_type, u8 *pgid, u8 *bw_per,  in cxgb4_getpgtccfg_tx()
 471 				u8 *prio_type, u8 *pgid, u8 *bw_per,  in cxgb4_getpgtccfg_rx()
 480 				u8 prio_type, u8 pgid, u8 bw_per,  in cxgb4_setpgtccfg_tx()
 542 static void cxgb4_getpgbwgcfg(struct net_device *dev, int pgid, u8 *bw_per,  in cxgb4_getpgbwgcfg()
 566 static void cxgb4_getpgbwgcfg_tx(struct net_device *dev, int pgid, u8 *bw_per)  in cxgb4_getpgbwgcfg_tx()
 571 static void cxgb4_getpgbwgcfg_rx(struct net_device *dev, int pgid, u8 *bw_per)  in cxgb4_getpgbwgcfg_rx()
 576 static void cxgb4_setpgbwgcfg_tx(struct net_device *dev, int pgid,  in cxgb4_setpgbwgcfg_tx()
 1164 	u32 pgid;  in cxgb4_cee_peer_getpg()  local
 
 | 
| D | cxgb4_dcb.h | 117 	u32	pgid;			/* Priority Group[0..7] */  member
 | 
| D | t4fw_api.h | 2385 				__be32 pgid;  member2387 			} pgid;  member
 
 | 
| /linux-4.4.14/net/ceph/ | 
| D | osdmap.c | 418 						   struct ceph_pg pgid)  in __lookup_pg_mapping()440 static int __remove_pg_mapping(struct rb_root *root, struct ceph_pg pgid)  in __remove_pg_mapping()
 851 		struct ceph_pg pgid;  in __decode_pg_temp()  local
 912 		struct ceph_pg pgid;  in __decode_primary_temp()  local
 1497 			  struct ceph_pg pgid, u32 pps, int *osds)  in pg_to_raw_osds()
 1640 		       struct ceph_pg_pool_info *pool, struct ceph_pg pgid,  in apply_temps()
 1696 int ceph_calc_pg_acting(struct ceph_osdmap *osdmap, struct ceph_pg pgid,  in ceph_calc_pg_acting()
 1745 int ceph_calc_pg_primary(struct ceph_osdmap *osdmap, struct ceph_pg pgid)  in ceph_calc_pg_primary()
 
 | 
| D | osd_client.c | 1422 	struct ceph_pg pgid;  in __map_request()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ | 
| D | bnx2x_dcb.c | 1951 					u8 prio_type, u8 pgid, u8 bw_pct,  in bnx2x_dcbnl_set_pg_tccfg_tx()1978 					 int pgid, u8 bw_pct)  in bnx2x_dcbnl_set_pg_bwgcfg_tx()
 1991 					u8 prio_type, u8 pgid, u8 bw_pct,  in bnx2x_dcbnl_set_pg_tccfg_rx()
 1999 					 int pgid, u8 bw_pct)  in bnx2x_dcbnl_set_pg_bwgcfg_rx()
 2006 					u8 *prio_type, u8 *pgid, u8 *bw_pct,  in bnx2x_dcbnl_get_pg_tccfg_tx()
 2033 					 int pgid, u8 *bw_pct)  in bnx2x_dcbnl_get_pg_bwgcfg_tx()
 2047 					u8 *prio_type, u8 *pgid, u8 *bw_pct,  in bnx2x_dcbnl_get_pg_tccfg_rx()
 2057 					 int pgid, u8 *bw_pct)  in bnx2x_dcbnl_get_pg_bwgcfg_rx()
 
 | 
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ | 
| D | qlcnic_dcb.c | 145 	u8 pgid;  member661 	u8 i, tc, pgid;  in qlcnic_dcb_fill_cee_tc_params()  local
 794 			    u8 *pgid, u8 *bw_per, u8 *up_tc_map)  in qlcnic_dcb_get_pg_tc_cfg_tx()
 830 static void qlcnic_dcb_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid,  in qlcnic_dcb_get_pg_bwg_cfg_tx()
 1004 			    u8 *pgid, u8 *bw_pct, u8 *up_map)  in qlcnic_dcb_get_pg_tc_cfg_rx()
 1010 qlcnic_dcb_get_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct)  in qlcnic_dcb_get_pg_bwg_cfg_rx()
 
 | 
| /linux-4.4.14/include/linux/ceph/ | 
| D | osdmap.h | 74 	struct ceph_pg pgid;  member173 static inline int ceph_decode_pgid(void **p, void *end, struct ceph_pg *pgid)  in ceph_decode_pgid()
 
 | 
| /linux-4.4.14/fs/ceph/ | 
| D | ioctl.c | 189 	struct ceph_pg pgid;  in ceph_ioctl_get_dataloc()  local
 | 
| /linux-4.4.14/net/dcb/ | 
| D | dcbnl.c | 566 	u8 prio, pgid, tc_pct, up_map;  in __dcbnl_pg_getcfg()  local780 	u8 pgid;  in __dcbnl_pg_setcfg()  local
 1169 	u8 pgid, up_map, prio, tc_pct;  in dcbnl_cee_pg_fill()  local
 
 | 
| /linux-4.4.14/fs/proc/ | 
| D | array.c | 383 	pid_t ppid = 0, pgid = -1, sid = -1;  in do_task_stat()  local
 | 
| /linux-4.4.14/arch/s390/include/uapi/asm/ | 
| D | dasd.h | 232 	__u8 pgid[11];  member
 | 
| /linux-4.4.14/drivers/net/ethernet/brocade/bna/ | 
| D | bfa_defs_cna.h | 163 	u8 pgid[BFA_CEE_DCBX_MAX_PRIORITY];  member
 | 
| /linux-4.4.14/kernel/ | 
| D | sys.c | 919 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid)  in SYSCALL_DEFINE2()  argument
 | 
| /linux-4.4.14/include/uapi/linux/ | 
| D | coda.h | 299     pid_t pgid;  member
 | 
| /linux-4.4.14/include/linux/ | 
| D | security.h | 875 static inline int security_task_setpgid(struct task_struct *p, pid_t pgid)  in security_task_setpgid()
 | 
| /linux-4.4.14/security/ | 
| D | security.c | 919 int security_task_setpgid(struct task_struct *p, pid_t pgid)  in security_task_setpgid()
 | 
| /linux-4.4.14/security/smack/ | 
| D | smack_lsm.c | 2083 static int smack_task_setpgid(struct task_struct *p, pid_t pgid)  in smack_task_setpgid()
 | 
| /linux-4.4.14/security/selinux/ | 
| D | hooks.c | 3656 static int selinux_task_setpgid(struct task_struct *p, pid_t pgid)  in selinux_task_setpgid()
 | 
| /linux-4.4.14/drivers/scsi/bfa/ | 
| D | bfa_defs_svc.h | 1367 	u8	pgid[BFA_CEE_DCBX_MAX_PRIORITY];  member
 |