Home
last modified time | relevance | path

Searched refs:put_entry (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/security/selinux/ss/
Dpolicydb.c2720 rc = put_entry(buf, sizeof(u32), 1, fp); in mls_write_level()
2754 rc = put_entry(buf, sizeof(u32), items, fp); in mls_write_range_helper()
2783 rc = put_entry(buf, sizeof(u32), 2, fp); in sens_write()
2787 rc = put_entry(key, 1, len, fp); in sens_write()
2812 rc = put_entry(buf, sizeof(u32), 3, fp); in cat_write()
2816 rc = put_entry(key, 1, len, fp); in cat_write()
2836 rc = put_entry(buf, sizeof(u32), 3, fp); in role_trans_write_one()
2841 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write_one()
2855 rc = put_entry(buf, sizeof(u32), 1, fp); in role_trans_write()
2873 rc = put_entry(buf, sizeof(u32), 1, fp); in role_allow_write()
[all …]
Dconditional.c463 rc = put_entry(buf, sizeof(u32), 3, fp); in cond_write_bool()
466 rc = put_entry(key, 1, len, fp); in cond_write_bool()
489 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_av_list()
510 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node()
515 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_node()
522 rc = put_entry(buf, sizeof(u32), 2, fp); in cond_write_node()
544 rc = put_entry(buf, sizeof(u32), 1, fp); in cond_write_list()
Debitmap.c493 rc = put_entry(buf, sizeof(u32), 3, fp); in ebitmap_write()
512 rc = put_entry(buf, sizeof(u32), 1, fp); in ebitmap_write()
517 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write()
533 rc = put_entry(buf, sizeof(u32), 1, fp); in ebitmap_write()
538 rc = put_entry(buf64, sizeof(u64), 1, fp); in ebitmap_write()
Davtab.c623 rc = put_entry(buf16, sizeof(u16), 4, fp); in avtab_write_item()
628 rc = put_entry(&cur->datum.u.xperms->specified, sizeof(u8), 1, fp); in avtab_write_item()
631 rc = put_entry(&cur->datum.u.xperms->driver, sizeof(u8), 1, fp); in avtab_write_item()
636 rc = put_entry(buf32, sizeof(u32), in avtab_write_item()
640 rc = put_entry(buf32, sizeof(u32), 1, fp); in avtab_write_item()
655 rc = put_entry(buf, sizeof(u32), 1, fp); in avtab_write()
Dpolicydb.h369 static inline int put_entry(const void *buf, size_t bytes, int num, struct policy_file *fp) in put_entry() function
/linux-5.19.10/Documentation/translations/zh_CN/core-api/
Dkref.rst200 static void put_entry(struct my_data *entry)
216 static void put_entry(struct my_data *entry)
256 static void put_entry(struct my_data *entry)
261 这对于在put_entry()中移除kref_put()周围的mutex锁是很有用的,但是重要的是
304 static void put_entry(struct my_data *entry)
/linux-5.19.10/Documentation/core-api/
Dkref.rst204 static void put_entry(struct my_data *entry)
221 static void put_entry(struct my_data *entry)
263 static void put_entry(struct my_data *entry)
268 Which is useful to remove the mutex lock around kref_put() in put_entry(), but
314 static void put_entry(struct my_data *entry)
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.h690 bool (*put_entry)(struct bnx2x_credit_pool_obj *o, int entry); member
Dbnx2x_sp.c383 return mp->put_entry(mp, offset); in bnx2x_put_cam_offset_mac()
397 return vp->put_entry(vp, offset); in bnx2x_put_cam_offset_vlan()
4350 p->put_entry = bnx2x_credit_pool_put_entry; in bnx2x_init_credit_pool()
4355 p->put_entry = bnx2x_credit_pool_put_entry_always_true; in bnx2x_init_credit_pool()
4361 p->put_entry = bnx2x_credit_pool_put_entry_always_true; in bnx2x_init_credit_pool()