Searched refs:what (Results 176 - 190 of 190) sorted by relevance

12345678

/linux-master/security/
H A Dsecurity.c223 * what the modules might need.
1140 * @bprm->cred->security to be what commit_creds needs to install for the new
3003 * @clone_flags: flags indicating what is being shared
4217 * Notify the security module of what the security context of an inode should
5557 * @what: requested kernel feature
5564 int security_locked_down(enum lockdown_reason what) argument
5566 return call_int_hook(locked_down, what);
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c862 ppd->dd->upd_pio_shadow = 1; /* update our idea of what's busy */
968 * errors, so caller can decide what to print with the string.
2670 static int qib_7220_set_loopback(struct qib_pportdata *ppd, const char *what) argument
2675 if (!strncmp(what, "ibc", 3)) {
2680 } else if (!strncmp(what, "off", 3)) {
H A Dqib_iba6120.c884 * errors, so caller can decide what to print with the string.
2884 static int qib_6120_set_loopback(struct qib_pportdata *ppd, const char *what) argument
2888 if (!strncmp(what, "ibc", 3)) {
2892 } else if (!strncmp(what, "off", 3)) {
3312 ppd->dd->upd_pio_shadow = 1; /* update our idea of what's busy */
H A Dqib_iba7322.c4297 static int qib_7322_set_loopback(struct qib_pportdata *ppd, const char *what) argument
4303 if (!strncmp(what, "ibc", 3)) {
4309 } else if (!strncmp(what, "off", 3)) {
8182 * always exactly what was requested. Similar logic to init_txdds
/linux-master/mm/
H A Dslub.c971 * there could be an extra area than what is requested. Save the original
1167 u8 *object, char *what,
1187 slab_bug(s, "%s overwritten", what);
1195 restore_bytes(s, what, value, fault, end);
1166 check_bytes_and_report(struct kmem_cache *s, struct slab *slab, u8 *object, char *what, u8 *start, unsigned int value, unsigned int bytes) argument
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.c779 WSM_PUT16(buf, arg->what);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c1552 switch (info->in.what) {
/linux-master/tools/lib/bpf/
H A Dbtf.c451 static int btf_validate_str(const struct btf *btf, __u32 str_off, const char *what, __u32 type_id) argument
457 pr_warn("btf: type [%u]: invalid %s (string offset %u)\n", type_id, what, str_off);
/linux-master/tools/perf/util/
H A Dprobe-event.c288 * inspect elf and find out what is actual module name.
1315 static int parse_line_num(char **ptr, int *val, const char *what) argument
1322 semantic_error("'%s' is not a valid number.\n", what);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c5413 /* what interrupt */
5414 unsigned int what = source / TXE_NUM_SDMA_ENGINES; local
5418 if (likely(what < 3))
5419 snprintf(buf, bsize, "%s%u", sdma_int_names[what], which);
7329 * Set link_speed_active here, overriding what was set in
7543 * what's in the link_crc_mask, crc_sizes, and crc_val
8139 /* what interrupt */
8140 unsigned int what = source / TXE_NUM_SDMA_ENGINES; local
8150 if (likely(what < 3 && which < dd->num_sdma)) {
11002 * the setting with what i
11292 nonzero_msg(struct hfi1_devdata *dd, int idx, const char *what, u16 limit) argument
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S615 # This handler emulates the instruction to determine what the correct #
855 # This handler emulates the instruction to determine what the correct #
915 # now, what's left that's not dyadic is fsincos. we can distinguish it
990 # in fp1 (don't forget to save fp0). what to do now?
1253 # I'm not sure at this point what FPSR bits are valid for this instruction.
1507 # I'm not sure at this point what FPSR bits are valid for this instruction.
1516 # call here. just figure out what it is...
1809 # I'm not sure at this point what FPSR bits are valid for this instruction.
2066 # I'm not sure at this point what FPSR bits are valid for this instruction.
10318 tst.b LOCAL_EX(%a0) # what i
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl483 the grub menu.lst for this option to find what kernel to
535 # config_set holds what all configs were set as.
3698 # what directory to look at.
3711 doprint "No idea what arch dir $orig is for\n";
3861 # out what the defaults are that we can't touch.
3913 # it is not the same as what we have. Just move it into
/linux-master/net/bridge/
H A Dbr_multicast.c699 const char *what)
706 what, n, max);
697 br_multicast_port_ngroups_inc_one(struct net_bridge_mcast_port *pmctx, struct netlink_ext_ack *extack, const char *what) argument
/linux-master/fs/ocfs2/
H A Dxattr.c1978 const char *what,
1989 what, loc->xl_entry->xe_name_len, nameval_buf,
4668 * Hey, if we're overwriting t_bucket, what difference does
4832 * Hey, if we're overwriting t_bucket, what difference does
1977 ocfs2_xa_cleanup_value_truncate(struct ocfs2_xa_loc *loc, const char *what, unsigned int orig_clusters) argument
/linux-master/fs/btrfs/
H A Dsend.c369 const char *what)
394 result_string, what, sctx->cmp_key->objectid,
1391 * number of bytes than what we found before, use the new one so that
5423 * our clone source as that is what we will look for when doing a
6067 * because we don't know what's the sector size of the
6301 * We just wanted to see if when we have an inline extent, what
6906 * operation. The former is what the receiver operation does.
367 inconsistent_snapshot_error(struct send_ctx *sctx, enum btrfs_compare_tree_result result, const char *what) argument

Completed in 1098 milliseconds

12345678